body {
font-family:"Lucida Calligraphy";
font-size: 14px;
color:#FF6600;
margin: 0;
padding: 0;
}
a img{
border:0;
}
#conteneur {
margin: 15px auto ;
width:100%;
}
#ligneHaut{
background-color:#CCCCCC;
background-image:url(images/interface/ligne_haut.png);
background-repeat:no-repeat;
background-position:left;
width:100%;
height:8px;
padding:0;
margin:0;
}
#entete{
width:850px;
margin:0 auto;
height:257px;
}
#nav{
width:100%;
height:100px;
border-top:2px solid #000000;
padding-left:22px;
}
/*navigation menu ///////////////////////////*/
#menu {
list-style-type: none;
margin: 0 auto;
padding: 0;
padding-left:50px;
width:850px;
height:100px;
background-image:url(images/interface/fleche.png);
}
#menu li {
float:left;
width:146px;
}
#menu a {
	display:block;
	height:22px;
	text-align:center;
	color: #FF6600;
	text-decoration:none;
	font-size: 11px;
	font-weight: bold;
	background-image: url(images/interface/bouton.png);
	background-position:center;
	padding-left:20px;
}
#menu a:hover {
background-image: url(images/interface/bouton-ki-brille.png);
color: #333333;
}
/*/////////////////////////////////////////////*/
#texte{
width:850px;
height:auto;
margin:0 auto;
background-image:url(images/interface/fond2.png);
/*background-position:center;
background-attachment:fixed;*/
background-repeat:repeat-y;
}
/*cadre arrondi //////////////////////////////////////*/
dl,dt,dd{
margin:0;
padding:0;
}
dl {
background: url(images/interface/arrondi-bas3.png) bottom left no-repeat;
background-position:bottom;
padding-bottom:120px;
}
 
dt {
height: 38px;
background: url(images/interface/arrondi-haut2.png)/*top right no-repeat*/;
}
h1{
float:left;
width:650px;
height:18px;
display:inline;
margin-left:100px;
margin-top:10px;
margin-bottom:30px;
text-align:center;
font-size:12px;
background-image:url(images/interface/support-titre.png);
}
h2{
	font-size:18px;
	list-style-image: url(images/interface/fleche-orange-petit.png);
	color: #00436E;


}
h3{
	text-indent:0;
	font-size:17px;
	color: #00436E;
}
dd {
text-align:justify;
font-size:13px;
font-weight: bold;
line-height:18px;
height:auto;
background: url(images/interface/arrondi-milieu2.png) left repeat-y;
padding:20px 100px;
}
dd li {
margin:10px 0;
}
.important{
color:#009933;
}
/*///////////////////////////////////////////////////////////*/
#ligneBas{
background-color:#CCCCCC;
background-image:url(images/interface/ligne_bas.png);
background-repeat:no-repeat;
background-position:right;
width:100%;
height:8px;
}
#pied{
height:50px;
width:850px;
padding-bottom:50px;
margin:0 auto;
}
#coord{
margin:0 auto;
width:100%;
text-align:center;
font-size:9px;
}
#lang{
left:20px;
top:50px;
width:200px;
height:30px;
padding-left:45px;
}
#lang img{
display:block;
float:left;
margin-left:10px;
margin-top:10px;
}
.img-centre{
display:block;
margin:0 auto;
}
.img-droite{
display:block;
float:right;
}
.img-gauche{
display:block;
float:left;
}
