/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #95B300;
	background-repeat: repeat-y;
	margin: 0px;
	background-image: url(graphisme/back.jpg);
	background-position: center top;
}

html, body {
	border:0;
	padding : 0;
	margin : 0;
	height : 100%; /* Ces trois paramètres sont nécessaires pour un affichage correct */
		}	

.rouge {
	color: #861EB3;
}

.noir {
	color: #1E1E1E;
}

a img {
	border: none;
}

h1 {
	font-size: 15px;
	font-weight: normal;
}

h2 {
	color: #ECECEC;
	font-size: 14px;
	margin-top: 0px;
	padding-bottom: 6px;
	padding-top: 6px;
	padding-right: 2px;
	padding-left: 2px;
	margin-bottom: 0px;
	font-weight: lighter;
}

blockquote {
	margin-left: 20px;
}

IFRAME {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* ----------------------------------------------------------------*/



/* TOP (haut de page avec banner pub) ------------------------------*/

#top {
	height: 110px;
	width: 100%;
	background-image: url(graphisme/back_top.jpg);
	text-align: center;
	background-repeat: repeat;
	background-position: left bottom;
}

#top_frame {
	height: 200px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

#top_contenu {
	height: 102px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(graphisme/top.jpg);
	padding-top: 8px;
	padding-left: 40px;
}

/* BANNER (logo & bandeau animation) ------------------------------*/

#banner {
	height: 197px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(graphisme/back_banner.jpg);
	background-position: top;
}

#banner_contenu {
	height: 197px;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	background-image: url(graphisme/banner.jpg);
	padding-left: 20px;
	background-position: center top;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding-top: 0px;
}

#banner_menu {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	padding-top: 4px;
}


/* MENU (menu rouge) ----------------------------------------------*/

#menu {
	height: 34px;
	width: 835px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 55px;
	margin-bottom: 0px;
	vertical-align: bottom;
	background-image: url(graphisme/back_menu.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/* CONTENU DU SITE (partie centrale du site) ---------------------*/

div.non_flottant {clear:both;}

#container {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-y;
	background-position: left top;
	padding-right: 20px;
	padding-left: 19px;
}

#contenu {
	width: 600px;
	background-position: left top;
	float: left;
	padding: 0px;
	margin-top: 0px;
}

/* CONTENU DU SITE / general ---------------------*/

#contenu_general {
	width: 560px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	color: #343537;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#contenu_bottom {
	width: 560px;
	color: #333333;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

	#contenu_general h1 {color: #ffffff;}
	
	#titre_contenu_general {
	color: #FFFFFF;
	font-size: 12px;
	background-color: #FF0000;
	margin-top: 5px;
	padding-bottom: 15px;
	padding-top: 4px;
	padding-right: 5px;
	padding-left: 5px;
}
#contenu_vert/* CONTENU DU SITE / vert ---------------------*/

 {
	width: 550px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	color: #7200A3;
	padding-left: 20px;
	padding-right: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(graphisme/back_vert.jpg);
	background-color: #768722;
	background-repeat: no-repeat;
}

#contenu_vert h1 {
	color: #7200A3;
}

#contenu_vert h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #7200A3;
	font-weight: bold;
}

/* BOTTOM (pied de page) -------------------------------------------*/

#bottom {
	width: auto;
	height: 20px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(graphisme/back_bottom.jpg);
	background-position: center top;
	color: #FFFFFF;
	bottom: 0;
	left: 0; /* Tout en bas à gauche */
	clear : both;         /* On casse l'alignement float des colonnes */
	background-repeat: repeat-y;
}

/* LINK -----------------------------------------------------------*/


a:link {
	color: #7200A3;
}
a:visited {
	color: #7200A3;
}
a:hover {
	color: #9948BD;
}
a:active {
	color: #7200A3;
}


/* LINK -----------------------------------------------------------*/

a.link_blanc {
	color:#FCEEF4;
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
}

a.link_noir {
	color:#1E1E1E;
	font-weight: bold;
}

a.lien_menu {color:#ffffff;text-decoration:none;font-weight: normal;}

form {
	margin: 0;
	background-color: #FFFFFF;
}

input, textarea {
	font-size: 11px;
	color: #861EB3;
	border: 1px solid #6B8100;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #C5E55B;
}

/* IMAGES -----------------------------------------------------------*/

.images_gauche {
	margin-right: 8px;
	margin-bottom: 8px;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}



/* ------------------------------------------------------------------*/

