/* Feuille de style public 
*/
/* --- GÉNÉRAL --- */
html, body {
	margin: 0;
	padding: 0;
}
/* --- BLOC CONTENEUR GLOBAL --- */
div#container {
	position: relative;
	width: 900px;
	margin: 0 auto;
}
/* --- STYLES --- */
html {
	font-size: 100%;
}
body {
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #050505;
	background-color: black;
}
* {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
h1 {
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-align: left;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
h5 {
	text-align: left;
}
a {
	color: #333;
	text-decoration: none;
}
div#footer a {
	color: #CCC;
}
a:visited, div#footer a:visited {
	color: gray;
}
img {
	border: 0px;
}
table {
	margin: 0 auto;
}
td {
	text-align: left;
	vertical-align: top;
}
.tableau {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #343434;
}
.tableau th {
	color: #FFFFFF;
	background-color: #343434;
	text-align: center;
	padding: 3px;
}
.tableau td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #343434;
	border-bottom-color: #343434;
	vertical-align: top;
	padding: 2px;
}
.formulaire th {
	font-weight: normal;
	text-align: right;
	vertical-align: top;
	padding-top: 2px;
}
.formulaire td {
	text-align: left;
	vertical-align: top;
}
.erreur_news {
	font-size: 11px;
	color: #FFFFFF;
	background-color: #CC6666;
	padding: 5px;
	margin-right: 5px;
}
.result_news {
	font-size: 11px;
	color: #FFFFFF;
	background-color: #339933;
	padding: 5px;
	margin-right: 5px;
}
.erreur {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
	background-color: #CC6666;
	padding: 5px;
	margin-right: 50px;
	margin-left: 50px;
}
.result {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #339933;
	padding: 5px;
	margin-right: 50px;
	margin-left: 50px;
}
.champs {
	background-color: #EFEFEF;
	font-size: 12px;
	border: 1px solid #CCC;
}
.texts {
	text-align: justify;
}
.texts_small {
	font-size: 85%;
}
.picright img {
	margin-left: 15px;
}
.picleft img {
	margin-right: 15px;
}
.spacer {
	clear: both;
}
.pointer {
	cursor: pointer;
}
.o1 {
	float:left;
	background: url(images/shadow.gif) right 100%;
	margin: 0 5px 5px 0
}
.o2 {
	background:url(images/shadow_corner_bl.gif) no-repeat left bottom;
}
.o3 {
	padding:0 6px 6px 0;
	background:url(images/shadow_corner_tr.gif) no-repeat right top
}
/***************************************************************/
div#logo {
	height: 99px;
}
ul#menuhor {
	list-style-type: none;
	line-height: 36px;
}
#menuhor li {
	float: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: white;
	padding: 0px 8px;
	line-height: 36px;
}
#menuhor a {
	display: block;
	color: gray;
}
#menuhor a:hover {
	color: white;
}
#content {
	clear: both;
	background-color: white;
}
#content #box {
	width: 900px;
	padding-top: 15px;
	margin-left: auto;
	margin-right: auto;
	min-height: 300px;
}
div#content h1 {
	font-weight: normal;
	letter-spacing: -1px;
	margin-bottom: 15px;
}
div#content h2 {
	font-size: 11px;
	margin-top: 10px;
	text-align: left;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
ul.menuvert {
	text-align: left;
} 
.menuvert li {
	font-size: 80%; 
	font-family: 'Tahoma', Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
/*#gallery {
	background-color: #444;
	padding: 10px;
	width: 520px;
}
#gallery ul li {
	display: inline; 
}
#gallery ul img {
	border: 5px solid #EEEEEE;
	border-width: 5px 5px 20px;
}
#gallery ul a:hover img {
	border: 5px solid #fff;
	border-width: 5px 5px 20px;
	color: #CCC;
}
#gallery ul a:hover { 
	color: #CCC;
}
*/
.partenaires {
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: 0px;
	border-top: 1px solid #BAB044;
	border-left: 1px solid #BAB044;
}
.partenaires th {
	padding: 10px;
	border-bottom: 1px solid #BAB044;
}
.partenaires td {
	text-align: left;
	border-bottom: 1px solid #BAB044;
	border-right: 1px solid #BAB044;
}
.partenaires td.none {
	background-color: Transparent;
	border: 0px;
}
.bookmarks li {
	float: left;
}
.bookmarks li img{
	margin-top: 2px;
	margin-right: 3px;
}
div#footer {
	width: 100%;
	height: 130px;
	clear: both;
	color: #CCC;
	padding-top: 5px;
	font-size: 85%;
	background-color: #000000;
	background-image: url(images/footer_fd.jpg);
	background-repeat: repeat;
}
div#footer #block {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}