@charset "UTF-8";
/*************************** STRUCTURE ******************************/

* {
	margin: 0;
}
html, body {

	height: 100%;
}

body#main {
	background: url(../images/bg_body.gif) top center repeat-y;
}

body#page {
	background: url(../images/bg_body_page.gif) top center repeat-y;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 1000px;
	margin: 0 auto -40px; /* the bottom margin is the negative value of the footer's height */
	position: relative;
}

#menu {
	width: 266px;
	float: left;
}

#contenu {
	width: 734px;
	float: right;
}

#photos {
	width: 734px;
	height: 357px;
	float: left;
}

#left {
	width: 360px;
	float: left;
}

#left #liste {
	width: 284px;
	height: 65px;
	margin-left: 27px;
	padding: 19px 0 0 12px;
	background: url(../images/bg_liste.gif) top left no-repeat;
}


#left #vid {
	padding: 23px 0 20px 20px;
}

#right {
	width: 374px;
	float: right;
}

#footer {
	width: 1000px;
	margin: 0 auto;
}

#footer #footer_content {
	width: 260px;
	margin-top: 20px;
}

#footer, #push {
	height: 40px; /* .push must be the same height as .footer */
}

div.clear {
	clear: both;
}


/*************************** TITRES ******************************/

#titreVisite {
	width: 734px;
	height: 339px;
	margin-bottom: 30px;
	background: url(../images/titres/visite.jpg) top left no-repeat;
}
#titreNouvelles {
	width: 734px;
	height: 339px;
	margin-bottom: 30px;
	background: url(../images/titres/nouvelles.jpg) top left no-repeat;
}

#titrePedagogie {
	width: 734px;
	height: 339px;
	margin-bottom: 30px;
	background: url(../images/titres/volet_pedagogique.jpg) top left no-repeat;
}

#titrePedagogie_pm {
	width: 734px;
	height: 339px;
	margin-bottom: 30px;
	background: url(../images/titres/volet_pm.jpg) top left no-repeat;
}

#titreHistorique {
	width: 734px;
	height: 339px;
	margin-bottom: 30px;
	background: url(../images/titres/historique.jpg) top left no-repeat;
}

#titreTemis {
	width: 734px;
	height: 339px;
	margin-bottom: 30px;
	background: url(../images/titres/temis.jpg) top left no-repeat;
}

#titreCartes {
	width: 734px;
	height: 339px;
	margin-bottom: 30px;
	background: url(../images/titres/cartes.jpg) top left no-repeat;
}

#titreJoindre {
	width: 734px;
	height: 339px;
	margin-bottom: 30px;
	background: url(../images/titres/joindre.jpg) top left no-repeat;
}



/*************************** TYPO ET LISTE ******************************/

h1 {
	font: 20px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
	margin: 0;
	padding: 274px 0 0 25px;
}

h2 {
	font: 18px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	text-transform: normal;
	font-weight: bold;
	color: #43a8b5;
	padding: 0 20px 5px 30px;
}

h3 {
	font: 15px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	text-transform: normal;
	font-weight: bold;
	color: #666666;
	padding: 0 20px 5px 30px;
}

p {
	font: 15px Arial, Helvetica, sans-serif;
	color: #4a4a4a;
	line-height: 20px;
	margin: 0 20px 50px 30px;
}

#right p {
	margin: 0 20px 30px 0;
}

#footer p {
	font: 11px Arial, Helvetica, sans-serif;
	text-align: right;
	color: #338c9c;
	margin: 0 20px 0 0;
}

ul {
	font: 15px Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 10px 20px 50px 0;
	padding-left: 35px;
	line-height: 20px;
	color: #585858;
}

li {
	list-style-image: url(../images/dot.gif);
	margin-left: 35px;
	padding-left: 5px;
}


/*************************** LIENS ******************************/

a {
	color: #0091aa;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px dotted #6dd6e3;
}

a:hover {
	background-color: #c78b11;
	color: #fff;
	text-decoration: none;
	border-bottom: 0px;
}


#footer a {
	color: #326d78;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 0px;
}

#footer a:hover {
	background-color: transparent;
	color: #fff;
	text-decoration: none;
	border-bottom: 0px;
}

/* ------------------ GALERIE DE PHOTOS ------------------ */

#gallery {
	background: url(../images/bg_galerie.gif) top left no-repeat;
	margin: 0 0 0 2px;
	padding: 20px 0 10px 33px;
	}

#gallery img { 
	margin: 0 3px 4px 0;
	padding: 5px;
	border: 0;
	background-color: #6dd6e3;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	-khtml-opacity:0.8;
	}

#gallery a {
	border-bottom: 0px;
	}

#gallery a:hover img {
	background-color: #ffd200;
	opacity: 1;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	-khtml-opacity:1;
	}
	
#gallery a:hover {
	background-color: transparent;
	opacity: 1;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	-khtml-opacity:1;
	}


/* ------------------ CARTES DE LOCALISATION ------------------ */

#cartes {
	margin: 0 20px 50px 30px;
	}

#cartes img { 
	border: 0;
	margin-right: 15px;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	-khtml-opacity:0.8;
	}

#cartes a {
	border-bottom: 0px;
	}

#cartes a:hover img {
	opacity: 1;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	-khtml-opacity:1;
	}
	
#cartes a:hover {
	background-color: transparent;
	opacity: 1;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	-khtml-opacity:1;
	}


/* ------------------ NOUVELLES ------------------ */

.nouvelle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 730px;
	margin: 0 0 30px 0px;
	}
	
.nouvelle .date {
	font-size: 30px;
	text-align: center;
	color: #000;
	height: 94px;
	width: 82px;
	float: left;
	padding-top: 10px;
	background: url(../images/bg_date.gif) top left no-repeat;
	}
	
.nouvelle .date .mois {
	font-size: 15px;
	}
	
.nouvelle .date .annee {
	font-size: 12px;
	color: #7b7b7b;
	}
	
.nouvelle h2 {
	padding: 0 0 5px 10px;
}

.nouvelle .contenu {
	width: 636px;
	float: right;
	}
	
.nouvelle .contenu p {
	font: 15px Arial, Helvetica, sans-serif;
	color: #4a4a4a;
	line-height: 21px;
	margin: 0 20px 0 10px;
}




#left .nouvelle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 360px;
	margin: 0 0 30px 0px;
	}
	
#left .nouvelle .date {
	font-size: 30px;
	text-align: center;
	color: #000;
	height: 94px;
	width: 82px;
	float: left;
	padding-top: 10px;
	background: url(../images/bg_date.gif) top left no-repeat;
	}
	
#left .nouvelle .date .mois {
	font-size: 15px;
	}
	
#left .nouvelle .date .annee {
	font-size: 12px;
	color: #7b7b7b;
	}

#left .nouvelle h2 {
	font: 15px Arial, Helvetica, sans-serif;
	text-transform: normal;
	font-weight: bold;
	color: #000;
	padding: 0 40px 5px 10px;
}

#left .nouvelle .contenu {
	width: 278px;
	float: right;
	}
	
#left .nouvelle .contenu p {
	font: 13px Arial, Helvetica, sans-serif;
	color: #434343;
	line-height: 18px;
	margin: 0 40px 0 10px;
}