body {
	margin:0 auto; padding:0 0 20px 0; text-align:center;
	background: #002D72 url(/images/background.jpg) no-repeat center top;
	height:100%; font-size:100%;  color:#003D7D;
	font-family: Verdana, Arial, Sans-serif;
}

html, body {
	height: 100%;
}

a:link {
	text-decoration:underline; color:#0240BC;
}
a:visited {
	text-decoration:underline; color:#4C4D4F;
}
a:hover, a:visited:hover {
	text-decoration:none; color:#0240BC;
}
	
img {
	border:0 none; padding:0; margin:0;
}

p, td, th, ul, ol, li, blockquote, input, div {
	margin:0; padding:0;
}
	
td, th {  
	vertical-align:top;
}
	
em {
	font-style:normal; color:#666666; font-weight:bold;
}

form {
	padding:0; margin:0;
}

INPUT, TEXTAREA, SELECT, OPTION {
	padding:0; margin:0; font-size:12px;
} 
/* Form elements avec styles personnalises */
/*INPUT {
	background-color: #FFFFFF; border: #FFFFFF 1px solid;
	color: #000000; font-weight: normal;
	font-family: arial, verdana, ms sans serif; font-size: 11px;
	margin-top: 4px;
} 

TEXTAREA {
	background-color: #FFFFFF; border: #FFFFFF 1px solid;
	color: #000000; font-weight: normal;
	font-family: arial, verdana, ms sans serif; font-size: 11px;
	padding-top: 4px;
}*/

sup {  
	font-size:.8em; vertical-align:35%; 
	/*vertical-align:super;*/
}


/**** Container ****/

#conteneur {
	width:752px; position: relative; margin:0 auto; padding:0;
}



/************ Header *************/ 

#header {
	
}

#menutop {
	position:absolute; top:36px; left:0px; width:324px; height:20px; text-align:right; font-size:11px;color:#FFFFFF;
}
#menutop a:link {
	text-decoration:none; color:#FFFFFF;
}
#menutop a:visited {
	text-decoration:none; color:#FFFFFF;
}
#menutop a:hover, #langue a:visited:hover {
	text-decoration:underline; color:#FFFFFF;
}


/**** Menu (horizontal) ****/

#menu {
	height:25px; background: #FFFFFF url(/images/background_menu.gif) no-repeat center top; text-align:center;
}

#menu img {
	margin:0 9px;
}



/************ Contenu *************/

#contenuBody {
	width:752px; margin:0; padding:0; background-color:#FFFFFF;
}


/**** Colonne de gauche (sous-menu) ****/

#colonneGauche {
	padding:36px 0 0 0; text-align:left; width:195px;
}

#colonneGauche #prochaine {
	background: #FFFFFF url(/images/colonnegauche/centre.gif) repeat-y left top;
}
#colonneGauche #prochaine .texte {
	padding:0 20px 0 32px; font-family:Arial, Helvetica, sans-serif; color:#000000; font-size:.8em;
}
#colonneGauche #prochaine .texte p {
	padding:0 0 .7em 0;
}




/**** Contenu ****/


#contenu {
	padding: 50px 57px 50px 50px; /* width reel = 450px */
	font-size: .8em; text-align:justify; line-height:1.7em;
}

#contenu h1 {
	font-size: 1.7em; font-weight: bold;
	padding: 0; margin: 0;
}

#contenu h2 {
	font-size: 1.2em; font-weight: bold;
	padding: .5em 0 1em 0; margin: 0;
	color: #636466;
}

#contenu h3 {
	font-size: 1.1em; font-weight: bold;
	padding: .5em 0 .8em 0; margin: 0;
	color: #B10000;
}

#contenu h4 {
	font-size: 1em; font-weight: bold;
	padding: .5em 0 .8em 0; margin: 0;
	color: #C56135;
}

#contenu h5 {
	font-size: 1em; font-weight: bold;
	padding: .5em 0 1em 0; margin: 0;
	color: #C56135;
}

#contenu p {
	padding: 0 0 1.2em 0; margin: 0;
}
#contenu p.coller {
	padding: 0 0 .2em 0; margin: 0;
}

#contenu ul {
	/*Hack pour espace a gauche de la liste*/ 
	margin:0 0 1em 17px; padding:0;
	/*list-style-type:none; margin:0 0 .6em 0; padding:0;*/
}
#contenu ol {
	margin:0 0 1em 17px; padding:0;
}
#contenu li {
	margin:0 0 .2em 0;
	/*Pour avoir un bullet different au bout (image) - Fonctionne mieux que le list-style 
	background: url(images/bullet.gif) no-repeat left top; padding:0 0 .2em 15px; */
}

#contenu .ligne {
	margin:20px 0; padding:0;  background-color: #939598; font-size:0px; line-height:0px; height:1px;
}

#contenu .retour {
	padding:0; font-size:11px; text-align:right;
}

