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

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

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

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

hr {
height: 1px;
margin: 0;
padding: 0;
color: #339933;
background-color: #339933;
border: 0;
}

a, a:link { 
	font-weight :bold;
    text-decoration: none;
    color: #000000;
}
a:visited { color: #333333; }
a:hover { color: #000; text-decoration: underline;}
a:active { color: #000000; border-color: #000000 }

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


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

html{background: #fff url(images/bg.jpg) repeat-x top left;}


body { margin:0 20px;
       width:780px;
 	   padding-top:5px;
 	   margin-right: auto;
 	   margin-left: auto;}
/*-----------------------PAGE-----------------------------------*/

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

#banner { background: #ffffff url(images/header.jpg) no-repeat top left;
		  height:122px;}
 
#banner h1 { padding:10px; }

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


/*-----------------------content-----------------------------------*/

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

	 	   
#content {background: #ffffff;
		  font-size: 12px;
		  width: 780px;
		  padding-left:7px;
		   padding-top:35px;
		  height:auto;
		  clear: left; }

#content h2{color:#339933;
		font-size: 16px;
		font-weight :bolder;}		

#content h3{color:#000;
		margin-bottom: 1em;
		font-size: 14px;
		font-weight :bolder;}
		
#content strong{color:#000;
		font-size: 12px;
		font-weight :bold;}
		
#content a{color:#339933;
		font-size: 12px;
		font-weight :bold;}
		
#content p{padding-bottom:10px;
           padding-top:5px; }
		  
#content ul li { background: url(images/puce.jpg) no-repeat 0 3px;}
		/*-----------------------content-----------------------------------*/
  
/*-----------------------SIDEBAR-----------------------------------*/
		   
#sidebar, #sidebar ul { /* toutes les listes */
	font-size:13px;
	padding: 0;
	margin: 0;
	list-style: none;
	text-decoration:none;
	line-height: 1;
}

#sidebar a {
	display: block;
	width: 170px;
	height:30px;
}

#sidebar li { /* tous les items de liste */
	float: right;
	width: 170px;
	height:30px; 
}

#sidebar li ul { /* listes de deuxième niveau */
	margin-top:-7px;
	position: absolute;
	width: 170px;
	left: -999em; /* on met left plutôt que display pour cacher les menus parce que display: none n'est pas lu par les lecteurs d'écran */
}

#sidebar li:hover ul, #sidebar li.sfhover ul { /* listes imbriquées sous les items de listes survolés */
	left: auto;
}
#sidebar ul li ul a {color:#fff;	background:#000;} 
#sidebar ul a {color:#fff; text-align:center; background: url(images/btn-menu.jpg);} 

/*-----------------------SIDEBAR-----------------------------------*/

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

#footer {padding-top:20px;
          clear:both;
          width:780px;
		  font-size:9px;
		  height:20px;}
		  
#footer p{
		  color:#333333;
		  text-align:center;}

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

form {
	width: 360px;
	text-align: left;
	clear: both;
	padding-bottom: 20px;
	border: none;
}
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: #000;
	font-weight: bold;
}

form label,
form p {
	display: block;
	clear: both;
	width: 310px;
	font-size: 1em;
	line-height: 1.5em;
	padding: 0 0 9px;
}

form input {
	display: block;
	margin-top: 3px;
}

form select {
	float: left;
	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: 310px;
	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 #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    padding: 0 2px;
    height: 18px;
    line-height: 20px;
    background: #fff url(images/input-bg.gif) repeat-x top left;
}
form input.checkbox,
form select {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    background-color: #fff;    
}
form textarea {
	margin-top: 3px;
	width: 383px;
	height: auto;
	display: block;
}

form label input.calc {
    text-align: right;
    width: 100px;
    clear: left;
    padding: 0;
}
form input.button {
	border-color: #000000;
    clear: left;
}
		   
/*----------------------formulaire---------------------------------*/


		   