/* ********************************
/* 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: 7.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: 9pt;
	font-weight: bold;
	padding-bottom: 2px;
	padding-top: 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;
	text-indent: 0px;
	padding-left: 16px;
	border-width: 0 0 1px 0;
	border-style: none none dashed none;
}

#body_mainmenu ul li li a
{
	font-size: 7.5pt;
	color: #003E57;
}

#body_mainmenu ul li li a:hover { color: #FF4E03; }

/* - - - - - - - - - - - - - - - - -
/* body_content
/* - - - - - - - - - - - - - - - - -*/

#body_content
{
	width: 540px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	vertical-align: top;
}

/* - - - - - - - - - - - - - - - - -
Par pseudo classe
 - - - - - - - - - - - - - - - - -*/

#body_content * { vertical-align: top; }

#body_content h1
{
	font-size: 14pt;
	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: 9pt; }

#body_content h2
{
	color: #333;
	font-size: 10pt;
	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: 10pt;
	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:  #FFDB54;
	height:1px;
	/*	border-bottom: 1px #FFDB54 solid;*/
	margin-top: 17px;
	margin-bottom: 17px;
	color: #FFDB54;
}

#body_content li
{
	color: #FF5005;
	font-size: 9pt;
	margin-left: 9pt;
}

#body_content p
{
	font-size: 9pt;
	margin-bottom: 7pt;
	text-align: justify;
}

#body_content input, #body_content textarea, #body_content select
{
	border: 1px solid #FFDB54;
	width: 100%;
	background: white;
	padding: 14 4;
}

#body_content option
{
	background: white;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}

/* - - - - - - - - - - - - - - - - -
Par identit
 - - - - - - - - - - - - - - - - -*/

#body_content #td_left *
{
	margin-right: 9pt;
	width: 129px;
	text-align: center;
}

#body_content #icon
{
	width: 11px;
	height: 13px;
}

/* - - - - - - - - - - - - - - - - -
Par classes
 - - - - - - - - - - - - - - - - -*/

#body_content .testimonial
{
	width: 389px;
	font-size: 10pt;
	font-weight: bold;
	line-height: 1.1em;
}

#body_content .liste { margin-bottom: 1pt; }

#body_content .notes
{
	font-size: 7.5pt;
	color: #888;
}

#body_content .name
{
	font-size: 7.5pt;
	font-style: italic;
}

#body_content .strong
{
	font-size: 9pt;
	font-weight: bold;
}

#body_content .table_chiffres
{
	border: 1px solid #ddd;
	margin-right: 8px;
	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 .table_contact { width: 100%; }
#body_content .table_contact td { vertical-align: middle; }

#body_content .table_contact .table_contact_left
{
	background-image: url(../skin/bg_side.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	text-align: right;
	padding: 14 4;
	width: 200px;
}

#body_content .table_contact .submit
{
	background-image: url(../skin/bg_submit.gif);
	color: white;
	font-weight: bold;
	text-align: center;
	padding: 2px;
}

#body_content .table_contact .submit:hover { color: #333; }
#body_content .table_contact .submit:hover { color: #333; }
#body_content .table_links img { border: 1px solid #aaa; }
#body_content .table_links img:hover { border: 1px solid #FF5005; }
#body_content .table_links a:hover { color: #FF5005; }

.warning
{
	color: white;
	font-weight: bold;
	padding: 7px;
	text-align: center;
	border: 1px solid white;
	background: red;
	margin: 0;
	font-size: 9pt;
}

/* - - - - - - - - - - - - - - - - -
/* 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: 9pt;
	font-weight: bold;
	text-indent: 16px;
	color: white;
}

#body_sidebar ul li a /*liens "LIENS" et "NOUS CONTACTER"*/
{
	font-size: 9pt;
	font-weight: bold;
	line-height: 1em;
	color: white;
}

#body_sidebar .articles
{
	text-indent: 0;
	margin: 7 7 7 10;
	padding-bottom: 7px;
	border-width: 0 0 1px 0;
	border-style: none none dashed none;
}

#body_sidebar .articles_list a
{
	color: white;
	font-size: 7pt;
	margin-left: 1pt;
}

#body_sidebar .articles_titres
{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 7.5pt;
	color: #003E57;
	line-height: 1em;
}

#body_sidebar .articles_resume
{
	color: #62605F;
	line-height: 1em;
	display: block;
	padding-top: 4px;
	padding-bottom: 5px;
	font-size: 7.5pt;
	font-weight: normal;
}

#body_sidebar .articles_date
{
	color: #A3A2A1;
	font-size: 7.5pt;
	display: none;
}

#body_sidebar .articles_suite a
{
	color: #333;
	font-size: 7.5pt;
	font-weight: bold;
}

/* - - - - - - - - - - - - - - - - -
/* 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: 9pt;
	display: none;
	padding: 5px;
}
