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

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

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

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

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

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

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


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

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

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

body { background:#000;
	   margin:0 20px;
 	   width: 998px;
 	   margin-right: auto;
 	   margin-left: auto;}
/*-----------------------PAGE-----------------------------------*/

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

#banner { background: #000 url(images/header.jpg) no-repeat top left;
		  height:142px;}

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

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

#wrapper { background:#000;
		   width: 741px;}
/*-----------------------wrapper-----------------------------------*/

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

#container { width: 80%; 
			 background: #000; 
			 float: right;
			 padding-left:-15px;
			 margin-left: -240px; }
/*-----------------------container-----------------------------------*/

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

		   
#content {background: #000 url(images/content.jpg) no-repeat;
		  font-size: 12px;
		  color:#fff;
		  width: 540px;
		  padding-top:80px;
		  margin-left:15px;
		  padding-left:15px;}
		  
#content a:link {color:#666633;}

#content h2{
	color:#999933;
	font-size: 14px;
	margin-bottom:3px;
	margin-top:7px;
	font-weight: bolder;}   
	        
#content p{margin-top:3px;
		   padding-bottom:3px;
           padding-top:3px; }
		  
#content ul li { background: url(images/puce2.jpg) no-repeat 0 4px; }

#content ul { padding-top:2px;}

/*-----------------------content-----------------------------------*/
  
/*-----------------------SIDEBAR-----------------------------------*/
		   
#sidebar { background: url(images/sidebar.jpg) no-repeat;
		   padding-left: 2px;
		   padding-top:28px;
		   height:384px;
		   width:163px;
		   float: left;
		   font-size: 13px;}
		   
#sidebar ul
{
margin-left: 4px;
list-style-type: none;
}

#sidebar a
{color:#000;}  

#sidebar a:hover
{text-decoration: underline;}
 
#sidebar ul li{ background: url(images/puce.jpg) no-repeat 0 1px; }

#sidebar ul li ul li{ background: url(images/puce2.jpg) no-repeat 0 4px; }

#sidebar ul li ul a {color:#666633;} 
/*-----------------------SIDEBAR-----------------------------------*/

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

#footer {font-size:9px; color:#999999; margin-top: 15px;}
		  
#footer p{text-align:center;font-weight: bold;}

#footer a:hover{text-decoration: underline;}
.clearing {clear:both; 
		   height:5; }

/*-----------------------Footer-----------------------------------*/		   
/* Forms 
------------------------------------------------------------------------------- */
#cfSet {
width:70%;
padding:20px;
border:2px solid #559900;
}
#cfSet label {
display:block;
margin-bottom:10px;
}

#cfSet input{
width:60%;
margin-left:20px;
}

#cfSet textarea{
width:100%;
margin-left:10%;
margin-top:5px;
}

#cfSet input.button{
margin-left:10%;
background:#dce7c5;
}

Form.button {
	border-color: #ff0000;
    clear: left;
    border:2px;
}

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: 250px;
	margin: 0;
	line-height: 1.5em;
}

form label input {
	float: left;
	border:2px;
	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;
}

cfContact.button {
	color:#000;
	border:5px;
}
/* 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: #999999;
    clear: left;
    border:2px;
}
/*----------------------formulaire---------------------------------*/


