@charset "utf-8";
@import url("stylesRubriques.css");


/* COULEURS 
 orange : #ff6600
 bleu/gris : #e9eaef
*/

/* ------- */
/* GENERAL */
/* ------- */

/*#element {
	filter : alpha(opacity=90);
    -moz-opacity : 0.9;
    opacity : 0.9; 
}*/


*{
	margin:0;
	padding:0;
}

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#e9eaef url(../images/bgBody.gif) repeat-x top;
}

a{ text-decoration:none;color:#FFF}

a:hover{ text-decoration:none;}

ul,li{ text-decoration:none;list-style-type:none;}
/* ----------------------------------*/
/* STRUCTURE */
/* ----------------------------------*/

#conteneur{ 
	width:938px;
	margin:0 auto;
	}

#header{
	width:938px;
	height:243px;
/*	position:relative;
	z-index:1000;*/
	}

#milieu{ 
	width:938px;
	height:500px;
	margin:0 auto;
	position:relative;
	top:-100px;
	/*z-index:100;*/
	}


/* ----------------------------------*/
/* CONTENU HEADER */
/* ----------------------------------*/
#imgLogo{
	float:left;
	position:absolute;
	margin-left:60px;
	top:-120px;
	}

#menu{
	float:right;
/*	width:680px;*/
	height:48px;
	margin:78px 40px 0px 0px;
	}

#menu ul{}

#menu li{ 
	float:left;
	font-size:14px;
	letter-spacing:1px;
	/*width:115px;*/
	height:48px;
	text-align:center;
	padding:20px 17px 0px 17px;
	cursor:pointer;
	}
.hoverMenu{
	background-color:#edf000;
}

#menu h3{
	height:48px;
	padding-top:20px;
	margin-top:-20px;
	font-size:14px;
	font-weight:normal;
	cursor:pointer	
}


/* ----------------------------------*/
/* CONTENU MILIEU */
/* ----------------------------------*/
#hautMilieu{
	/*background:url(../images/ombreHaut.png) no-repeat;*/
	height:16px;
	}
#contenuAccueil{
	background:url(../images/ombreMilieu.png) repeat-y;
}

#imgAccueil{ margin-left:15px; float:left }

#divImgRubrik {
	width:288px;	
	float:left;
	margin-top:10px;
	margin-bottom:10px;
	}
#divImgRubrik img{ border:4px solid #fff }
/*
#divMenuSecondaire{
	width:286px;
	margin-left:4px;	
	float:left;
	}*/

#menuSecondaire1,#menuSecondaire2,#menuSecondaire3{

	border-bottom:1px dashed #999;
	/*background:#666;*/
	height:73px;
	letter-spacing:1px;
	}
#menuSecondaire1 img,#menuSecondaire2 img,#menuSecondaire3 img{ float:left;margin-top:8px;margin-left:10px;}
#menuSecondaire1 h4, #menuSecondaire2 h4, #menuSecondaire3 h4{
	padding-top:30px;
	height:44px;
	font-size:14px;
	font-weight:normal;
	text-align:left;
	cursor:pointer;
	}
	
#menuSecondaire1 a,#menuSecondaire2 a,#menuSecondaire3 a{color:#323736;}



.hoverMenuSecondaire{ background:#DFDFDF;}
.menuHautSelected{ background:url(../images/imgSelected.gif) no-repeat center top;}

#texteAccueil{ clear:both;width:900px;margin:0 auto;border-bottom:1px solid #BCBCBC; }

#texteAccueil h2{
	padding:20px 30px 0px 60px;
	color:#323736;
	font-size:18px;
	letter-spacing:1px;}

#texteAccueil p {
	padding:20px 30px;
	color:#323736;
	font-size:14px;
	letter-spacing:1px;
	text-indent:30px;
	line-height:20px;
	}

/* ----------------------------------*/
/* CONTENU FOOTER */
/* ----------------------------------*/
#texteFooter{
	border-top:1px solid #fff ;
	width:900px;
	margin:0px auto 0px auto;
	clear:both;
	}
#texteFooter a{color:#323736}
#texteFooter a:hover{ text-decoration:underline}
#texteFooter h4{
	text-align:center;
	color:#323736;
	font-size:14px;
	letter-spacing:1px;
	padding:10px 0px ;
	font-weight:normal;


	}

#basReflet{
	background:url(../images/bgFooterReflet.gif) no-repeat;
	height:142px;
	margin-left:1px;
}

#titreMentionsLegales{font-size:18px; color:#999;margin-top:10px}

#contenuMentionsLegales{color:#323736}

#titreMentionsLegales a{color:#323736;text-decoration:underline}

#contenuMentionsLegales a{color:#323736;text-decoration:underline}

