/** ***************** **/
/** Dans tous les CSS **/
/** ***************** **/

/** Supprimes les pointillés des Flash et des Liens **/
a:focus, object:focus, img:focus{
	outline: 0;
}
/** Pour les Boutons images AVEC lien **/
a:hover, object:hover{
	cursor: pointer;
	cursor: hand;
}
/** Pour les Boutons images SANS lien **/
.lnk{
	cursor: pointer;
	cursor: hand;
}

a:link, a:visited, a:hover, a:active{
	color:#646360;
	text-decoration: underline;
	border:none;
}



body{
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
	font-family: verdana;
	font-size: 13px;
	margin: 0;
	padding: 0;
	text-align: center;
	
}

.titre{
	color : #000000;
	font-weight: bold;
	font-family: verdana;
	font-size: 13px;
}

.texte{
	color : #646360;
	padding: 15px;
	font-family: verdana;
	font-size: 13px;
}

li.plan > a:link, li.plan > a:visited, li.plan > a:active, b.plan > a:link, b.plan > a:visited, b.plan > a:active{
	color: #646360 ; 
    text-decoration: underline ; 
	font-size: 13px;
}    

.introrouge{
	color : #646360;
	text-decoration: underline;
	font-family: verdana;
	font-size: 13px;
}



/** ***************** **/
/** structure page **/
/** ***************** **/

#conteneur{
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 780px;
	text-align: center;

}


#header{
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 780px;
	height: 122px;
	text-align: center;

}

#logo{
	
	width: 750px;
	height: 70px;
	float: left;
	text-align: left;
	background-color: #ffffff;
	font-size: 13px;
	padding: 15px;

}

#menu{
	
	width: 780px;
	height: 20px;
	float: right;
	text-align: center;
	background-color: #ffffff;
	color: #000000;
	font-size: 13px;

}

#trait{
	
	width: 780px;
	height: 3px;
	float: right;
	text-align: center;
	background-color: #d20038;
	font-size: 13px;

}

#contenu{
	
	width: 780px;
	float: left;
	text-align: justify;
	background-color: #ffffff;
	color: #000000;
	font-size: 13px;

}


#footer{
	position: relative;
	background-color: #ffffff;
	color: #ffffff;
	width: 780px;
	height: 33px;
	margin: 0 auto;
	text-align: center;
	float: right;

}

#slogan{
	position: relative;
	background-color: #d20038;
	color: #ffffff;
	width: 780px;
	height: 16px;
	margin: 0 auto;
	text-align: center;
	float: right;

}

#coordonnees{
	position: relative;
	background-color: #ffffff;
	color: #000000;
	width: 780px;
	height: 17px;
	margin: 0 auto;
	text-align: right;
	float: right;

}



/** ***************** **/
/** navigation **/
/** ***************** **/

#navigation { 
	margin: 0 ; 
    padding: 0 ; 
    list-style: none ; 
    text-align: center; 
    
    }
    
    
#navigation li { 
    display: inline ; 
    color: #212121;
    font-family: verdana;
    font-size: 10px;
    
    
    }

#navigation li a { 
	
    padding: 5px 19px ;
    background: #ffffff ; 
    color: #212121 ; 
    line-height: 1em ; 
    text-decoration: none ; 
    float: right;
    }
    
#navigation li a:hover, #navigation li a:focus, #navigation li a:active { 
	color: #ffffff;
    background: #d20038 ; 
    text-decoration: none ; 
    }
    

#navigation .sousmenu
{
 display: none;
 list-style-type: none;
 margin: 0;
 padding: 0;
 border: 1px solid #d20038;
}

#navigation .sousmenu li
{
 float: none;
 margin: 0;
 padding: 0;
 background: #ffffff ; 
 
}

#navigation .sousmenu li a:link,
#navigation .sousmenu li a:visited
{
 display: block;
 color: #000;
 margin: 0;
 border: 0;
 text-decoration: none;
 background-color: #fff;
 
}
#navigation .sousmenu li a:hover
{
 background-color: #d20038;
 color: #ffffff;
}












#menuDeroulant
{
 color:#000000;
 width: 780px;
 max-width:780px;
 min-width:780px;
 list-style-type: none;
 margin: 0;
 padding: 0;
 border: 0;
 position: absolute;
 top: 95px;
 left:50%; 
 margin-left:-388px;
 text-align:center;
 font: 10px Verdana;
}

#menuDeroulant li
{      
 color:#000000;
 float: left;
 margin: 0;
 max-height:111px;
 padding: 5px;
 border: 0;
}

#menuDeroulant .sousMenu
{
 display: none;
 list-style-type: none;
 margin: 0;
 padding: 0;
 border: 0;
}

#menuDeroulant .sousMenu li
{
 float: none;
 margin: 0;
 padding: 0;
 border: 0;
 width: 169px;
 border-top: 1px solid #d20038;
 border-right: 1px solid #d20038;
 border-left: 1px solid #d20038;
 border-bottom: 1px solid #d20038;
}

#menuDeroulant li a:link, #menuDeroulant li a:visited
{
 display: block;
 height: 1%;
 color: #000000;
 background: #ffffff;
 margin: 0;
 padding: 4px 8px;
 text-decoration: none;
}
#menuDeroulant li a.sel:link, #menuDeroulant li a.sel:visited
{
 display: block;
 height: 1%;
 color: #ffffff;
 background: #d20038;
 margin: 0;
 padding: 4px 8px;
 border-right: 1px solid #fff;
 text-decoration: none;
}

#menuDeroulant li a:hover { background-color: #d20038;color:#ffffff; }
#menuDeroulant li a:active { background-color: #ffffff; }
#menuDeroulant li:hover > .sousMenu { display: block; }

#menuDeroulant .sousMenu li a:link,
#menuDeroulant .sousMenu li a:visited
{
 display: block;
 color: #000;
 margin: 0;
 border: 0;
 text-decoration: none;
 background-color: #ffffff;
}
#menuDeroulant .sousMenu li a:hover
{
 background-image: none;
 background-color: #d20038;
 color:#ffffff;
}