#contenu .hautdepage {
	padding: .5em 0 0 0; font-size:11px; text-align:right; line-height:0.5em;
}

#contenu .imageGauche {
	float:left; margin:0px 15px 15px 0; padding:0;
}

#contenu .imageDroite {
	float:right; margin:0px 0 15px 15px; padding:0;
}

#contenu .section {
	padding:0 0 0 25px;
}
#contenu .indention {
	padding:0; margin:0 0 0 25px;
}

/* Pour faire suivre le texte apres un float */
#contenu .spacer {
	clear:both; font-size:0px; line-height:0px; height:0px;
}

/* Pour avoir une hauteur minimum du contenu */
.hauteurMin {
  min-height: 496px;
}
/* hide from IE/mac \*/
* html .hauteurMin {
  height: 496px;
  he\ight: 496px;
}
/* end hide */

#contenu .hauteurMinOld {
	height:170px; float:right; width:1px;
}


/** Tableaux **/

/* Hack IE 6 PC pour grosseur de font dans un tableau */
* html #contenu table td {
	/*font-size:.8em;*/
}
table {
	font-size: 1em;
}
table table {
	font-size:100%;font-size:12px;
}
table td {
	font-size:1em;
}

/* Tableau de base (transparent) */
#contenu table.tableauBase td {
	padding:2px; text-align:left; font-size:1em;
}
#contenu table.tableauBase td p {
	padding: 0 0 .8em 0;
}


/* Tableau avec styles */
#contenu table.tableauStyle {
	border-left:1px solid #cccccc; border-top:1px solid #cccccc;
}
#contenu table.tableauStyle td {
	padding:.6em .6em 0 .6em; text-align:left; font-size:1em; line-height:1.2em;
	border-right:1px solid #cccccc; border-bottom:1px solid #cccccc;
}
#contenu table.tableauStyle .titre {
	background-color:#cccccc;
}
#contenu table.tableauStyle td p {
	padding: 0 0 .6em 0;
}
#contenu table.tableauStyle .backgroundCouleur {
	background-color:#00CC66;
}

#contenu table.tableauStyle .texte {
	width:250px;
}


/* Tableau calendrier */

.calendrier {
	margin-bottom:30px; width:400px;
}

.calendrier td.calendrierHeader {
	background: url(/images/spirale_header.jpg) no-repeat left top; height:51px; text-align:center;
}

.calendrier td.calendrierHeader img {
	margin:30px 0 10px 0;
}

.calendrier td.calendrierCentre {
	border-right:2px solid #9b9b9b; border-left:2px solid #9b9b9b; text-align:center;
}

.calendrier td.calendrierCentre table {
	margin:0 13px;
}
.calendrier td.calendrierCentre table td {
	padding:.6em; text-align:left; font-size:1em; line-height:1.2em;
	border-right:4px solid #FFFFFF; border-bottom:4px solid #FFFFFF; background-color:#eaeaeb;
}
td img {
	display:inline;
}

.calendrier td.calendrierFooter {
	background: url(/images/spirale_footer.jpg) no-repeat left top; height:28px;
}




/* Album photos*/

#contenu .tableauIndexPhotos td {
	text-align:center; vertical-align:middle;
}

body.photoZoom {
	background-color:#FFFFFF; margin:0; padding:0;
}

body.photoZoom .nav {
	margin-bottom:15px; background-color:#FFFFFF; width:130px;
}
body.photoZoom .nav td.navCell {
	background-color:#FFFFFF; padding:2px 5px;
}

body.photoZoom .photo td img {
	border:1px solid #000000;
}




.curseurOn {
	cursor: pointer;
}
.curseurOff {
	cursor: default;
}

.buttonOff {
	opacity:.70;filter: alpha(opacity=70); -moz-opacity: 0.7;
}
.buttonOn {
	opacity:100;filter: alpha(opacity=100); -moz-opacity: 1;
}
.buttonOver {
	opacity:.50;filter: alpha(opacity=50); -moz-opacity: 0.5;
}


/* sondage sur accueil */
.sondage {
	position:absolute; top:325px; left:660px;
	height:500px; width:195px;
}
.sondage .background {
	behavior: url(/iepngfix/iepngfix.php);
	height:276px; width:195px; position:absolute; top:0px; left:0px; z-index:1;
}
.sondage iframe {
	position:absolute; top:0px; left:10px; z-index:2;
}


#footer {
	width:752px; margin:0 auto; text-align:center;
}


/* Lien taiga */

#webmaster {
	text-align:right; color: #8eb4de; margin: 8px auto; padding:0; 
	font-size:10px; width:760px;
}
#webmaster a:link, #webmaster a:visited {
	text-decoration:none; color:#8eb4de;
}
#webmaster a:hover, #webmaster a:visited:hover {
	text-decoration:underline; color:#8eb4de;
}