/*-----------------------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: #000000;
}
a:visited { color: #000000; border-color: #000000; }
a:hover { color: #ffffff; border-color: #000000; text-decoration: none; background-color: #6699ff;}
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 20px 1em;}

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

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

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

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

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

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

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

#wrapper { background:#6699ff;
		   width: 755px; }
/*-----------------------wrapper-----------------------------------*/

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

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

/*-----------------------content-----------------------------------*/
	 
#decohaut {width: 564px;
		   height:21px;
		   background: #ffffff url(images/arrondi-haut-contenu.jpg) no-repeat top ;} 
		   
#decobas {width: 564px;
		  height:21px;
		  background: #ffffff url(images/arrondi-bas-contenu.jpg) no-repeat top ;} 
		   
#content {background: #6699ff;
		  font-size: 12px;
		  width: 550px;
		  padding-left:7px;
		  padding-right:7px;
		  padding-top:20px;
		  height:auto; 
		  padding-bottom:20px;  }
		  
#content a{ 
    border-bottom: 1px dotted;
	font-weight :bold;
    text-decoration: none;
    color: #000000;
}

#content a:hover{ 
    border-bottom: 1px dotted;
	font-weight :bold;
    text-decoration: none;
    color: #000066;
}

#content h3{color:#087312;
		  margin-left:-7px;
		  margin-right:-7px;
            margin-bottom:20px;
            margin-top:15px;
            background: url(images/titre.gif) no-repeat; }

#content p{padding-bottom:10px;
           padding-top:5px; }
		  
#content ul li { background: url(images/puce.gif) no-repeat 0 4px; padding-bottom:-5px; margin-bottom:-5px; }
		/*-----------------------content-----------------------------------*/
  
/*-----------------------SIDEBAR-----------------------------------*/
		   
#sidebar { background: url(images/sidebar.jpg) no-repeat;
		   padding-top: 10px;
		   padding-left: -1px;
		   margin-left:1px;
		   height:494px;
		   width:150px;
		   float: left;
		   font-size: 12px;}
		   
#sidebar ul
{
margin-left: 2px;
padding-left: 0;
list-style-type: none;
}

#sidebar a
{
text-align:center;
color:#000066;
font-family: verdana, Arial, Helvetica, sans-serif;
display: block;
width: 110px;
height:26px;
margin-top:9px;
background :url(images/btn-menu.gif);
}  

#sidebar a:hover
{
 background :url(images/btn-rollover.gif);
 color: #000066;
}

#sidebar a span
{
display: block;
width: 110px;
height:26px;
background :url(images/bouton-semeur.gif);
color: #D75100;
}
/*-----------------------SIDEBAR-----------------------------------*/

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

#footer { background: #ffffff url(images/footer.jpg) ;
		  font-size:9px;
		  height:54px;}
		  
#footer p{padding-top:4px;
		  text-align:center;}

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

/*-----------------------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---------------------------------*/

/* blog
------------------------------------------------------------------------- */
.post {
    margin: 0 0 1.5em 0;
    padding: 0 0 1.5em 14px;
    border-bottom: 1px solid #ddd;
}

.post h3 {
    margin-top: 0;
    color: #f63;
}
.post ul li {
	background: url(images/puce2.gif) no-repeat 0 6px;
	margin-left: 0em;
}

/* blog
------------------------------------------------------------------------- */

/* Commentaire des utilisateur 
------------------------------------------------------------------------- */                        
.comment {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    position: relative;
    padding: 10px;
    overflow: hidden;
}
.commentAlt {
    background-color: #f4f4f4;
}
.commentAuthor {
    background-color: #ffc;    
}
.commentMe {
    background-color: #ccf !important;
    padding-top: 5px;
}
.commentNum {
    font-family: Arial, sans-serif;
    font-size: 50px;
    line-height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    color: #f2f2f2;
    font-weight: bold;
    letter-spacing: -4px;
    z-index: 1;
}
.commentAlt .commentNum {
    color: #eaeaea;
}
.commentMe .commentNum {
    color: #b0b0ff;
}
.commentAuthor .commentNum {
    color: #f3f3bb;
}
.commentTitle {
    position: relative;
    z-index: 10;
    color: #999;
}
.commentTitle span {
    text-transform: uppercase;
    font-size: 86%;
}
.commentTitle strong {
    color: #693;
    font-size: 110%;
    text-transform: none;
    font-weight: normal;
    margin-right: 6px;
}
.comment .content {
    position: relative;
    z-index: 10;
}  

/* Commentaire des utilisateur 
------------------------------------------------------------------------- */  
		   