@CHARSET "UTF-8";

* {
 margin:0;
 padding:0;
}

/******************************************************
Mise en page globale 
*******************************************************/

body 
{
    margin:0;
    padding:0;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    color: #000;
	background-color: #454545;
}

img 
{
    border:none;
}

.left
{
    float: left;
}

/******************************************************
Mise en page Main
*******************************************************/

#wrapper
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 1002px;
}

#container
{
	/*z-index: 97;*/
	background-color: #ffffff;
	background-image: url(../images/border_website.gif);
	background-repeat: repeat-y;
}

#container #main
{
	width: 1002px;
	/*background-color: #ffffff;*/
	background-image: url(../images/container/bg.jpg);
	background-repeat: no-repeat;
	/*z-index: 98;*/
	height: auto; /* Temporaire */
	padding-top: 42px;
}

/*#container #main .inside,
#container #main .custom
{
	background-image: url(../images/border_website.gif);
	background-repeat: repeat-y;
}

#container #main .custom .inside
{
	background-image: none;
}*/

/******************************************************
Mise en page Header
*******************************************************/

#header
{
	width: 1002px;
	height: 88px;
	background-color: #e1e1e1;
	background-image: url(../images/header/title.jpg);
	background-repeat: no-repeat;
	/*z-index: 99;*/
}

#header #logo
{
	width:157px;
	height:52px;
	margin-left: 46px;
	padding-top: 22px;
}

/******************************************************
Mise en page Footer
*******************************************************/

#footer
{
	width: 1002px;
	height: 25px;
	background-color: #d4d5d5;
	/*z-index: 96;*/
}

/******************************************************
Class CadreNoir
*******************************************************/
.CadreNoir
{
	margin-right: 24px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 7px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
	width: 244px;
	background-repeat: no-repeat;
	background-color: #666666;
}

.CadreNoir h1,
.CadreNoir h2,
.CadreNoir h3,
.CadreNoir h4,
.CadreNoir h5,
.CadreNoir h6
{
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	padding-left: 10px;
	padding-bottom: 5px;
}

.CadreNoir
{
	background-image: url(../images/title_CadreNoir.jpg);
}

.CadreNoir p
{
	color: #fff;
	margin-top: 5px;
}

.CadreNoir a
{
	color: #fff;
	text-decoration: none;
}

.CadreNoir a:hover
{
	color: #fff;
	text-decoration: underline;
}


/******************************************************
Class CadreGris
*******************************************************/

.CadreGris .ce_text h1,
.CadreGris .ce_text h2,
.CadreGris .ce_text h3
{
	background-image: url(../images/CadreGris_title.jpg);
	background-repeat: no-repeat;
	font-size: 18px;
	height: 23px;
	color: #92062b;
	padding-left: 15px;
	margin-bottom: 20px;
}

.CadreGris .ce_text h4,
.CadreGris .ce_text h5,
.CadreGris .ce_text h6
{
	background-image: url(../images/CadreGris_title2.jpg);
	background-repeat: no-repeat;
	font-size: 18px;
	height: 23px;
	color: #454545;
	padding-left: 15px;
	margin-bottom: 20px;
}

.CadreGris
{
	background-image: url(../images/bg_top_form.jpg);
	background-repeat: no-repeat;
	margin-top: 20px;
}

.CadreGris .ce_text
{
	margin-top: 30px;
	margin-left: 13px;
	padding-left: 30px;
	padding-right: 22px;
	padding-bottom: 20px;
	width: 560px;
	background-color: #f0f0f0;
	background-image: url(../images/bg_bottom_form.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

/******************************************************
Site Map (Plan du site)
*******************************************************/

.mod_sitemap
{
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
}

.mod_sitemap ul.level_1 li
{
	padding-top: 10px;
	padding-bottom: 10px;
	border-style: solid;
	border-width: 0px;
	border-bottom-width: 1px;
	border-bottom-color: #666666;
	list-style: none;
}

.mod_sitemap ul.level_1 li a
{
	text-decoration: none;
	color: #92062B;
	text-transform: uppercase;
	font-weight: 600;
}

.mod_sitemap ul.level_2 li a
{
	text-decoration: none;
	color: #000;
	text-transform: capitalize;
	font-weight: 600;
}

.mod_sitemap ul.level_3 li a
{
	text-decoration: none;
	color: #000;
	text-transform: capitalize;
	font-weight: 200;
}

.mod_sitemap ul.level_1 li.last
{
	border-style: none;
	border-width: 0px;
}

.mod_sitemap ul.level_1 ul.level_2 li
{
	border-style: none;
	border-width: 0px;
	padding: 0px 15px;
	list-style: none;
}

.mod_sitemap ul.level_1 ul.level_2,
.mod_sitemap ul.level_1 ul.level_2 ul.level_3
{
	padding-top: 5px;
	padding-bottom: 5px;
}








