@charset "iso-8859-1";
body { 
  	margin: 0px 0pt;
    padding: 0pt;
    background: url(../picture_library/bg_grad.jpg) repeat-x;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 1200px;
    }
a:link {
	color: #006699;
	text-decoration: underline;
}
a:visited {
	color: #993333;
}

/* conteneur général */
#conteneur {
	background: #FFFFFF no-repeat center;
	position: absolute;
	width: 760px;
	left: 50%;
	margin-left: -375px;
	height: 1200px;
    }
#head{
	height: 150px;
	width: 760px;
	text-align: left;
	margin-top: 10px;
	margin-left: 10px;
	}
	
.titresite{
	font-size: 24px;
	font-weight: bold;
	color: #C59F5E;
}
	
#head2{
	height: 20px;
	width: 760px;
	text-align: center;
	font-size: 0.9em;
	font-style: italic;
	background: #FFFFFF;
	color: #666666;
	margin-bottom: 20px;
	}
/* conteneur*/	
#contenu {
	width: 760px;
	}	

/*menu*/
#menu {
	width: 160px;
	float: left;
    }
ul#menu {
	margin: 0pt;
    padding: 0pt;
    list-style-type: none;
    font-size: 0.7em;
    }
ul#menu li {
	margin: 0pt;
	padding: 0pt;
	color: #006699;
	font-weight: bold;
	text-indent: 5px;
    }
ul#menu li a {
	display: block;
	width: 160px;
	line-height: 39px;
	text-align: left;
	color: #006699;
	font-weight: bold;
    }
	ul#menu p {
	color: #FFFFFF;
	}
	
/* contenu droit */
	#contenu_droit {
	height: 1150px;
	width: 595px;
	margin: 0px;
	float: left;
	}
/* balises */
h1 {
	font-size: 2em;
	color: #999999;
	text-align: center;
	font-style: normal;
	font-weight: normal;
}
h2 {
	font-size: 1.2em;
	color: #000000;
	text-align: center;
	font-style: normal;
	font-weight: normal;
}
p {
	color: #000000;
	margin-right: 20px;
	margin-left: 0px;
	text-align: justify;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}
li {
	list-style: none;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 5px;
}
em {
	font-style: normal;
	font-weight: bolder;
	color: #B91937;
	text-decoration: underline;
}
.couleur_phrase_annonceur {
	color: #99B1D1;
	font-size: 12px;
	font-weight: bold;
}
