/* Corps */
{
	padding: 0;
	margin: 0;
}
body
{
	text-align: center;
	font-size: 0.6em;
	font-family: verdana, sans-serif;
	background: #000;
	color: #fff;
}

/* Autres */
.petit1 
{
	color: #000000;
}

.separe
{
	padding: 5px 0px 5px 0px;
}

/* Liens*/
a 
{
	color: #FF6DFF;
	text-decoration: none;
}
a:hover 
{
	color: #FFB6FF;
}


/* En-tetes H*/
h2 
{
	padding-left: 40px;
	line-height: 30px;
	background: url(puce.png) no-repeat left bottom;
	border-bottom: 1px solid #3D4F6B;
	margin: 0 0 1em 0;
	font-size: 1.4em;
	font-weight: normal;
}
h2 a ,h2 a:hover ,h3 a ,h3 a:hover 
{
	color: #fff;
}
h3 
{
	font-size: 1.4em;
	font-weight: normal;
	border-bottom: 1px solid #3D4F6B;
	border-left: 3px solid #3D4F6B;
	padding-left: 5px;
	margin: 0 0 1em 0.3em;
	line-height: 25px;
}
h4 
{
	font-size: 1.2em;
	font-weight: normal;
	margin: 0 0 1.4em 1em;
}
h5 
{
	font-size: 1.1em;
	font-weight: normal;
	margin: 0 0 1em 1.1em;
}
h6 
{
	font-size: 0.9em;
	font-weight: normal;
	margin: 0 0 0.6em 1.5em;
}
p 
{
	line-height: 1.3em;
	margin: 0 0 1em 0.5em;
}


/* Conteneur*/
div#conteneur 
{
	width: 720px;
	margin: 0 auto;
	text-align: justify;
	background: #044244 repeat-y;
}

/* Menu*/
div#menu 
{
	height : 30px;
	width : 780px;
	padding-left: 20px;
	text-align: justify;
	background: #000000 repeat-y;
}

/* Images*/
img 
{
	border:0;
}


/* Contenu
************************************************************/
div#contenu
{
	padding: 0 195px 20px 0;
}
div#main
{
	position: relative;
	text-align: justify;
	top: 20px;
	left: 20px;
}

/* Barre verticale
************************************************************/
div#navigation 
{
	position: relative;
	top: 20px;
	right: 20px;
	float: right;
	width: 140px;
	text-align: justify;
	font-weight: bold;
}


/* Pied de page
************************************************************/
#footer_message
{
	clear: both;
	margin: 0;
	height : 60px;
	width : 720px;
}
#footer
{
	clear: both;
	margin: 0;
	background-image : url(../ressources/logo_foot2.jpg);
	background-repeat: no-repeat;
	height : 20px;
	width : 720px;
}

#topper /* no comment */
{
	clear: both;
	margin: 0;
	background-image : url(../ressources/logo_top2.jpg);
	background-repeat: no-repeat;
	height : 20px;
	width : 720px;
}



