/* PACK ESSENTIEL */



/*
 * CSS de personnalisation
 * (les règles propres à ce site)
 */



/* Elements Html */

body {
	background:#163758 url(body_bg.jpg) top left repeat-x;
	font-size:13px;
	line-height:1.4em;
	font-family:Arial,serif;
	padding-bottom:15px;
	padding-top:0;
}
table {
	font-size:10pt;
	line-height:1.4em;
	font-family:Arial,serif;
}

h1 
{
	font-size:24px;
	font-weight:normal;
	margin:0;
	margin-top:20px;
	margin-bottom:25px;
	color:#071e34;
}

h2,
form h2 label
{
	font-size:14px;
	margin:0;
	margin-top:5px;
	color:#071e34;
}

h3
{
	
}

a
{
	color:#071E34;
}

a:hover
{
	text-decoration:none;
}

a img
{
	border:0;
}

form p,
form label
{
	color:#555555;
}


/* Elements conteneurs */

div#site
{
	background:transparent url(site_bg.jpg) left repeat-y;
}

#banniere
{
	background:#071e34 url(banniere_bg.jpg) bottom left no-repeat;
	height:206px;
}

#banniere img#banniere_vide
{
	margin-top:10px;
	width:390px;
	height:190px;
}

#animationfumediv
{
	padding-top:12px;
	padding-left:10px;
	float:left;
}
#animationfume
{
float:left;
}

#animationdiv
{
	width:375px;
	float:right;
	padding-top:22px;
	padding-right:10px;
}

#contenu 
{
	padding-top:3px;
	padding-bottom:15px;
	background:url(contenu_bg.jpg) bottom left no-repeat;
	color:#071e34;
	text-align:left;
}
#contenu p.encadre
{
	width:496px;
	padding:5px 10px;
	background:url(cencadre_bg.jpg) top left no-repeat;
}

#annexe
{
	width:345px;
	padding:0 10px;
	margin-bottom:30px;
	background:url(annexe_bg.jpg) top left no-repeat;
}
#annexe h2,
#annexe h3
{
	color:#071e34;
	font-size:18px;
	font-weight:normal;
	margin:1em 0 0 0;
}
#annexe p
{
	margin:5px 0;
	padding:0;
	font-size:12px;
}
#annexe table td
{
	font-size:12px;
	padding:0 10px 0 0;
}
#annexe img
{
	border:0;
}
#annexe .encadre
{
	padding-bottom:10px;
	border-bottom:1px solid white;
}

#map
{
}

#footer
{
	margin-top:65px;
	color:#333333;
	font-size:80%;
	width:auto;
	padding:0;
}

#footer a 
{
	color:#333333;
	font-weight:bold;
}



/* Menu */

ul#menu
{
	background:transparent url(menu_bg.jpg) top left no-repeat;
	height:57px;
	margin-bottom:0;
}

#menu li#menu_padding
{
	margin:0;
	width:10px;
}

#menu li
{
	margin:0 15px;
	padding:0;
}

#menu li a 
{
	font-size:15px;
	color:#FFFFFF;
	
	padding:0;
	padding-top:11px;
	width:123px;
	height:28px;
	text-align:center;
}

#menu li a.menuselection
{
}

#menu li a:hover
{
}

/* Menu avec sous-menu */
#menu li ul 
{
}

#menu li ul li 
{
	background-color:gray;
	border-bottom:1px solid #4B4B4B;
}

#menu li ul li a 
{
	color:#ffffff;
	text-decoration:none;
	text-align:left;
	font-weight:normal;
	font-size:9pt;
}


/* Divers */

td label 
{
	padding-left:0;
}

.minilogo_blanc
{
	background:url(minilogo_blanc.jpg) left no-repeat;
	padding-left:35px;
	height:40px;
	line-height:40px;
	padding-top:10px;
	float:left;
}
.minilogo_bleu
{
	background:url(minilogo_bleu.jpg) left no-repeat;
	padding-left:35px;
	height:40px;
	line-height:40px;
	padding-top:10px;
	float:left;
}



#copyright
{
border:5px solid gray;
background-color:white;
z-index:1000000; 
position:absolute; 
top:48%; 
left:50%;
width:380px;
padding:5px 10px;
margin-left:-200px;
}

#close_copyright
{
float:right;
color:#666666;
font-weight:bold;
text-decoration:none;
}


.menu_encadre
{
	width:420px;
	padding:10px;
	background:url(menu_encadre_bg.jpg) top left no-repeat;
}
.menu_encadre h2
{
margin-top:0;
}


