@charset "utf-8";
body
{
	font-family: Arial; /* Base font family for most elements */
	font-size: 12px; /* Base size for all elements; other size definitions relates to this */
	margin: 0;
	height:100%;
	text-align:left;
	font-weight: normal;
	color: #000;
}

html
{
	height:100%;
}
div#allcontent
{
	position:relative;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	left: -10px;
	color: #000;
}
table#colonnes {
	width:100%;
	height:500px;
	border: none;
	background-image:url(images/icones-CSS/fond.jpg);
	background-repeat: repeat-y;
	font-weight: normal;
	color: #000;
	line-height: normal;
	border-left-style: none;
}
table#newsletter {
	width:100%;
	height:500px;
	border: none;
	font-weight: normal;
	color: #000;
	line-height: normal;
}
div#calque_pied {
	position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #D60047;
	height: 13px;
	color: #FFFFFF;
	text-align: center;
}
#gauche {
	text-align: justify;
	font-weight: normal;

}
.roseimajing {
	color: #D60047;
	font-weight: bold;
}
.boldgris {
	color: #4A4A4A;
	font-weight: bold;
}

#allcontent #colonnes tr #droite p a {
	color: #333;
}
h1 {
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	color: #333;
	background-image: url(images/icones-CSS/puce1.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 28px;
}
h2 {
	font-size: 18px;
	color: #333;
	background-image: url(images/icones-CSS/pucesqr.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
h4 {
	font-size: 11px;
	font-weight: normal;
	color: #333;
	Font-style : italic;
}
h5 {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	Font-style : normal;
	Background-image: url(images/icones-CSS/pupuce1.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left:15px;
	line-height: 12px;
}
#allcontent #colonnes tr #gauche p {
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	color: #000;
	list-style-image: url(images/icones-CSS/pucesqr.gif);
	border-top-color: #D6D6D6;
}

a {
	font-weight: bold;
	color: #555;
	text-decoration: none;
}
a:hover {
	background-color: #F3F3EB;
}
ul{
	
}
li {
	margin-bottom: 10px;
	list-style-image: url(images/icones-CSS/puce.gif);
}
#menu, #menu ul 
{
        padding : 0; 
        margin : 0; 
        list-style : none;
        line-height : 21px; 
        text-align : center; 
}

#menu 
{
        font-weight : bold; 
        font-family : Arial; 
        font-size : 12px; 
}

#menu a 
{
        display : block;
        padding : 0; 
        background : #000;        
        color : #fff; 
        text-decoration : none;
        width : 144px;
}

#menu li
{ 
        float : left; 
       
        border-right : 1px solid #fff; 
}


html>body #menu li
{
        border-right: 1px solid transparent ; 
}

#menu li ul 
{ 
        position: absolute; 
        width: 144px; 
        left: -999em;
}

#menu li ul li 
{
       
        border-top : 1px solid #fff; 
}

html>body #menu li ul li                
{
        border-top : 1px solid transparent;
}

#menu li ul ul 
{
        margin    : -22px 0 0 144px ; 
        border-left     : 1px solid #fff ; 
}

html>body #menu li ul ul                
{
        border-left     : 1px solid transparent ; 
}

