@charset "UTF-8";
/* CSS Document */

body
{
	background-image:url(background.gif);
	background-color:#0056a0;
	background-repeat:repeat-x;
	margin:0 0 0 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:justify;
}

/* Bloc HEADER */

div.header
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:216px;
}

table.header
{
	width:990px;
	border:0px;
}

td.header
{
	height:216px;
	background-image:url(header/header.png);
	padding:0 0 0 0;
	vertical-align:top;
}

div.drapeau
{
	position:relative;
	left:884px;
	top:30px;
	width:150px;
}

div.logo
{
	position:relative;
	left:39px;
	top:35px;
	width:200px;
}

/* FIN Bloc HEADER */

/* Bloc CONTAINER */
div.container
{
	position:absolute;
	top:216px;
	left:0px;
	width:100%;
}

table.container
{
	border:0px;
	width:990px;
}

td.container
{
	height:100%;
	padding:0 0 0 0;
	vertical-align:top;
}

td.bordertop
{
	height:40px;
	width:990px;
	background:url(contenu/bordures/bordure_top.gif);
	background-repeat:no-repeat;
}

div.menu
{
	position:relative;
	top:0px;
	left:0px;
	float:left;
	width:279px;
	height:327px;
	background:url(menu/bg_menu.gif);
	background-repeat:no-repeat;
	z-index:1;
}

div.menu
{
	padding-left:20px;
	overflow:hidden;
	width:260px;
}

td.borderleft
{
	width:279px;
	background:url(contenu/bordures/bordure_left.gif) #f9f9f9;
	background-repeat:repeat-y;
	background-position:left;
	padding:0 0 0 0;
}

div.colonnegauche
{
	padding-left:40px;
	text-align:center;
	padding-right:10px;
	width:225px;
}

td.colonnedroite
{
	width:671px;
	background:url(contenu/background.gif) #f9f9f9;
	background-position:top;
	background-repeat:repeat-y;
	vertical-align:top;
}

img.contenu
{
	border:1px solid #000099;
	padding:3px;
}

h5
{
	color:#0056a0;
	font-size:16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

td.borderright
{
	width:40px;
	background:url(contenu/bordures/bordure_right.gif);
	background-repeat:repeat-y;
}

td.borderbot
{
	width:990px;
	height:27px;
	background:url(contenu/bordures/bordure_bot.gif);
	background-repeat:no-repeat;
}

/* FIN Bloc CONTAINER */

/* Bloc FOOTER */

table.footer
{
	width:100%;
	border:0;
	height:100%;
	background:url(footer/footer.gif) #d0d0d0;
	background-position:center top;
	background-repeat:no-repeat;
}

td.footer
{
	text-align:center;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#6b6d6e;
	padding:25px 0px 15px 0px;
}

a.footer
{
	font-weight:bold;
	color:#6b6d6e;
	text-decoration:none;
}

/* FIN Bloc FOOTER */