/* Définitions générales */
/* couleur #008000  green  bordures et texte  */
/* couleur #7BA566  vert fond bandeau  */
/* couleur #006400  vert foncé darkgreen  bandeau */
/* couleur #E5FFE7 = fond vert pâle menu 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;
}

table,tr,td {border-collapse: collapse;} 

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;}

#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: blue;
}

#menu a:visited {
		color: grey;
}

#menu a:hover {
		color: orange;
}


.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%;
}

.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%;
}

.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; 
}

.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;}
