/* Définitions générales */
/* couleur #34b233 = vert foncé bandeau */
/* couleur green = vert foncé bordures */
/* couleur #E2FFD7 = fond vert pale bandeau index et accueil*/
body {
        background-color: #d0d0d0;
        color: #000;
        font-family: Verdana,Geneva,Arial,Helvetica,"Trebuchet MS",sans-serif;
        font-size: small;
        margin: 0px;
        padding: 20px 0 0 0;
}

/* Définitions des éléments dans l'ordre du code HTML */
#conteneur{
        color: #000;
        background-color: #d0d0d0;

/* permet de fixer une hauteur mini sur les navigateurs modernes */
        min-height: 40em;
/* pour obtenir le même effet sur IE, sachant que si le contenu dépasse, il
"poussera" la hauteur en ne respectant pas la norme. On se joue de ses lacunes
*/
        height: 40em;
}

/* pour rétablir le mauvais effet sur les nav. modernes */
        html>body #conteneur{
        height: auto;
}

#contenu {
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 1000px;
	text-align: center;
	background-color: #fff;
}


a { color: navy; background: transparent; text-decoration: none; }
a:visited { color: green; background: transparent; text-decoration: none; }
a:hover { background: transparent; text-decoration: underline; color: red;}

/*
#contenu a { color: green; background: #fff; text-decoration: none; }
#contenu a:visited { color: #008000; background: #fff; text-decoration: none; }
#contenu a:hover { background: #fff; text-decoration: underline; color: #cc0000;}
*/

#menu {
		width: 100%;
		margin: 10px 0 0 0px;
		padding: 0px;
		text-align: left;
		font-size: 9pt;
}

#menu li{
		padding: 0;
		margin: 5px 0 0 17px;
}

#menu a {		/* respecter l'ordre  des a */
		text-decoration: none;
		padding: 0;
		color: green;
}

#menu a:visited {
		color: grey;
}

#menu a:hover {
		color: orange;
}

/* calendriers dans menu */
#calendrier1 table, #calendrier2 table, #calendrier3 table  {
   border: 1px solid green; 
}

#calendrier1 th, #calendrier2 th, #calendrier3 th {
   background-color: #34b233;
   color: white;
   border: 1px solid green;
}

#calendrier1 td, #calendrier2 td , #calendrier3 td {
   width: 23px;
   height: 23px;
   border: 1px solid green;
   font-size: 8pt;
   color: #808080;
   text-align: center; 
   vertical-align: middle;
   padding: 0px; 
}

#calendrier1 a, #calendrier2 a {		/* respecter l'ordre  des a */
   text-decoration: none;
   padding: 0;
   color: green;
   font-size: 10pt;
   font-weight: bold;
}

#calendrier1 a:visited, #calendrier2 a:visited {
	color: grey;
}

#calendrier1 a:hover, #calendrier2 a:hover {
	color: orange;
}
/* fin calendriers dans menu */



.tdtexte {
width: 50%;
text-align: justify; 
padding: 0 20px 0 0px;
font-size: 10pt;
}

.tdphoto13 {		/* photo rapport 1,33 */
width: 50%;
text-align: center;
font-size: 10pt;
padding: 17px 0px 17px 0px; 
background: url(fondphoto13.gif) no-repeat 50% 50%;
}

.tdphoto13bas {		/* photo rapport 1,33  alignée en bas avec photo verticale */
vertical-align: bottom;
width: 50%;
text-align: center;
font-size: 10pt;
padding-bottom: 20px;
background: url(fondphoto13.gif) no-repeat 50% 100%;
}

.tdphoto15bas {		/* photo rapport 1,5  alignée en bas avec photo verticale */
vertical-align: bottom;
width: 50%;
text-align: center;
font-size: 10pt;
padding-bottom: 20px;
background: url(fondphoto15.gif) no-repeat 50% 100%;
}

.tdphoto17bas {		/* photo rapport 1,77  alignée en bas avec photo verticale */
vertical-align: bottom;
width: 50%;
text-align: center;
font-size: 10pt;
padding-bottom: 20px;
background: url(fondphoto17.gif) no-repeat 50% 100%;
}

.tdphoto15 {		/* photo rapport 1,5 */
width: 50%;
text-align: center;
font-size: 10pt;
padding: 17px 0px 17px 0px; 
background: url(fondphoto15.gif) no-repeat 50% 50%;
}

.tdphoto17 {		/* photo rapport 1,77 */
width: 50%;
text-align: center;
font-size: 10pt;
padding: 17px 0px 17px 0px; 
background: url(fondphoto17.gif) no-repeat 50% 50%;
}

.tdphotoV {	/* photo verticale */
width: 50%;
text-align: center;
font-size: 10pt;
padding: 17px 0px 17px 0px; 
background: url(fondphotoV.gif) no-repeat 50% 50%;
}

.tdphotovide {
width: 50%;
}

.tdphototexte {
vertical-align: top;
padding: 0 15px;
}

.photo {
width: 300px; 
height: 225px; 
padding: 0px; 
}

.photo13 {		/* photo rapport 1,33 */
width: 300px; 
height: 225px; 
padding: 0px; 
}

.photo15 {		/* photo rapport 1,5 */
width: 300px; 
height: 200px; 
padding: 0px; 
}

.photo17 {		/* photo rapport 1,77 */
width: 300px; 
height: 170px; 
padding: 0px; 
}

.photoV {	/* photo verticale */
width: 225px; 
height: 300px; 
padding: 0px; 
}

.photobord {
width: 300px; 
height: 225px; 
padding: 10px; 
background-color: #fff;
}

.titrejour {
font-size: 12pt;
text-align: center; 
font-weight: bold;
}

.titre { font-family: arial, helvetica, sans-serif; font-size: 20px; color: navy; font-weight: bold; padding: 5px;
        background-color: #99ffff; border: 4px outset #c0c0c0; }

.txt1,txt2,txt3,txt4 { font-family: arial, sans-serif; }
.txt1 { font-size: 0.9em; }
.txt2 { font-size: 1em; }
.txt3 { font-size: 1.2em; }
.txt4 { font-size: 1.4em; }

#titre { border: 3px outset green; padding: 5px 0px; margin: 0px 18px; }
#titre table { width: 100%; margin: 0px auto; }

#page { text-align: center; border: 3px outset green; padding: 5px 0px; margin: 0px 18px; }
#page table { width: 100%; margin: 0px auto; text-align: center; }

#pied { color: #000; text-align: center; font-size: x-small; clear: both; padding: 5px 0; margin: 0;}
#pied hr { width: 100%; color: #808080; border: 1px solid #808080; text-align: center; }
#pied a { color: #000; background: #d0d0d0; text-decoration: none; }
#pied a:hover { background: #d0d0d0; text-decoration: underline; color: #000;}
