/*
 * --------------------
 * Propriétés de base.
 * --------------------
*/
body {  
	background-color:#ffffff;
	background-image:  url(/images/fond-herbe.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	font-weight:normal;
	font-family:Verdana, Geneva, Arial, serif, sans-serif;
	font-size:12px;
	color:#000000;  
	margin:0px;
}  

.classp {
	margin:1px;
}

img {
	border:0;
	border-style:none;
}

li {
	/* margin-left:20px; */
}

.menu a { 
	background: transparent url(../images/balle-jaune.gif) left center no-repeat;
	color:#5c7e00;
	font-weight: bold; 
	padding-left:20px;
	font-style:normal;
}

.menu a:hover, .menu a:active { 
	background: transparent url(../images/balle-rouge.gif) left center no-repeat;
	color:#5c7e00;
	padding-left:20px;
	font-style:normal;
}

a {
	text-decoration:none;
	font-style:italic;
}

a:hover {
	text-decoration:none;
	font-style:normal;
	font-weight: bold; 
}

.bold {
	font-weight:bold;
}

.titre_menu {
	color:#ba6c19;
	font-size:1.2em;
	font-weight:bold;
}

.titre {
	color:#000000;
	font-size:1.5em;
	font-weight:bold;
}

.sous_titre {
	color:#ff0000;
	font-size:1.2em;
	font-weight:bold;
}

.texte {
	color:#000000;
	font-size:1.2em;
}

.italic {
	font-style:italic;
}

.redtexte {
	color:#ff0000;
}

.bluetexte {
	color:#0000ff;
}

.greentexte {
	color:#00ff00;
}

.green2texte {
	color:#5c7e00;
}

.whitetexte {
	color:#ffffff;
}

.smalltexte {
	font-size:0.8em;
}

.ssmalltexte {
	font-size:0.6em;
}

.center {
	text-align:center;
}

.floatleft {
	float:left;
	padding-right:20px;
}

.floatright {
	float:right;
	padding-left:20px;
}
	

/* 
 * --------------------
 * Les bloc principaux.
 * --------------------
*/
.mainbox {
	background:transparent;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	margin-bottom:0;
	width:1180px;
	/* width:756px; */
}

.message {
	float:left;
	background:#ffffff;
	color:#000000;
	padding:0px;
	margin-top:0px;
	width:1083px;
	text-align:center;
}


.menu {
	float:left;
	border:2px #ffffff solid;
	background:#d5e888;
	color:#ffffff;
	padding:10px;
	margin-top:5px;
	margin-right:5px;
	line-height:20px;
	text-align:left;
	font-size:0.9em;
	width:200px;
	height:880px;
}

.cover {
	float:left;
	border:2px #ffffff solid;
	background:#d5e888;
	color:#ffffff;
	margin-top:5px;
	padding:10px;
	overflow:auto;
	width:830px;
	height:880px;
/*
	width:496px;
	height:700px;
*/
}

.footer {
	float:left;
	border:2px #ffffff solid;
	background:transparent;
	background-image:  url(/images/fond-terre-battue.jpg);
	color:#000000;
	padding:10px;
	margin-top:5px;
	font-style:oblique;
	font-size:1em;
	width:1060px;
	text-align:center;
}

.photo_navig {
	border:1px #ffffff solid;
	background:#d5e888;
	color:#000000;
	width:820px;
	height:50px;
}

.photo_aff {
	float:left;
	border:1px #ffffff solid;
	background:#000000;
	color:#ffffff;
	width:820px;
	height:800px;
	padding:0px;
}

.photo_img {
	margin-top:50px;
	text-align:center;
}
