/* CSS Document */

body
{
	background-image:url(images/forme/background.jpg);
	background-repeat:repeat-y;
	background-color:#120d0a;
	margin-left:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color: #333333;
}

#logo
{
	position: absolute;
	top: 15px;
	left: 10px;
	width:250px;
	height:90px;
	margin-left:20px;
}

#logo_bg
{
	background-image:url(images/logo_bg.png);
	position:absolute;
	left:550px;
	top:-7px;
	width:547px;
	height:507px;
}

#menu
{
	width:650px;
	height:39px;
	padding-top: 1px;
	position: absolute;
	top: 125px;
	left: 0px;
	margin-left:16px;
}

#content_header
{
	background-image: url(images/forme/content_header.png);
	background-repeat: no-repeat;
	width: 920px;
	height: 20px;
	position: absolute;
	top: 155px;
	left: 0px;
}

#content
{
	width:920px;
	position: absolute;
	top: 165px;
	left: 0px;
}

#popup
{
	display:none;
	position: absolute;
	width: 150px;
	height: 50px;
	background-color: #000000;
	z-index: 10000;
	padding:5px;
	font-size:12px;
	opacity: 0.7;
	color:white;
}

#contenu
{
	background-image:url(images/forme/content_background.png);
	width:920px;
}

#content a
{
	color: #444444;
}

#accrocheTop
{
	position:relative;
	width:900px;
	height:241px;
	z-index:10;
}

#pub
{
	display: none;
	border: 1px solid black;
	background-color: white;
	z-index: 10000;
	position: absolute;
	top: 50px;
	width: 100px;
	padding: 2px;
}

#cache
{
	display: none;
	background-color:#000000;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 1px;
	width: 1px;
	z-index: 9999;
}

#croix_pub
{
	position: absolute;
	top: -7px;
	right: -10px;
}

#contentRight
{
	float:right;
	width:230px;
	padding-right:50px;
}

#contentRightCare
{
	position:relative;
	float:right;
	width:230px;
	padding-right:50px;
	top:-220px;
	margin-bottom:-150px;
	z-index:100;
}

#contentLeft
{
	width:570px;
	padding-left:30px;
	text-align:justify;
}

#pied_de_page
{
	border-top:1px solid #CCCCCC;
	margin-left:30px;
	margin-right:50px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size:12px;
}

#pied_de_page a
{
	text-decoration: underline;
}

#footer
{
	background-image:url(images/forme/footer_background.png);
	background-repeat: no-repeat;
	height:10px;
	width:900px;
	padding:20px 5px;
	color:#ffffff;
}

.tooltipHome {
	text-transform:capitalize;
}

.carteDroite {
	float:right;
}

.carteGauche {
	float:left;
}

.spacer {
	clear:both;
}

img
{
	border:none;
}


h1
{
	font-size:22px;
	padding-bottom:10px;
	border-bottom:2px solid #CCCCCC;
	color: #000000;
	font-weight:normal;
}

h2
{
	font-size:16px;
	padding-bottom:5px;
	border-bottom:1px solid #CCCCCC;
	color: #222222;
	font-weight: normal;
}

li
{
	list-style: circle;
}

.duree
{
	background-image: url('images/forme/duree.png');
	width:87px;
	height: 25px;
	padding-top:15px;
	padding-left:43px;
	font-size:10px;
	margin-top:5px;
	margin-left:-3px;
}

.input
{
	border: 1px solid #b7b5b6;
	background-color: #e4e2e3;
	padding:3px;
}