body {
	font-family: arial,arabic-indicverdana, sans-serif;
	font-size: 12px;
	margin: 0;
	background-color: white;
}
img {
	border: none;
}
p {
	padding: 0;
	margin: 10px 0;
}

.jaune {
	color: #EB9A1E;
}

.rose_centi{
   color:#DA4584;
}


.clear {
	clear: both;
}

a {
	color:#910A45;
	text-decoration:underline;
	font-size:12px;
}


#conteneur1 {
	background: #FFCC8E url(images/bg_2.jpg) no-repeat bottom;
	width: 960px;
	min-height:700px;
}

#conteneur2 {
	background: transparent url(images/bg_1.jpg) no-repeat top;
	width: 960px;
	padding-bottom:150px;
}

#FooterLinks {
	background-image: url(images/FondFooterLinks.gif);
	height: 19px;
	width: 959px;
	margin-bottom: 5px;
	vertical-align: middle;

}
#FooterLinks a{
	color:#999999;
	text-decoration:underline;
	margin-right: 60px;
	margin-left: 60px;
	font-size: 10px;
}
#FooterLinks a:hover{
	color: #FFFFFF;
}

#footer {
	background: transparent url(images/bg_3.jpg) no-repeat;
	width: 520px;
	height: 44px;
	padding: 40px 150px 0 290px;
}
#footer img {
	margin-left: 40px;
}

#leftbar {
	margin-top: 145px;
	float: left;
	width: 170px;
	padding-left: 115px;
}

#menu {
	position: absolute;
	width: 110px;
	height: 130px;
}

#icons {
	margin-top: 170px;
	text-align: center;
	padding-left: 30px;
}

#content {
	float: left;
	width: 560px;
	margin-top: 235px;
	margin-left: 0;
	padding-bottom: 30px;
}
#content h1 {
	margin: 0 0 15px 0;
	color: #EB9A1E;
	font-size: 32px;
}
#content h2 {
	margin: 0 0 10px 0;
	color: #EB9A1E;
	font-size: 22px;
}
#content p {
	text-align: justify;
	line-height: 130%;
}


/* M E N U */
dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu dt {
	height: 22px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
}

#menu dd {
	position: absolute;
	z-index: 100;
	left: 110px;
	margin-top: -22px;
	background: #da4584;
	display: none;
}

#menu li {
	min-width: 200px;
	padding: 0 4px;
	height: 20px;
	line-height: 18px;
}
#menu li a, #menu dt a {
	color: black;
	text-decoration: none;
	display: block;
	border-bottom: 2px solid #cc2872;
}
#menu dt a {
	text-transform: uppercase;
}
#menu li a:hover, #menu dt a:hover {
	color: white;
}
#menu dt a:hover {
	background-color: #da4584;
}

#selected{
			color:white;
			text-decoration:none;
                         background-color: #da4584;
                        height: 22px;
                       display: block;
	border-bottom: 2px solid #cc2872;
                         text-align: center;
                          
			
			}

/* /M E N U */




