/* 
 * TAGs
 */
body
{
	margin: 0px; padding: 0px;
	background-color: #000f32;
	font-family: arial; font-size: small;
}

ul
{
	margin: 0px; padding: 0px;
	list-style-type: none;
}

img 
{ 
	border: 0px;
}

.mot_clef { display: none; }

/* 
 * CONTAINER
 */
#container
{
	width: 800px;
	margin: auto;
}


/* 
 * HEADER
 */
#header 
{
	width: 800px; height: 506px;
}


/* 
 * MENU
 */
#menu_pub
{
	width: 800px; height: 34px;
	background-color: #000f32;
	color: #d8cdc2; font-size: 12px; font-weight: bold; font-family: arial; text-align: right;
   text-align: right;
	overflow: hidden;
}

#menu_pub a { color: #d8cdc2; text-decoration: none; text-transform: uppercase; }
#menu_pub a:visited { color: #d8cdc2; text-decoration: none; }
#menu_pub a:hover { color: white; text-decoration: none; }

#menu_pub { height: 24px; padding-top: 10px; }
#menu_pub a { padding: 0px 5px 0px 5px; }

/* 
 * CONTENT
 */
#content
{
	width: 800px; height: 165px;
	background: url('/img/degrade_bleu.png') no-repeat;
}


/* 
 * NEWS
 */
#news
{
	width: 260px; height: 205px;
	background-color: #d8cdc2;
	position: relative; top: -55px; left: 20px;
	color: #000f32; text-align: center; font-size: 0.9em;
	overflow: hidden;
}

#news ul li
{
	padding: 10px 5px 0px 5px;
}

#news a { color: #000f32; font-weight: bold; text-decoration: none; }
#news a:visited { color: #000f32; text-decoration: none;}
#news a:hover { color: red; text-decoration: none;}

#actualites
{
	height: 180px;
	overflow: hidden;
}

#informations 
{ 
	height: 25px; padding-top: 5px;
}



/* 
 * FOOTER
 */
#footer
{
	width: 800px; height: 20px;
	background-color: #000f32;
	color: #d8cdc2; font-size: 14px; font-family: arial; font-style: italic; text-align: right;
	overflow: hidden;
}

#footer a { padding-left: 12px; color: #d8cdc2; text-decoration: none;}
#footer a:visited { color: #d8cdc2; text-decoration: none;}
#footer a:hover { color: white; text-decoration: none;}

#footer ul { height: 100%; padding: 3px; }
#footer ul li { display: inline; }

#mail { float: right; margin-right: 11px; }

#papillon { display: none; }





