@charset "UTF-8";



/*  COULEURS UTILISEES
violet bandeau et étudiant = #92117e
fond orange menu gauche et industriel = #ff8c40
rouge lycéen = #e41833
bordeaux = #9e2458
gris actus = #615e5e
gris titres et menus = #a9a6a6
beige colonne = #d8d3ca
*/



/*______on importe les autres feuilles de style______*/
@import url(accueil_esiee.css);
@import url(pages_esiee.css);


/*  STYLE GLOBAL  */
body  {

    	/*font: 11px, Arial, Helvetica, sans-serif;	*/
		font-size:11px;
		font-family:Arial, Helvetica, sans-serif;
		color: #615e5e;
		margin: 0; 
		padding: 0;
		background-color:#cccccc;

    }



#container { 
/*position: relative;*/
    width: 980px;
	text-align: left; 
	background-color: #FFFFFF;
	margin: 10px auto;
	background-image:url(../images/cible.gif);
	background-position: top right;
	background-repeat:no-repeat;

}

#container_accueil { 
/*position: relative;*/
    width: 980px;
	text-align: left; 
	background-color: #FFFFFF;
	margin: 10px auto;

}


h1{
color: #a9a6a6;
width: 90%;
border-bottom:2px solid #a9a6a6;
font-size: 18px;
}


h2{
font-size: 15px;
clear:both;
overflow:auto;
margin: 30px 0 5px 0;

}


h3 {
	font-size:12px;
	font-weight:bold;
	color:#e41833;
	color: #e41833;
	line-height:0px;
}



.flottement_gauche {
	float: left;
}


.flottement_droite {
	float: right;
}
.image_droite {
	float: right;
}
.image_gauche {
	float: left;
}

.clearfloat { 
    clear:both;
}

hr{ 
width: 80%;
/*line-height: 1px;
border-style: dashed;*/
visibility:hidden;
}

	

/* HEADER  */


#bandeau_images_formulaire {
	width: 344px;
	height:29px;
}


.formulaire_input {
	height: 12px;
}


/*  FIN DU HEADER  */





/*  COLONNE GAUCHE  */


#colG {
	float: left;
	width:186px;
	background-image: url(../images/colG_fond_orange.jpg);
	background-repeat: no-repeat;
	/*height: 100%;*/
}

#colG p{
text-align:center;
color: #000000;
font-size:12px;
margin-bottom:5px;
}

#logos{

}



/*#container #colG #menu_lyceen{
	font-size: 19px;
	line-height: 27px;
	list-style-image: url(../images/fleche_rouge.gif);
}
#container #colG #menu_lyceen a{
	color: #EA1835;
}

#container #colG #menu_etudiant{
	font-size: 19px;
	line-height: 27px;
	list-style-image: url(../images/fleche_violet.gif);
}
#container #colG #menu_etudiant a{
	color: #99127C;
}

#container #colG #menu_industriel{
	font-size: 19px;
	line-height: 27px;
	list-style-image: url(../images/fleche_blanche.gif);
}
#container #colG #menu_industriel a{
	color: #FFFFFF;
}*/

/*  FIN COLONNE GAUCHE  */




/*  COLONNE CENTRALE  */

#center{
	float: left;
	width:794px;
	background-image:url(../images/fond_center.gif);
	background-repeat:repeat-y;
	background-color: #FFFFFF;

}


#center_colG{
	float: left;
	width:193px;
	height: 438px;
	/*height: 401px;
	height: 100%;*/
	background-image: url(../images/center_fond_colG.jpg);
	background-repeat: no-repeat;
	/*background-color:#D7D3C8;*/
}

#center_colD{
	float: right;
	width:601px;
	height: 100%;
	margin-top:10px;
}

		
/*  FIN COLONNE CENTRALE  */
	


/*  FOOTER  */

#footer {
	clear: both;
	background-image: url(../images/fond_footer.jpg);
	background-repeat: no-repeat;
	width:980px;
	height:17px;
	padding-top:20px;
	font-size:12px;
	
 }
#footer a{
 	color:#fff;
 	text-decoration:none;
 }
 
 #footer a:hover{
 	color:#fff;
 	text-decoration:underline;
 }


/*  FIN FOOTER  */

/**********ACtualites accodion *************/

.accordion_toggle {
	display: block;
	cursor: pointer;
}
.accordion_content {
	overflow: hidden;
}
.vertical_accordion_toggle {
	display: block;
	outline: none;
	cursor: pointer;
}
.vertical_accordion_content {
	overflow: hidden;
}
#accordion h2{
		cursor: pointer;
}