/** Style pour la page d'accueil **/

/**Modif gauche et content */
#gauche {
display:none;
width:0;
}
#content { 

}
#div_accueil{
}
#menu_chaine{
display:none;
}

#accueil_header{
position:relative;
 margin:0;padding:0px;
background-image: url('/gfx/accueil/image_complet_clr.png') !important;
background-image: url('/gfx/accueil/image_complet_degr.png');
background-repeat: no-repeat;
color:white;
padding:95px 85px 35px 650px;
text-align:right;
font-size :0.9em;
}
#accueil_wrapper{
width:870px;
overflow:auto; /* USE FIREFOX GUYS! WE ONLY NEED THIS LINE BECAUSE INTERNET EXPLODER ISN'T READING CODE PROPERLY */
margin:0;
padding:10px;

}

#accueil_gauche{
width:280px;
min-height:150px; /* for modern browsers */
height:auto !important; /* for modern browsers */
height:300px; /* for IE5.x and IE6 */
border:0;
border-right:1px;
border-color:#654c09;
border-style:solid;
padding:10px 5px 5px 20px;
float:left;
}
#accueil_content{
margin-left:300px;
width:550px;
min-height:150px; /* for modern browsers */
height:auto !important; /* for modern browsers */
height:300px; /* for IE5.x and IE6 */
/*border:1px dashed red;*/
margin-top:10px;
padding:0 30px;
}

#accueil_lsdf_logo {
width:245px;height:130px;
border:0;margin:0;padding:0;
/*margin:38px 345px 0 45px;*/
background-image: url('/gfx/accueil/logo_lsdf.png');
background-repeat: no-repeat;
}

#accueil_lsdf_logo h2{
position:absolute;
left:0px;
top:-500px;
width:1px;
height:1px;
overflow:hidden;
}

#accueil_gauche p{
color:#be5298;
font-size:0.8em;
padding:2px 20px;
}
#accueil_gauche a{
color:#be5298;
text-align:right;
font-size:0.8em;
}

#accueil_content h2{
width:100%;
border:0;
border-bottom:2px;
border-color:#f3991b;
border-style:solid;
color:#f3991b;
font-variant:small-caps;text-transform: uppercase;
font-size:1.1em;
}
#accueil_content p{
font-size:0.8em;
}

/* ####  Style page accueil   #### */

.accueil-illus-gauche {
	float:left;
	margin-left: 10px;
	
}

.text-rouge-middle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#e83a1d;
	width:90px;
	text-align:right;
	float:left;
}

.txt-droite-accueil {
	width:315px;
	color:#707173;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left:20px;
}


