body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
	background-image: url("img/fond.gif");
	background-repeat: repeat-x;
	background-color: #C9C8C7;
	background-position: top left;
}

#erreur {
	font-size: 14px;
	color: #D53469;
	font-weight: bold;
	text-align: center;
	margin: 0px 0px 20px 0px;
}

#conteneur {
	width: 760px;
	margin: auto; 
}

#header {
	height: 90px;
	background-color: #99CCCC;
}

#haut {
	height: 111px;
	background-color:#CCCCFF;
}

#menu {
	height: 33px;
	background-image: url("img/menu.jpg");
	background-repeat: no-repeat;
	text-align: right;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	padding: 3px 30px 0 0;
}

#menu a {
	color: #fff;
	text-decoration: none;
}

#menu a:hover {
	color: #CD2C61;
	text-decoration: none;
}

h1 {
	height: 36px;
	background-image: url("img/titre.gif");
	background-repeat: no-repeat;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	padding: 5px 0px 0px 28px;
	margin: 0px 0px 10px 0px !important;
}

h2 {
	height: 36px;
	background-image: url("img/titre.gif");
	background-repeat: no-repeat;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	padding: 5px 0px 0px 28px;
	margin: 0px 0px 10px 0px !important;
}

#centre {
	background-image: url("img/bg-txt.gif");
	background-repeat: repeat-y;
	margin: -15px 0 0 0 !important;
	padding: 0px 25px 0px 25px;
	text-align: justify;
}

#centre .titre {
	text-align: center;
	padding-bottom: 15px;
	padding-top: 15px;
	font-weight: bold;
	font-size: 16px;
}

#centre .titre2 {
	text-align: center;
	color: #CD2C61;
	padding-bottom: 15px;
	padding-top: 15px;
	font-weight: bold;
	font-size: 16px;
}

#centre .titre3 {
	text-align: left;
	padding-bottom: 5px;
	padding-top: 30px;
	font-weight: bold;
	font-size: 14px;
	text-decoration: underline;
}

#centre ol li {
	margin: 5px 15px 5px 0px;
	padding: 0px;
}
 

#centre .imagegrande {
	margin-bottom: 0px;
	margin-top: 15px;
	width:346px;
	height:260px;
}

#centre .imagepetite {
	margin-bottom: 15px;
	margin-top: 0px;
	width:230px;
	height:170px;
}

#centre .imageaccueil {
	margin-bottom: 2px;
	margin-top: 0px;
	width:230px;
	height:170px;
}

#centre form {
	margin: 0px;
	padding: 0px;
}

#centre a {
	text-decoration: none;
	color: #CD2C61;
	font-weight: bold;
}

#centre a:hover {
	color: #000000;
	font-weight: bold;
}

#centre img {
	border:0;
}

#pied {
	position: relative !important;
	height: 84px;
	width: 760px;
	background-image: url("img/footer.jpg");
	background-repeat: no-repeat;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	padding: 60px 0 0 0;
	margin: 10px 0 0 0 !important;
}

#pied a {
	color: #fff;
}

#pied a:hover {
	color: #FEB0CA;
	text-decoration: none;
}

#duree {
	width: 760px;
	position: relative;
	background-image: url("img/duree.gif");
	background-repeat: no-repeat;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	padding: 22px 0px 0px 25px;
	margin: 0px!important;
	margin: 0px 0px 0px 0px;
	height: 59px;
}

#telecharger {
	position: relative;
	margin: -38px 0px 0px 343px;
	height: 59px;
	width: 392px;
	padding: 0px;
}

#bas {
	width: 760px;
	height: 61px;
	background-image: url("img/bas.jpg");
	background-repeat: no-repeat;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	padding: 24px 0px 0px 25px;
	margin: 0px 0px 0px 0px;
}

p {margin: 0 0 10px 0;}


/*##########################################*/
/*          	   ACCUEIL  	       	    */
/*##########################################*/

#accueil {
	width: 700px;
	height: 600px;
	background-image: url(img/accueil.jpg);
}


/*##########################################*/
/*          LISTE DES CATEGORIES            */
/*##########################################*/

#categories {
	width: 520px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	text-align: center;
	font-size: 13px;
	color: #000000;
}

#categories a {
	color: #000000;
	text-decoration: none;
}

#categories a:hover {
	color: #CD2C61;
	text-decoration: none;
}

#categories h1 {
	font-weight: bold;
	display:inline;
	height: 36px;
	background-image: none;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	padding: 0px 3px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/*##########################################*/
/*             LISTE DES PAGES              */
/*##########################################*/

#pages {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	text-align: center;
	font-size: 13px;
	color: #000000;
}

#pages a {
	color: #000000;
	text-decoration: none;
}

#pages a:hover {
	color: #CD2C61;
	text-decoration: none;
}

/*##########################################*/
/*       PAGE SUIVANTE / PRECEDENTE         */
/*##########################################*/

#pageprecsuiv {
	margin-bottom: 40px;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}

#pageprecsuiv a {
	color: #000000;
	text-decoration: none;
}

#pageprecsuiv a:hover {
	color: #CD2C61;
	text-decoration: none;
}

/*##########################################*/
/*       TABLEAU DESCRIPTION FORMULE        */
/*##########################################*/

#description-formules {
	border-bottom:2px solid #ED5185;
	width: 673px;
}

#description-formules .separateur {
	width: 2px;
	background-color: #ED5185;
}

/*##########################################*/
/*    PROPOSITION CONTRIBUTION AMATEUR      */
/*##########################################*/

#contribamateur {
	width: 330px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

#contribamateur a {
	color: #000000;
	text-decoration: none;
}

#contribamateur a:hover {
	color: #CD2C61;
	text-decoration: none;
}
/*##########################################*/
/*      BANNIERE PUBLICITAIRE MOBILE        */
/*##########################################*/

#BANNIERE {
	position : absolute; /* IMPERATIF */
	right : 50%;
	top : 240px;
	margin-right: 380px;
	font-size : 13px;
	font-family : Verdana;

	background-color : #FFFFFF;
	height : 400px;
	width  : 116px;
	z-index : 1000;
	border:1px solid #ED5185;
	
}

#titrerubrique {
text-align : center;
text-decoration: none;
font-size : 14px;
font-weight: bold;
color:#CD2C61;
margin : 5px 5px 10px 5px;

}

#rubrique a:link, #rubrique a:visited {
text-decoration: none;
font-size : 12px;
font-weight: bold;
text-align : left;
margin-left: 5px;
margin-right: 5px;
color:#CD2C61;
line-height: 20px;
}

#rubrique a:hover {
text-decoration: none;
font-size : 12px;
font-weight: bold;
text-align : left;
margin-left: 5px;
color:#000000;
line-height: 20px;
}

