@charset "utf-8";
#conteneur {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}

#entete {
	height: 252px;
	width: 990px;
	background-image: url(images/entete.png);
	background-repeat: no-repeat;
	position: relative;
}
#Titre_entete  {
	width: 180px;
	padding-top: 9px;
	padding-left: 3px;
	position: absolute;
	z-index: 1;
	height: 55px;
	left: 0px;
	top: 0px;
}


#corps {
	position: relative;
	width: 990px;
}
#menu_gauche {
	width: 194px;
	float: left;
	background-image: url(images/habillage_menu_gauche.png);
	background-repeat: repeat-y;
}

#corps #menu_gauche ul {
	list-style-type: none;
	padding-left: 17px;
}
#corps #menu_gauche ul li a {
	display: block;
	height: 24px;
	width: 160px;
	background-image: url(images/bouton_menu_gauche.png);
	background-position: top;
	padding-top: 3px;
	font-weight: normal;
	text-decoration: none;
}


#corps #menu_gauche ul li a:hover {
	display: block;
	height: 24px;
	width: 160px;
	padding-top: 3px;
	background-image: url(images/bouton_menu_gauche.png);
	background-position: bottom;
	text-decoration: none;
	color: #583b33;
}
#corps #menu_droite ul {
	padding-left: 16px;
	list-style-type: none;
}
#corps #menu_droite ul li a {
	background-image: url(images/matrice_bouton_menu_droite.png);
	background-position: top;
	display: block;
	height: 24px;
	width: 125px;
	padding-top: 3px;
	font-weight: normal;
	text-decoration: none;
	font-size: 15px;
}
#corps #menu_droite ul li a:hover {
	background-image: url(images/matrice_bouton_menu_droite.png);
	background-position: bottom;
	display: block;
	height: 24px;
	width: 125px;
	padding-top: 3px;
	font-weight: normal;
	text-decoration: none;
	color: #583b33;
	font-size: 15px;
}



#partenaire_titre_menu_gauche {
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
	background-color: #36622b;
	width: 150px;
	margin-right: auto;
	margin-left: auto;
	border: 1px double #FFF;
}
#corps #menu_gauche #partenaire_contenu_menu_gauche a {
	text-decoration: none;
	color: #36622b;
	font-weight: normal;
}
#corps #menu_gauche #partenaire_contenu_menu_gauche a:hover {
	color: #FFF;
}
#partenaire_contenu_menu_gauche {
	color: #36622b;
	width: 150px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #36622b;
	margin-top: 2px;
}
#contenu {
	width: 643px;
	float: left;
	background-image: url(images/habillage_contenu.png);
	background-repeat: repeat-y;
	text-align: center;
}
.formulaire {
	text-align: left;
	width: 600px;
	margin-left: 15px;
}

#corps #contenu ul li {
	list-style-image: url(images/puce_bl.gif);
	text-align: left;
	margin-top: 15px;
	margin-right: 15px;
}


#menu_droite {
	width: 153px;
	float: left;
	background-image: url(images/habillage_menu_droite.png);
	background-repeat: repeat-y;
}
#pied {
	width: 643px;
	left: 194px;
	position: relative;
	float: left;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	background-image: url(images/habillage_contenu.png);
	background-repeat: repeat-y;
}
#image_haut_pied {
	height: 32px;
	width: 643px;
	left: 194px;
	float: left;
	position: relative;
	background-image: url(images/habillage_haut_pied.png);
}
.titre_pages {
	color: #583b33;
	text-decoration: underline;
}
.sites_partenaires {
	color: #36622b;
	font-weight: bold;
}
.sites_book {
	font-weight: bold;
	color: #000099;
}


.bouton_accueil {
	color: #FFF;
}
.bouton_normal {
	color: #c2e254;
}



