*{ 
	margin : 0; 
	padding : 0; 
}
html {
	height:100%;	
}

body {
	font-family:   helvetica, verdana , sans-serif;
	background-color:#f4fed3; 
	color:#000000; 
}

a img{
	border: none;
}
img{
	border:none;
}



#conteneur {
	width:99.9%;
	min-width:800px;
	height:100%;
	min-height:870px;
	background-color: #f4fed3;
}
/* ---------------------------------------------------------------------------------------------------- */
#header {
	height: 260px;
	width: 100%;
	min-width:960px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
}
#leaderboard {
	background-image: url(images/leaderboard.png);
	background-repeat: no-repeat;
	height: 91px;
	width: 726px;
	position: absolute;
	top: 5px;
	right: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#titre_annuaire {
	background-image: url(images/annuaire.png);
	background-repeat: no-repeat;
	height: 76px;
	width: 299px;
	left: 275px;
	top: -115px;
	position: relative;
}
#logo {
	height: auto;
	width: auto;
	left: 2px;
	top: 2px;
	position: relative;
}
#sous_titre1 {
	background-image: url(images/sous_titre1.png);
	background-repeat: no-repeat;
	height: 43px;
	width: 390px;
	position: relative;
	left: 580px;
	top: -185px;
}
#sous_titre2 {
	background-image: url(images/sous_titre2.png);
	background-repeat: no-repeat;
	height: 46px;
	width: 390px;
	position: relative;
	left: 600px;
	top: -184px;
}
/* ---------------------------------------------------------------------------------------------------- */
#principal {
	width: 100%;
	min-height:750px;
	min-width:960px;
	/*border: 3px double green;*/
}

#col_gauche {
	width: 311px;
	float: left;
}
.recherche {
	background-image: url(images/recherche.png);
	background-repeat: no-repeat;
	height: 157px;
	width: 281px;
	padding-top: 60px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
}
.recherche label{
	margin-right:3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.recherche select{
margin-left:5px;
}
.visite {
	background-image: url(images/derniere_visite.png);
	height: 89px;
	width: 291px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 70px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-repeat: no-repeat;
}
#rectangle_G {
	background-image: url(images/rectangle_G.png);
	background-repeat: no-repeat;
	height: 252px;
	width: 300px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 6px;
}

#rectangle_G_G {
	background-image: url(images/rectangle_G_G.png);
	background-repeat: no-repeat;
	height: 300px;
	width: 300px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 6px;
}

#col_droite {
	width: 130px;
	float: right;
}

#sky_D {
	background-image: url(images/sky_D.png);
	background-repeat: no-repeat;
	height: 605px;
	width: 125px;
	padding-top: 7px;
	padding-left: 5px;
	margin-top:7px;
	margin-right:0;
	margin-left:auto;
}
#centre {
	height: auto;
	width: auto;
	min-height:700px;
	margin-left:311px;
	margin-right:130px;
}
#C_G_H {
	background-image: url(images/angle_G_H.png);
	background-repeat: no-repeat;
	float: left;
	height: 59px;
	width: 23px;
}
#C_M_H {
	background-image: url(images/pixel_H.png);
	background-repeat: repeat-x;
	height: 59px;
	width: 100%;

	
}

#ariane {
	width: 750px;
	margin-left:30px;
	padding-top:15px;
	position: relative;
}

#C_D_H {
	background-image: url(images/angle_D_H.png);
	background-repeat: no-repeat;
	float: right;
	height: 59px;
	width: 23px;
}
#M_G {
	background-image: url(images/pixel_G.png);
	background-repeat: repeat-y;
	background-position: left;
	float: left;
	width: 100%;
	
}
#M_D {
	background-image: url(images/pixel_D.png);
	background-repeat: repeat-y;
	background-position: right;
	float: right;
	width: 100%;
}
#C_G_B {
	background-image: url(images/angle_G_B.png);
	background-repeat: no-repeat;
	background-position: left;
	float: left;
	height: 26px;
	width:100%;
}
#C_D_B {
	background-image: url(images/angle_D_B.png);
	background-repeat: no-repeat;
	background-position: right;
	float: right;
	height: 26px;
	width: 100%;
}
#C_M_B {
	background-image: url(images/pixel_B.png);
	background-repeat: repeat-x;
	height: 56px;
	margin-left:23px;
	margin-right:23px;
}


#M {
	background-repeat: repeat;
	margin-left:23px;
	margin-right:23px;
	min-height:600px;
	max-height:670px;
	overflow:scroll;
	text-align: center;
}

.fiche {
	height: 70px;
	margin:auto;
	width: 600px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
}
.fiche .titre{
	text-decoration: none;	
}

.grande_fiche {
	margin: auto;
	height: 400px;
	width: 100%;
}


/* ---------------------------------------------------------------------------------------------------- */
#footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	height: 105px;
	width: 100%;
	padding-top:25px;
	min-width:960px;
	text-align:center;
	position: relative;
}
.texte_end{
	position:relative;
	top:60px;
}
.w3c {
	position:relative;
	float: right;
	top: 50px;
}

.liste_region {
	font-size: 10px;
}
.liste_departement li {
	padding: 0;
	margin: 0;
	display: block;
	float:left;
	width: 150px;
	font-size: 10px;
}
a.lien_dep {
	background-color:#b5e026;
	font-size: 1.3em;
	font-weight: bold;
}

.departement{
	background-color:#b5e026;
}

#formulaire_ecole {
	width:500px;
}

#formulaire_ecole p{
	text-align: right;
}

#formulaire_ecole input{
		
}

#actualite ul{
	
}




