@charset "UTF-8";
/* CSS Document */

	
	

#zonecentrale{
	height:645px;
	width:1024px;
}

#zonecentralehaut{
	height:76px;
	width:1024px;
	margin:auto;
}

#cartouche{
	height:50px;
	width:1024px;
	margin:auto;
}

#sousmenu{
	height:23px;
	width:1024px;
	margin-top:3px;
	float:left;
}


/* ______________ SOUS-MENU ______________ */
/* ______________ SOUS-MENU ______________ */


/* ______________ ss rubrique presentation ______________ */
.inssrubriquepresentation { 
	background: url(../images/formation/sousmenuformation/presentation.png) 0 23px; 
	display:block; 
	width:137px;
	float:left;
	}

a.ssrubriquepresentation { 
	background-image: url(../images/formation/sousmenuformation/presentation.png); 
	display:block; 
	width:137px;
	float:left;
	}
	
a.ssrubriquepresentation:hover { 
	background: url(../images/formation/sousmenuformation/presentation.png) 0 23px; 
	}

/* ______________ ss rubrique programme ______________ */
.inssrubriqueprogramme { 
	background: url(../images/formation/sousmenuformation/programme.png) 0 23px; 
	display:block; 
	width:120px;
	float:left;
	margin-left:3px;
	}

a.ssrubriqueprogramme { 
	background-image: url(../images/formation/sousmenuformation/programme.png); 
	display:block; 
	width:120px;
	float:left;
	margin-left:3px;
	}
	
a.ssrubriqueprogramme:hover { 
	background: url(../images/formation/sousmenuformation/programme.png) 0 23px; 
	}
	
/* ______________ ss rubrique enseignants ______________ */
.inssrubriqueenseignants { 
	background: url(../images/formation/sousmenuformation/enseignants.png) 0 23px; 
	display:block; 
	width:128px;
	float:left;
	margin-left:3px;
	}

a.ssrubriqueenseignants { 
	background-image: url(../images/formation/sousmenuformation/enseignants.png); 
	display:block; 
	width:128px;
	float:left;
	margin-left:3px;
	}
	
a.ssrubriqueenseignants:hover { 
	background: url(../images/formation/sousmenuformation/enseignants.png) 0 23px; 
	}
	
/* ______________ ss rubrique recrutement ______________ */
.inssrubriquerecrutement { 
	background: url(../images/formation/sousmenuformation/recrutement.png) 0 23px; 
	display:block; 
	width:133px;
	float:left;
	margin-left:3px;
	}

a.ssrubriquerecrutement { 
	background-image: url(../images/formation/sousmenuformation/recrutement.png); 
	display:block; 
	width:133px;
	float:left;
	margin-left:3px;
	}
	
a.ssrubriquerecrutement:hover { 
	background: url(../images/formation/sousmenuformation/recrutement.png) 0 23px; 
	}

/* ______________ ss rubrique temoignages ______________ */
.inssrubriquetemoignages { 
	background: url(../images/formation/sousmenuformation/temoignages.png) 0 23px; 
	display:block; 
	width:124px;
	float:left;
	margin-left:3px;
	}

a.ssrubriquetemoignages { 
	background-image: url(../images/formation/sousmenuformation/temoignages.png); 
	display:block; 
	width:124px;
	float:left;
	margin-left:3px;
	}
	
a.ssrubriquetemoignages:hover { 
	background: url(../images/formation/sousmenuformation/temoignages.png) 0 23px; 
	}
	
/* ______________ SOUS-MENU ______________ */
/* ______________ SOUS-MENU ______________ */


#zonecentralebas{
	height:569px;
	width:1024px;
	margin:auto;
	margin-top:3px;
}

#contenugauche{
	height:320px;
	width:400px;
	float:left;
	background-color:#000;
}

#contenugauchetexte{
	height:290px;
	width:370px;
	margin-top:15px;
	margin-left:15px;
	float:left;
}
	
	
	
	
	
#contenudroite{
	height:260px;
	width:450px;
	float:left;
	margin-left:3px;
}

#photo{
	height:155px;
	width:155px;
	float:left;
	background-color:#639;
}

#inforecrutement{
	height:155px;
	width:285px;
	float:left;
	margin-left:10px;
/*	background-color:red;
*/}

#inforecrutementtexte{
	height:45px;
	width:285px;
}

/*#filet{
	width:450px;
	height:1px;
	float:left;
	background-color: #999;
}*/

/* ______________ Bouton "Déposer une candidature" ______________ */

#boutoncandidature{
	height:20px;
	width:192px;
}

#boutoncandidature a{
	display:block;
	height:20px;
	width:192px;
	text-decoration:none;
	background-color:#CCC;
	text-indent:8px;
	padding-top:6px;
	color:black;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

#boutoncandidature a:hover{
	background-color:#0080E8;
	color:#FFF;
}

