/* Mise en page principale */
html, body{
	margin: auto;
	padding-left: .5em;
	padding-right: .5em;
	/*background-image: url(../D_IMAGES/fond_BM.gif);
	background-repeat: no-repeat;
background-position: left top;
	background-attachment: fixed;
	/*text-align: center;*/
}

img {
border : none;
}



#page{
	width: 780px;
	margin: auto;
	text-align: left;
	padding: 0; 
}

/* ----------------------*/
body{
	/*background: #000c33;*/
	/*background: #700000;*/
	color: #222222;
	font-size: 14px;
	line-height: 1.5em;
	font-family: Trebuchet, Verdana, Geneva, Arial, Helvetica, sans-serif;
	/* border-top: 10px solid #DDD; */
	
}

h1, h2, h3, h4, h5, h6{
	font-family: Trebuchet, Verdana, Geneva, Arial,sans-serif;
}

h1{font-size: 1.8em;
	color: #2db2ef;
	font-weight: bold;
	line-height: 1.4em;}
h2{font-size: 1.8em;
	color: #2db2ef;
	font-family: "Times new roman", times, sans-serif;
	font-weight: normal;
	line-height: 1.4em;
	}
h3{font-size: 1.2em;
	color: #555555;
	font-weight: bold;
	font-style:italic;
	line-height: 1.4em;}
h4{font-size: 1.2em;
	font-weight: normal;}
h5{font-size: 1.1em;}
h6{font-size: 1em;}


a{
	color: #0000cc;
	/*color: #333333;*/
	text-decoration: none;
}

a:visited{
	color: #0000cc;
}




a:hover{
	/*color: #ffffff;*/
	text-decoration: underline;
	/*color: #330000;*/
	/*background-color: #0000cc;*/
	color: #aa0000;
}



.accueil{
font-size: 90%;
line-height: 1.4em;
}


.petit{
font-size: 10px;
line-height: 1.2em;
}

.serr{
line-height: .1em;
padding-top: .5em;

}

.menu{
	font-size: 11px;
	/*line-height: .5em;*/
	/*font-size: 12px;*/
	font-weight: bold;
	/*line-height: 1.6em; ACTUEL*/
	line-height: 1.5em;
	font-family: Arial, Geneva, sans-serif;/* Trebuchet,*?
	padding-right: 0;
	/*padding-left: 1em;*/
}

strong{
background-color:#ffff33;
}


ul.menu{
/*padding-left: 0em;*/
margin-top: -.5em;
}

li.menu{
/*padding-top: .5em;*/
/*list-style: none;*/

margin-left: -2em;
/*line-height: 1.1em;*/
line-height: 1em;
padding-bottom: .5em;
/*padding-left: -1em;*/
}


.left{
	float: left;
	margin-right: 1em;
}

.right{
	float: right;
	margin-left: 1em;
}

.hdp{
float: right;
	text-align: right;
		font-size: 10px;
		background-color: #dcf5ff;
		border: 1px solid #0000bb;
}

/* La page
-------------------------------------------------------- */
#page{
	background: #fff ; /* url(img/page.png) repeat-y center top*/
	color: inherit;
	
	
}
 
/* L'entÍte
-------------------------------------------------------- */


/* Le contenu
-------------------------------------------------------- */
.content{
line-height: 1.6em;
}


