/* ********************************
/* PSEUDO CLASSES 
/* *********************************/

*
{
	background: transparent;
	border: 0;
	font: inherit;
	margin: 0;
	list-style: none;
	line-height: 1.4em;
	padding: 0;
	text-decoration: none;
	color: #333;
	font-size: 8.5pt;
	font-family: "trebuchet ms", helvetica, arial, sans;
	border-color: #004671;
}

a:hover { text-decoration: underline; }

body
{
	background-color: #EEE;
	background-image: url(skin/bg_body.gif);
	background-repeat: repeat-x;
}

h1, h2 { }
li { }
p { }

/* ********************************
/* CLASSES ET IDS INTERNES
/* *********************************/

/* - - - - - - - - - - - - - - - - -
/* body_maincontainer
/* - - - - - - - - - - - - - - - - -*/

#body_maincontainer
{
	background: #fff;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	border: 1px solid #aaa;
	height: 600px;
}

/* - - - - - - - - - - - - - - - - -
/* body_header
/* - - - - - - - - - - - - - - - - -*/

#body_header
{
	background-image: url(../skin/header.jpg);
	background-repeat: no-repeat;
	width: 900px;
	height: 115px;
}

/* - - - - - - - - - - - - - - - - -
/* body_mainmenu
/* - - - - - - - - - - - - - - - - -*/

#body_mainmenu
{
	background-image: url(../skin/bg_side.gif);
	background-repeat: repeat-x;
	width: 159px;
	vertical-align: top;
	border-right: solid 1px #FFD6CB;
	border-top: solid 1px #FFD6CB;
}

#body_mainmenu ul { padding-bottom: 4px; }

#body_mainmenu ul li
{
	background-image: url(../skin/bg_mainmenu_but.gif);
	background-repeat: no-repeat;
	font-size: 10pt;
	font-weight: bold;
	padding-bottom: 2px;
	text-indent: 16px;
	color: white;
}

#body_mainmenu ul li li
{
	padding-top: 9px;
	padding-bottom: 7px;
	font-weight: normal;
	background: none;
	border-bottom: black;
	padding-left: 0px;
	border-width: 0 0 1px 0;
	border-style: none none dashed none;
}

#body_mainmenu ul li li a
{
	font-size: 8.5pt;
	color: #003E57;
}

#body_mainmenu ul li li a:hover { color: #FF4E03; }

/* - - - - - - - - - - - - - - - - -
/* body_content
/* - - - - - - - - - - - - - - - - -*/

#body_content
{
	width: 520px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	vertical-align: top;
	display: table-cell;
}

#body_content * { vertical-align: top; }

#body_content h1
{
	font-size: 16pt;
	font-weight: bold;
	margin-bottom: 5pt;
	border-bottom: 1px #FFDB54 solid;
	color: #434F7B;
	text-transform: uppercase;
	vertical-align: bottom;
}

#body_content h1 * { vertical-align: bottom; }
#body_content h1 img { margin-right: 10pt; }

#body_content h2
{
	color: #333;
	font-size: 14pt;
	font-weight: bold;
	line-height: 1.1em;
	margin-bottom: 7pt;
	margin-top: 7pt;
}

#body_content h3
{
	border-bottom: 1px #FFD9A0 solid;
	color: #FF5005;
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: 7pt;
	margin-top: 14pt;
	text-transform: uppercase;
}

#body_content h4
{
	font-weight: bold;
	border-bottom: 1px solid #DDD;
}

#body_content hr
{
	background: none;
	border-bottom: 1px #FFDB54 solid;
	padding-top: 17px;
	margin-bottom: 17px;
}

#body_content li
{
	color: #FF5005;
	font-size: 10pt;
	margin-left: 10pt;
}

#body_content p
{
	font-size: 9pt;
	margin-bottom: 7pt;
	text-align: justify;
}

#body_content .liste { margin-bottom: 1pt; }

#body_content .notes
{
	font-size: 7.5pt;
	color: #888;
}

#body_content .name
{
	font-size: 8.5pt;
	font-style: italic;
}

#body_content .visuel_interne
{
	padding: 0;
	margin: 0;
	float: left;
}

#body_content .strong
{
	font-size: 9pt;
	font-weight: bold;
}

#body_content .table_chiffres
{
	border: 1px solid #ddd;
	margin-right: 7px;
	float: left;
	height: 163px;
width:185px;
}

#body_content .table_chiffres *
{
	padding: 5px;
	vertical-align: middle;
}

#body_content .table_chiffres_l1 { background: #eee; }

#body_content .table_chiffres_left
{
	font-size: 9pt;
	font-weight: bold;
	color: #555;
	padding-right: 10px;
}

#body_content .table_chiffres_right
{
	font-size: 9pt;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

#body_content #td_left
{
	padding-right: 10pt;
	width: 129px;
}

#body_content #td_left * { text-align: center; }

/* - - - - - - - - - - - - - - - - -
/* body_sidebar
/* - - - - - - - - - - - - - - - - -*/

#body_sidebar
{
	background-image: url(../skin/bg_side.gif);
	background-repeat: repeat-x;
	width: 159px;
	vertical-align: top;
	border-left: solid 1px #FFD6CB;
	border-top: solid 1px #FFD6CB;
}

#body_sidebar * { vertical-align: middle; }

#body_sidebar ul li
{
	background-image: url(../skin/bg_mainmenu_but.gif);
	background-repeat: no-repeat;
	font-size: 10pt;
	font-weight: bold;
	text-indent: 16px;
	color: white;
}

#body_sidebar ul li li
{
	padding-top: 9px;
	padding-bottom: 7px;
	font-weight: normal;
	background: none;
	border-bottom: black;
	padding-left: 0px;
	border-width: 0 0 1px 0;
	border-style: none none dashed none;
}

.articles
{
	text-indent: 0;
	margin-left: 10px;
	margin-top: 7px;
	margin-right: 7px;
	padding-bottom: 18px;
	border-width: 0 0 1px 0;
	border-style: none none dashed none;
	font-weight: normal;
}

.articles_list a
{
	color: white;
	font-size: 7pt;
	margin-left: 2pt;
}

.articles_titres
{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 8.5pt;
	color: #003E57;
	line-height: 1em;
}

.articles_resume
{
	line-height: 1em;
	display: block;
	padding-top: 3px;
	padding-bottom: 2px;
	font-size: 8.5pt;
	color: #62605F;
}

.articles_date
{
	color: #A3A2A1;
	display: inline;
	font-size: 7.5pt;
	margin-top: 2px;
}

.articles_suite
{
	color: #A3A2A1;
	font-size: 7.5pt;
	margin-top: 2px;
	display: inline;
	text-align: right;
}

/* - - - - - - - - - - - - - - - - -
/* body_footer
/* - - - - - - - - - - - - - - - - -*/

#body_footer
{
	background-image: url(../skin/bg_bottom.gif);
	background-repeat: repeat-x;
	width: 900px;
}

#body_footer p
{
	text-align: center;
	padding-top: 10px;
	font-size: 8pt;
}

/* - - - - - - - - - - - - - - - - -
/* debug_window
/* - - - - - - - - - - - - - - - - -*/

#debug_window
{
	position: absolute;
	bottom: 0px;
	border: 1px solid red;
	background: white;
	font-size: 10pt;
	display: none;
	padding: 5px;
}


#body_header
{
display:none;
}
#body_mainmenu
{
display:none;
}
#body_sidebar
{
display:none;
}

#body_maincontainer
{
	background: #fff;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
}
.visuel_square, .visuel_long
{
display:none;
}
