/*-----------------------TOUT-----------------------------------*/

* {font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;  padding: 0; margin: 0; border: 0; }

/*-----------------------TOUT-----------------------------------*/

/*-----------------------LINK-----------------------------------*/

a, a:link { 
    text-decoration: none;
    color: #2f2f2f;
}
a:visited { color: #EF870E; border-color: #000000; }
a:hover { color: #666; border-color: #000000; text-decoration: underline;}
a:active { color: #000000; border-color: #000000 }

/*-----------------------LINK-----------------------------------*/

/*-----------------------PUCE-----------------------------------*/


li {list-style: none;
    padding-left: 1em;
    margin-bottom: 0px;}
    
ul {list-style: none;
    margin: 0 0 0px 1em;}

/*-----------------------PUCE-----------------------------------*/

/*-----------------------PAGE-----------------------------------*/

body { margin:0 20px; 
 	   width: 768px;
 	   margin-top:3px;
 	   margin-right: auto;
 	   margin-left: auto;}
/*-----------------------PAGE-----------------------------------*/

#shadow {background: #FFF url(images/bkg.gif) repeat-y;
		padding-left:3px;}

/*-----------------------BANNER-----------------------------------*/

#banner { background: #ffffff url(images/header.jpg) no-repeat top left;
		  height:160px;}
		  
/*-----------------------BANNER-----------------------------------*/

/*-----------------------wrapper-----------------------------------*/

#wrapper {
background: #FCEC7B url(images/content-bottom.gif) no-repeat bottom right;
width: 750px;
		   }
/*-----------------------wrapper-----------------------------------*/

/*-----------------------container-----------------------------------*/

#container { width: 81%; 
			 float: right;
			 margin-top:5px;
			 padding-left:-25px;
			 margin-left: -250px; }
		/*-----------------------container-----------------------------------*/

/*-----------------------content-----------------------------------*/ 
		   
#content { width: 550px;
		  margin-left:50px;
		  padding-right:7px;
		  color: #444;
		  height:auto; 
		  font-size: 14px;}
		  
/*#content img {padding-right:5px;} */
		  
#content p {padding-top:5px;
            padding-left:20px;}
            
#content h3 {margin-top:20px;
			 margin-left:70px;
             font-size:16px;
             color: #4e4e4e;}

#content a{ font-weight :bold;
			color:#3655f1;} 

/*-----------------------content-----------------------------------*/
  
/*-----------------------SIDEBAR-----------------------------------*/
		   
#sidebar { background: url(images/menu.jpg) no-repeat;
		   padding-top: 60px;
		   padding-left:3px;
		   height:436px;
		   width:193px;
		   float: left;
		   font-weight :bold;
		   font-size: 16px;}
		   
#sidebar a{color:#222222;
		   padding-left:6px;
		   margin-left:3px;
		   text-decoration: none;
		   display: block;
		   height:24px;
		   width:90px;}  

#sidebar a:hover{background: url(images/roll-over.gif) no-repeat;}

#sidebar ul li ul li{ background: url(images/puce-menu.gif) no-repeat 0 5px; }

#sidebar ul li ul a {font-size: 13px;
					display: block;
					width:110px;
					margin-bottom:-1px;
					color:#393a3a;} 
					
#sidebar ul li ul a:hover{background: url(images/roll-over2.gif) no-repeat;}
					
#sidebar ul li strong{color:#6699FF;}

#sidebar ul li.active a {background: url(images/active-soulignement.gif) no-repeat 0 20px;}


#blog{color:#FB6100;}
/*-----------------------SIDEBAR-----------------------------------*/

/*-----------------------Footer-----------------------------------*/		   

#footer { background: #ffffff url(images/footer.gif) no-repeat;
		  font-size:10px;
		  margin-bottom:6px;
		  height:36px;}
		  
#footer p{padding-top:3px;
		  text-align:center;}

#footer a{
font-weight:bold;
}

.clearing {clear:both; 
		   height:0; }

/*-----------------------Footer-----------------------------------*/		   

/* Forms 
------------------------------------------------------------------------------- */
#cfContact {text-align:center;}

form {
    height:395px;	  
	width: 480px;
	background: #FBFBFB url(images/bkg-contact.gif) no-repeat top right;
	border:1px solid #4e4e4e;
	padding-left:30px;
	padding-right:20px;
	padding-bottom: 20px;
	margin-bottom:70px;
	margin-left:10px;
	text-align: left;
	clear: both;
}

form.error { color:#F70000;}

form.full { width: 100%; }


fieldset {
    border: none;
}

legend {
	display: none;
}
form h3 {
	clear: both;
	padding: 15px 0 5px;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	color: #666;
	font-weight: bold;
}

form label,
form p {
	display: block;
	float: left;
	color:#4b4b4b;
	font-weight:bold;
	clear: both;
	width: 310px;
	font-size: 12px;
	line-height: 1.5em;
	padding: 0 0 9px;
}

form input {
	float: left;
	display: block;

	margin-top: 3px;
}

form select {
	width: 235px;
	float: left;
	margin-bottom:3px;
	display: block;
}

form label.first,
form label.city {
    clear: left;
    margin-right: 10px;
    width: 150px;
}

form label.second,
form label.state {
	float: left;
	clear: none;
	margin: 0 10px 0 0;
	width: 150px;
}
form label.state { width: 60px; }

form label.first input,
form label.city input,
form label.second input {
	float: left;
	width: 150px;
	padding: 0;
}

form label.state select {
	width: 60px;
	float: left;
	margin-top: 3px;
}

form label.zip,
form label.zip input {
	float: left;
	width: 80px;
}
form label.zip { clear: none; }

form label {
	float: left;
	clear: left;
	width: 310px;
	margin: 0;
	line-height: 1.5em;
}

form label input {
	float: left;
	width: 230px;
	padding: 0;
}

form input.radio,
form input#radiobutton_1,
form input#radiobutton_2,
form input#radiobutton_3,
form input#radiobutton_4 {
	clear: left;
	float: left;
	padding: 0;
	margin: 0;
}

form label.radio,
form label.radioitem {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}

form input.checkbox,
form input#checkbox_1,
form input#checkbox_2,
form input#checkbox_3,
form input#checkbox_4 {
	clear: both;
	float: left;
	padding: 0;
	margin: 0;
}

form label.checkbox {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}
/* style the form elements to look similar across browsers ... emulates Safari */
form label input,
form textarea {
    border: 1px solid #fdc95a;
    border-left-color: #fdc95a;
    border-top-color: #fdc95a;
    padding: 0 2px;
    height: 18px;
    line-height: 20px;
}
form input.checkbox,
form select {
    border: 1px solid #fdc95a;
    border-left-color: #fdc95a;
    border-top-color: #fdc95a;
    background-color: #fff;    
}
form textarea {
	margin-top: 3px;
	width: 230px;
	height: auto;
	display: block;
}

form label input.calc {
    text-align: right;
    width: 100px;
    clear: left;
    padding: 0;
}
form input.button {
	border-color: #000000;
	background: url(images/btn-envoie.gif) no-repeat;	
	width:156px;
	height:29px;
	font-weight:bold;
	color:fff;
    clear: left;
}
		   
/*----------------------formulaire---------------------------------*/