.verif {
	color: #F00;
}
#pronostic {
	font-family: Calibri;
	background-color: #FFF;
	width: 468px;
	border: 2px solid #583b33;
	left: 87px;
	position: relative;
}
.titre_prono {
	color: #36622b;
	font-weight: bold;
	text-decoration: underline;
	text-transform: none;
}
.explic_prono {
	color: #583b33;
}
.prono {
	color: #303030;
	background-color: #C2E254;
	height: 20px;
	width: 55px;
	font-weight: bold;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #583b33;
	border-right-color: #583b33;
	border-bottom-color: #583b33;
	border-left-color: #583b33;
}
#menu_hori {
	height: 70px;
	width: 600px;
	position: relative;
	left: 21px;
}
#corps #contenu #menu_hori a {
	text-decoration: none;
	background-image: url(images/bouton_hori.png);
	background-position: top;
	height: 47px;
	width: 138px;
	display: block;
	float: left;
	background-repeat: no-repeat;
	line-height: 43px;
	color: #000;
	text-align: center;
	margin-left: 10px;
	font-weight: bold;
	font-size: 15px;
}
#corps #contenu #menu_hori a:hover {
	background-image: url(images/bouton_hori.png);
	background-position: bottom;
	font-size: 15px;
	line-height: 43px;
	font-weight: bold;
	color: #F00;
	text-decoration: none;
	background-repeat: no-repeat;
	text-align: center;
	display: block;
	float: left;
	height: 47px;
	width: 138px;
	margin-left: 10px;
}
.une_etoile {
	color: #F00;
}
.commentaire {
	font-style: italic;
}
#code_html {
	background-color: #583b33;
	height: 60px;
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	color: #c2e254;
	font-style: italic;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: outset;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: outset;
	border-top-color: #36622b;
	border-right-color: #36622b;
	border-bottom-color: #36622b;
	border-left-color: #36622b;
}
#code_html2 {
	background-color: #583b33;
	height: 60px;
	width: 520px;
	margin-right: auto;
	margin-left: auto;
	color: #c2e254;
	font-style: italic;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: outset;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: outset;
	border-top-color: #36622b;
	border-right-color: #36622b;
	border-bottom-color: #36622b;
	border-left-color: #36622b;
}
.graph_engagement {
	text-align: center;
}


#engagement_texte {
	text-align: left;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	color: #36622b;
}
#bann_explic {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	color: #36622b;
}
.menu_partenaire_titre_long {
	font-size: 15px;
}
#pagination {
	text-align: center;
	height: 30px;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	font-family: Calibri;
	font-size: 24px;
	color: #583B33;
	font-weight: bold;
}
#conteneur #corps #contenu #pagination a {
	color: #36622B;
}
#conteneur #corps #contenu #pagination a:hover {
	color: #F60;
}


#apDiv1 {
	position:absolute;
	left:504px;
	top:14px;
	width:468px;
	height:60px;
	z-index:1;
}
#apDiv2 {
	position:absolute;
	left:504px;
	top:76px;
	width:468px;
	height:60px;
	z-index:1;
	background-image: url(images/bannpubloc.gif);
}
#apDiv2a {
	position:absolute;
	left:504px;
	top:76px;
	width:468px;
	height:92px;
	z-index:1;
}



#apDiv3 {
	position:absolute;
	left:504px;
	top:138px;
	width:440px;
	height:32px;
	z-index:1;
	color: #FFF;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
}

#apDiv4 {
	position:absolute;
	left:22px;
	top:128px;
	width:150px;
	height:130px;
	z-index:1;
}
#apDiv5 {
	position:absolute;
	left:22px;
	top:198px;
	width:150px;
	height:60px;
	z-index:1;
}
#apDiv6 {
	position:absolute;
	left:187px;
	top:130px;
	width:280px;
	height:90px;
	z-index:1;
}


#selec_du_mois {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	border: 2px double #36622b;
}
#derniers_sites {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	border: 2px double #36622b;
}

.titre_selec {
	font-size: 18px;
	color: #36622b;
	text-decoration: underline;
}
.presenta_selec {
	font-size: 18px;
	font-weight: bold;
	color: #583B33;
}
#conteneur #corps #contenu #selec_du_mois table tr .titre_selec a {
	text-decoration: none;
}
#conteneur #corps #contenu #selec_du_mois table tr .titre_selec a {
	text-decoration: underline;
	color: #36622B;
	text-align: center;
	font-size: 24px;
}

#conteneur #corps #contenu #selec_du_mois table tr td {
	text-align: justify;
}
.pub_texte_normal {
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
.favo_home {
	font-family: Calibri;
	font-size: 14px;
	color: #583b33;
	text-decoration: none;
}

