@charset "iso-8859-1";

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-style : normal;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/* BLOCS */
#conteneur {	
	width: 980px;
	border : 1px black solid;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
}
#entete {
	padding: 10px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
	clear: both;
	height: 70px;
	border-bottom: 1px black solid;
	background: black url("/images/bg.jpg") left top
}
.entetetitre {
	width: 385px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	float: left;
}
.entetepub {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	float: right;
}
#menu {
	width: 190px;
	padding: 10px 0px 10px 10px;
	margin: 0px 0px 0px 0px;
	float: left;
	text-align: left;
}
#corps {
	width: 720px;
	padding: 10px 0px 20px 20px;
	margin: 0px 0px 0px 0px;
	float: left;
	text-align: left;
	border-left: 1px #BFBFBF solid;
}
#pied {
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 0px 0px;
	clear: both;
	min-height: 30px;
	height: auto;
	text-align: center;
	font-size: 0.80em;
	border-top: 1px black solid;
	background: black url("/images/bg3.jpg") left top
}

/* LIENS GENERAUX */
a:visited {
	color: #042c76;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	color: #8e2121;
	text-decoration: underline;
	font-weight:bold;
}
a {
	color: #042c76;
	text-decoration: none;
	font-weight:bold;
}

/* MENU GAUCHE */
#menu ul{
	list-style: none;
	margin: 5px 0px 5px 0px;
	padding: 0px;
}
#menu li{
	font-weight: normal;
	font-size: 1.1em;
	padding-top: 7px;
	margin: 0px 0px 5px 0px;
}
#menu a:visited {
	color: #8e2121;
	text-decoration: none;
	font-weight: bold;
}
#menu a:hover {
	color: #042c76;
	text-decoration: underline;
	font-weight: bold;
}
#menu a {
	color: #8e2121;
	text-decoration: none;
	font-weight: bold;
}
.pubGauche {
	text-align: center;
	margin: 5px 0px 5px 0px;
}
.imageGauche {
	text-align: left;
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 2px;
}

/* LIENS PIED DE PAGE */
#pied a:visited {
	color: #029300;
	text-decoration: none;
	font-weight: bold;
}
#pied a:hover {
	color: #D20067;
	text-decoration: underline;
	font-weight: bold;
}
#pied a {
	color: #029300;
	text-decoration: none;
	font-weight: bold;
}
.pubBas {
	margin: 5px 0px 3px 0px;
}

/* TITRES */
H1 {
	margin: 4px 0px 4px 0px;
	padding: 0px;
	color: #ffffff;
	font-size: 1.6em;
}
H2 {
	margin: 3px 0px 3px 0px;
	padding: 0px;
	color: #ffffff;
	font-size: 1.1em;
}	
H3 {
	margin: 3px 0px 3px 0px;
	padding: 0px;
	color: #000000;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
}
H4 {
	margin: 3px 0px 3px 0px;
	padding: 0px;
	color: #000000;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}
H5 {
	margin: 3px 0px 3px 0px;
	padding: 0px;
	color: #FF0000;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
}

/* STYLES CONTENU */
#liens {
	margin: 15px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}
#liens a:visited {
	color: #339933;
	text-decoration: none;
	font-weight: normal;
}
#liens a:hover {
	color: #CC0066;
	text-decoration: underline;
	/*font-weight: bold;*/
}
#liens a {
	color: #339933;
	text-decoration: none;
	font-weight: normal;
}
#liens li{
	margin: 0px 0px 7px 0px;
}
#partenariat {
	width: 600px;
	text-align: left;
	padding: 5px 5px 5px 5px;
	margin: 10px 0px 0px 10px;
	border: 1px green dashed;
}
#accueil {
	margin: 15px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 1.1em;
	line-height: 25px;
}
#accueil P {
	margin: 10px 0px 10px 0px;
}

/* TABLEAUX */
TABLE {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style : normal;
	width: 100%;
	margin: 5px 0px 5px 0px;
}
#memoire {
   border : 1px solid black;
	border-spacing : 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style : normal;
	width: 0%;
}
#memoire TD {
   border : 1px solid black;
	text-align: center;
	vertical-align: middle;
}
TABLE TD.texte {
	padding: 2px 2px 0px 3px;
	text-align: left;
	vertical-align: top;
	width: 50%;
}
TABLE TD.photo {
	padding: 2px 2px 0px 3px;
	text-align: center;
	vertical-align: top;
	width: 50%;
}
TABLE li{
	font-weight: normal;
	padding: 0px 0px 3px 0px;
	margin: 0px 0px 0px 0px;
}
/* DIVERS */
P {
	margin: 4px 0px 4px 0px;
}
.photos {
	text-align: center;
	margin: 3px 0px 3px 0px;
}
IMG.photos {
	border : 1px solid green;
}
