* {          
	list-style-image: none;
	list-style: none;
	outline: none;
	margin: 0px;
	left:0px; 
	right:0px;
	top:0px; 
	bottom:0px;
	padding: 0px;
}   

html {
	scrollbar-face-color: #FFFFFF;
	scrollbar-base-color: #EEEEEE;
	scrollbar-track-color: #EEEEEE;
	scrollbar-arrow-color: #666666;	
	scrollbar-highlight-color: #EEEEEE;
	scrollbar-darkshadow-color: #EEEEEE;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	outline: none;
	background: #FFFFFF url(../images/page_bg.png) center top repeat-x;
}

#centered {
	width: 990px; 
	margin-left: auto; 
	margin-right: auto; 
	text-align:center;
}

a img {
	border: none;
}

a {
  	font-family: Verdana, Geneva, sans-serif;
  	font-size: 12px;  
  	color: #000000;
  	font-style: normal;
  	text-decoration:underline;
  	outline: none;
}

a:link {
  	font-family: Verdana, Geneva, sans-serif;
  	font-size: 12px;  
  	color: #000000;
  	font-style: normal;
  	text-decoration:underline;
  	outline: none;
}

a:active {
  	font-family: Verdana, Geneva, sans-serif;
  	font-size: 12px;  
  	color: #000000;
  	font-style: normal;
  	text-decoration:underline;
  	outline: none;
}

a:selected {
  	font-family: Verdana, Geneva, sans-serif;
  	font-size: 12px;  
  	color: #000000;
  	font-style: normal;
  	text-decoration:underline;
  	outline: none;
}

a:visited {
  	font-family: Verdana, Geneva, sans-serif;
  	font-size: 12px;  
  	color: #000000;
  	font-style: normal;
  	text-decoration:underline;
  	outline: none;
}

a:hover {
  	font-family: Verdana, Geneva, sans-serif;
  	font-size: 12px;  
  	color: #000000;
  	font-style: normal;
  	text-decoration:none;
  	outline: none;
}

.coda-nav ul li a.current { 							/* Boîte de navigation active-sélectionnée */
	background: #ef6b00; 
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;      
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}
	
.coda-nav ul li a { 									/* Boîte de navigation inactive */
	background: #000000;
	display: block; 
	float: left; 
	margin-left: 1px; 									/* L'écart de droite entre les boutons de navigation */
	padding-top: 10px;
	width: 155px;										/* Modifier la taille du bouton de naviagtion en fonction du nombre de boîtes */			
	height: 25px;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFFFFF; 
	font-size: 12px;      
	text-decoration: none;
}	

.coda-nav ul li a:hover { 									/* Boîte de navigation inactive hover */
	background: #ef6b00;
	display: block; 
	float: left; 
	margin-left: 1px; 									/* L'écart de droite entre les boutons de navigation */
	padding-top: 10px;
	width: 155px;										/* Modifier la taille du bouton de naviagtion en fonction du nombre de boîtes */			
	height: 25px;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFFFFF; 
	font-size: 12px;      
	text-decoration: none;
}	

.coda-slider, .coda-slider .panel { 					/* Longueur et hauteur de la boîte du contenu de texte */
	width: 990px;	
	height: 610px;										/* Si on supprime cette hauteur, le système va automatiquement */		
}

.coda-slider { 
	background: #FFFFFF;								/* Couleur de fond de la boîte de contenu texte */
}

.coda-slider .panel-wrapperhome { 							/* Boîte du contenu de texte */
	font-family: Verdana, Geneva, sans-serif;
	color: #000000; 
	font-size: 12px;      
	text-decoration: none;
	padding-bottom: 10px;
	padding-top: 43px;
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	font-weight: normal;
	width: 465px;
}

.coda-slider .panel-wrapperservices { 							/* Boîte du contenu de texte */
	font-family: Verdana, Geneva, sans-serif;
	color: #000000; 
	font-size: 12px;      
	text-decoration: none;
	padding-bottom: 10px;
	padding-top: 15px;
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	font-weight: normal;
}

.coda-slider .panel-wrappercontact { 							/* Boîte du contenu de texte */
	font-family: Verdana, Geneva, sans-serif;
	color: #000000; 
	font-size: 12px;      
	text-decoration: none;
	padding-bottom: 10px;
	padding-top: 43px;
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	font-weight: normal;
}

.coda-nav ul { 											/* Ne rien changer */
	clear: both; 
	display: block; 
	margin: auto; 
	overflow: hidden; 
}

.coda-nav ul li { 										/* Ne rien changer */
	display: inline; 
}
	
.coda-slider-wrapper { 									/* Ne rien changer */
	clear: both; 
	overflow: auto;
}
	
.coda-slider { 											/* Ne rien changer */
	float: left;
	overflow: hidden;
	position: relative;
	background-color: #FFFFFF;
}
	
.coda-slider .panel { 									/* Ne rien changer */
	display: block; 
	float: left; 
}

