/* global */
body {
	background-color: #CCCCCC;
}

#page {
	background-color: #FFFFFF;
	font-size: 0.8em;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	font-family: Verdana, Helvetica, sans-serif;
}

/* header */
#head {
	background-color: #D31738;
}

#banner {
	height: 145px;
	margin: 0;
	font-family: Verdana, Helvetica, sans-serif;
	padding: 0;
	background-image: url(images/bandeau2.jpg);
	background-position: left;
	text-align: right;
	
}

#titrebanner {
	font-size: 3em;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	height: 120px;
}
	
#logo {
	float: left;
	margin: 0;
	padding: 0;
	clear: left;
	z-index: 1;
}

#style_switcher {
	height: 25px;
	font-size: 0.9em;
	text-align: right;
	color: #FFFFFF;
	font-family: Verdana, Helvetica, sans-serif;
	vertical-align: text-bottom;
}

#menuhaut {
	list-style-type: none;
	list-style-position: inside;
	margin: 0;
	background-image:  url(images/menuhaut.gif);
	margin-top: 0.8em;
	margin-bottom: 0.8em;
	height: 25px;
	z-index: 1;
	text-align: right;
}
#menuhaut li {
	display: inline;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
}
#menuhaut a {

	font-size: 1,2;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#menuhaut a:hover {
	font-weight: bolder;
	text-decoration: underline;
	color: #FFDD9A;
}

/* menu gauche */
#menugauche {
	float: left;
	padding: 20px;	
}
#menugauche ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-image: url(images/menugauche.gif);
}
#menugauche a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000033;
	display: block;
	height: 25px;
	width: 195px;
	font-size: 1em;
	text-indent: 1.5em;
}
.chapeau {
	background-image:  url("images/chapeau.gif");
	margin-left: 0em;
	width: 195px;
	background-color: #FFFFFF;
}
.pied {
	background-image:  url("images/pied.gif");
	width: 195px;
	height: 25px;
	background-color: #FFFFFF;
}
#menugauche a:hover {
	color: #6699CC;
	background-image: url(rouge/liengauche.gif);
}

/* contenu principal */

#arbo {
	color:#131164;
}

#contenu {
	margin-top: 0px;
	background-color: #FFFFFF;
	padding: 0.5em;
	margin-left: 18em;
}
#contenu h1 {
	font-size: 2.2em;
	text-align: center;
	font-variant: small-caps;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #131164;
}
#contenu h2 {
	font-size: 1.5em;
	font-variant: small-caps;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #131164;
	border-left-color: #000000;
	color: #131164;
}
#contenu h3 {
	font-size: 1.2em;
	margin: 0.5em;
	color: #131164;
}
#contenu p {
	margin: 0.3em;
}

#contenu a {
	color: #131164;
	text-decoration: none;
	font-weight: bold;
}
#contenu a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}
#contenu table {
	border: 1px solid #D31738;
	width: 95%;
}
#contenu td {
	border: 1px solid #D31738;
	vertical-align: top;
}

#contenu img {
	margin: 5px;
}

#plan {
	position: relative;
	top: 150px;
	left: 300px;
}
/* acutalités */
#actua {
	margin: 0.5em;
	padding: 0.5em;
}
#actua h1 {
	text-align: center;
	font-size: 2em;
}
#actua h3 {
	font-size: 1.2em;
	background-color: #c1daf3;
	padding: 5px;
}
#actua a {
	color: #131164;
	text-decoration: none;
}
#actua a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #990000;
}

#actua img {
margin: 10px;
}
/* divers */
.bord {
	border: 1px solid #000000;
}
.legende {
	text-align: right;
	vertical-align: top;
}
.suite {
	font-weight: bold;
	color: #FF0000;
	text-align: right;
}
