/* CSS Document pour les deux colonnes de formulaire type Daooda*/
*{ margin:0; padding:0;}

div.sideBar1{ float:left; width:200px; height:auto; margin-left:3px; color:#0066CC;   }
div.sideBar1 div.content_side p,
div.sideBar2 div.content_side p{ padding:5px 11px 5px 10px; font:normal 11px Arial, Helvetica, sans-serif; line-height:18px; }

div.sideBar2{ float:right; width:200px;height:auto;  margin-right:0px; color:#0066CC;}
div.content{ float:left; width:582px;height:auto; margin-left:6px;}

/**html div.content{ margin-left:3px;}*/

*html div.sideBar1 { margin-left:2px;}

*html div.sideBar2 { /*margin-left:3px;*/}

.tetau_side1 { height:7px;
			   width:200px;
			   background-image:url(../images/side1_tetau.jpg);
			   background-repeat:no-repeat;
			   background-position:top left;
			   font-size:1px;}
			   
.content_side {	height:auto;
			 	width:auto;
				background-image:url(../images/side1_corps.jpg);
				background-repeat: repeat-y; margin-bottom:10px;
				}
.content_side img{ margin-left:auto;margin-right:auto; display:block;	}
				
.bas_side1 { height:7px; 
			 width:200px;
			 background-image:url(../images/side1_bas.jpg);
			 background-repeat:no-repeat; 
			 background-position:top left; 
			 font-size:1px;}

div.sideBar1 p.ligne_grise,
div.sideBar2 p.ligne_grise,
div.sideBar1 div.ligne_grise,
div.sideBar2 div.ligne_grise { background:url(../images/ligne_relief_gris.jpg);
				 background-repeat:repeat-x;
				 height:2px;
				 margin:0 ;
				 padding:0 !important;
				 margin-left:auto !important;margin-right:auto !important;
				/* margin:4px 0px !important;*/
				 font-size:1px;
				 line-height:1px !important;
				 width:95%;}

p.txt-rouge,
b.txt-rouge{ color:#FF0000;}

div.le_formulaire{ margin-top:0px;}