.coda-slider .panel-container { 						/* Ne rien changer */
	position: relative; 
}

.coda-nav-left, .coda-nav-right { 						/* Ne rien changer */
	float: left;
}

.coda-nav-left a, .coda-nav-right a { 					/* Ne rien changer */
	display: block; 
	text-align: center; 
	text-decoration: none;
}

h1, h2 {
	font-family: Verdana, Geneva, sans-serif;
	color: #ef6b00; 
	font-size: 13px;      
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	text-transform:uppercase;
}

.text2 {
	font-family: Verdana, Geneva, sans-serif;
	color: #ef6b00; 
	font-size: 13px;      
	text-decoration: none;
	font-weight: bold;
}

.text {
	font-family: Verdana, Geneva, sans-serif;
	color: #000000; 
	font-size: 12px;    
}

label {
	font-family: Verdana, Geneva, sans-serif;
	color: #000000; 
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	width: 140px;
	float: left;	
	display: block;
}

input {
	margin-bottom: 5px;
	width:600px; 
	height:18px; 
	background-color: #FFFFFF; 
	padding-top: 2px; 
	border: solid 1px #d8d7d7;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;                      
	color:#000000;
	font-weight: normal;
	text-align: left;
}

textarea {
	width:600px; 
	height:70px; 
	max-height:70px; 
	min-height:70px;
	max-width:600px; 
	min-width:600px;
	border:solid 1px #d8d7d7;
    scrollbar-base-color: #FFFFFF;
    scrollbar-face-color: #FFFFFF;
    scrollbar-track-color: #FFFFFF;
    scrollbar-arrow-color: #999999;
    scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-shadow-color: #CCCCCC;
    scrollbar-3dlight-color: #FFFFFF;
    scrollbar-highlight-color: #F3F3F3;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;                      
	color:#000000;
	font-weight: normal;
	text-align: left;
}

.div_buttons {
	margin-left: 140px;
	margin-top: 5px;
}

#formcontact {
    width:850px;
	height: 25px;
	float: left;	
	display: block;
}
	
#formcontactextarea {
    width:850px;
	height: 80px;
	float: left;	
	display: block;
}
	
#formcontactcaptcha {
    width:850px;
	height: 30px;
	float: left;	
	display: block;
}
	
#formcontactbutton {
    width:850px;
	height: 40px;
	float: left;	
	display: block;
}
	
#formcontactspace {
    width:850px;
	height: 10px;
	float: left;	
	display: block;
}

.boxes {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;                      
	color:#000000;
	font-weight: normal;
	width: 1.3em;
}

.MESSAGE {
	font-size: 10px;
	color: #FF0000;	
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

.OK {
	font-size: 10px;
	color: #0099CC;	
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

.ButtonForm  { 
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #ef6b00; 
	border: 0px; 
	width: 80px; 
	height: 20px; 
	padding-bottom: 4px;
	vertical-align: middle;
	text-align: center;
	cursor: hand;
}

.ButtonForm:hover { 
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000; 
	border: 0px; 
	width: 80px; 
	height: 20px; 
	padding-bottom: 4px;
	vertical-align: middle;
	text-align: center;
	cursor: hand;
}

.success {
	font-family: Verdana;
	line-height: 2em;
	color: #00CC00;
	font-weight: bold;
	width: 450px;
}
			
.error {
	font-family: Verdana;
	line-height: 2em;
	color: #FF0000;
	font-weight: bold;
	width: 450px;
}

#header {
	padding-bottom: 2px;
}

#footer {
	font-family: Verdana;
	font-size:10px;
	color: #000000;
	padding-top: 5px;
}
#footer a.copyright {
  	font-family: Verdana, Geneva, sans-serif;
  	font-size: 10px;  
  	color: #000000;
  	font-style: normal;
  	text-decoration:underline;
  	outline: none;
}

#footer a.copyright:link {
  	font-family: Verdana, Geneva, sans-serif;
  	font-size: 10px;  
  	color: #000000;
  	font-style: normal;
  	text-decoration:underline;
  	outline: none;
}

#footer a.copyright:active {
  	font-family: Verdana, Geneva, sans-serif;
  	font-size: 10px;  
  	color: #000000;
  	font-style: normal;
  	text-decoration:underline;
  	outline: none;
}

#footer a.copyright:selected {
  	font-family: Verdana, Geneva, sans-serif;
  	font-size: 10px;  
  	color: #000000;
  	font-style: normal;
  	text-decoration:underline;
  	outline: none;
}

#footer a.copyright:visited {
  	font-family: Verdana, Geneva, sans-serif;
  	font-size: 10px;  
  	color: #000000;
  	font-style: normal;
  	text-decoration:underline;
  	outline: none;
}

#footer a.copyright:hover {
  	font-family: Verdana, Geneva, sans-serif;
  	font-size: 10px;  
  	color: #666666;
  	font-style: normal;
  	text-decoration:none;
  	outline: none;
}
