body {
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	background-color:#ccd9df;
	background-image:url(images/structure/bg.jpg);
	background-repeat:repeat-x;
	scrollbar-3dlight-color: #000000;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-base-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-highlight-color: #000000;
	scrollbar-face-color: #051972;
	scrollbar-shadow-color: #000000;
	height: 100%;
}

.cursor {
	cursor: pointer;
}


/* STRCUTURE */

.structureTopLeft {
	background-image:url(images/structure/top_left.jpg);
	width:25px;
	height:20px;
}

.structureTopRight {
	background-image:url(images/structure/top_right.jpg);
	width:25px;
	height:20px;
}

.structureTopBg {
	background-image:url(images/structure/top_bg.jpg);
	width:730px;
	height:20px;
}

.banBg {
	background-image:url(images/structure/ban_bg.jpg);
	height:150px;
}


/* MENU */

.menuBg {
	background-image:url(images/structure/menu_bg.jpg);
	height:24px;
}

.MenuText_over{
	font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: black;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
}

.MenuText_out{
	font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: white;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

.subMenuBgLeft{
	background-image:url(images/structure/submenu_bg_left.jpg);
	width:25px;
	height:24px;
}

.subMenuBgRight{
	background-image:url(images/structure/submenu_bg_right.jpg);
	width:25px;
	height:24px;
}

.subMenuBg{
	background-image:url(images/structure/submenu_bg.jpg);
	width:730px;
	height:24px;
}

.subMenuText, .subMenuText a:hover{
	font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: black;
	text-decoration: none;
}

.subMenuText a{
	font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: black;
}


/* BOTTOM */

.bottomBg {
	background-image:url(images/structure/bottom_bg.jpg);
	height:16px;
	width:730px;
}

.copyright {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	color:#74868f;
}

/* INCLUDE */

.shadowLeft {
	background-image:url(images/structure/shadowLeft_include.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#ccd9df;
	width:10px;
}

.shadowRight {
	background-image:url(images/structure/shadowRight_include.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#ccd9df;
	width:10px;
}

/* TITLE */

.title_page {
	font-family: Arial, sans-serif;
	font-size:18px;
	font-style:italic;
	font-weight:bold;
	color:#1b1b1b;
	text-align:center;
}

.title_rubrique {
	font-family: Helvetica, Arial, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#fd0b0a;
	
}
.title_home_color {
	font-family:Trebuchet MS, Tahoma, Arial, sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#FFFFFF;
	text-align:center;
	background-image: url(images/home/bg_title_color.jpg);
	height:24px;
}

.title2_home_color {
	font-family:Trebuchet MS, Tahoma, Arial, sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#FFFFFF;
	text-align:center;
	background-image: url(images/home/bg_title_color760.jpg);
	height:24px;
}

.title_home_bw {
	font-family:Trebuchet MS, Tahoma, Arial, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-decoration:underline;
	color:#ec0000;
	text-align:left;
	margin-left:8px;
	/*background-image:url(images/home/bg_title_bw.jpg);*/
	/*height:24px;*/
}

/* HOME ACTUALITE */

.home_actuTitle {
	font-family:Trebuchet MS, Tahoma, Arial, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#000000;
	text-align:left;
	text-decoration:none;
	line-height:15px;
}

.home_actuTitle a{
	font-family:Trebuchet MS, Tahoma, Arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#ec0000;
	text-align:left;
	text-decoration:none;
	line-height:15px;
}

.home_actuTitle a:hover{
	font-family:Trebuchet MS, Tahoma, Arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:black;
	text-align:left;
	text-decoration:underline;
	line-height:15px;
}

.home_actuText {
	font-family:Trebuchet MS, Tahoma, Arial, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000000;
	text-align:justify;
	text-decoration:none;
}

.home_actuText a{
	font-family:Trebuchet MS, Tahoma, Arial, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:blue;
	text-align:justify;
	text-decoration:underline;
}

.home_actuText a:hover{
	font-family:Trebuchet MS, Tahoma, Arial, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:blue;
	text-align:justify;
	text-decoration:none;
}

.home_activite{
	font-family:Trebuchet MS, Tahoma, Arial, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:black;
	text-align:left;
	text-decoration:none;
}

.home_redText{
	font-family:Trebuchet MS, Tahoma, Arial, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:red;
	text-align:justify;
	text-decoration:none;
}

/* CONTENT */

.bgContent {
	background-image:url(images/content/bg.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}

.content_sub_titleRed {
	font-family:Trebuchet MS, Tahoma, Arial, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#ec0000;
	text-align:left;
	text-decoration:none;
}
.titreRouge {
	font-family:Trebuchet MS, Tahoma, Arial, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#ec0000;
	text-align:left;
	text-decoration:none;
}
.ligneRouge{
	background-color:#e83202;
	height:1px;
}
hr{
color:red;
background-color:red;
height:1px;
border:0;
margin-height:0;
}
.blanc {
color:#ffffff;
}
.content_text {
	font-family:Trebuchet MS, Tahoma, Arial, sans-serif;
	font-size:14px;
	color:#1b1b1b;
	text-align:justify;
	text-decoration:none;
}
.lienRouge {
	font-family:Trebuchet MS, Tahoma, Arial, sans-serif;
	font-size:14px;
	color:#990099;
	text-decoration:none;
}
.lienRouge:hover {
	font-family:Trebuchet MS, Tahoma, Arial, sans-serif;
	font-size:14px;
	color:#000000;
	text-decoration:underline;
}
.content_une {
	font-family:Trebuchet MS, Tahoma, Arial, sans-serif;
	font-size:14px;
	color:#1b1b1b;
	text-align:justify;
	margin-right:8px;
	margin-left:10px;
	margin-bottom:20px;
	text-decoration:none;
}

.tableau_text {
	font-family:Trebuchet MS, Tahoma, Arial, sans-serif;
	font-size:14px;
	color:#1b1b1b;
	text-align:justify;
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
	background-color:#fbdbd7;
}

.tableau_title {
	font-family:Trebuchet MS, Tahoma, Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:white;
	text-align:center;
	background-color:#de4935;
}

.link {
	font-family:Trebuchet MS, Tahoma, Arial, sans-serif;
	font-size:14px;
	color:#0026e9;
	text-align:left;
	text-decoration:underline;
}

.link a{
	font-family:Trebuchet MS, Tahoma, Arial, sans-serif;
	font-size:14px;
	color:#0026e9;
	text-align:left;
	text-decoration:underline;
}

.link a:hover{
	font-family:Trebuchet MS, Tahoma, Arial, sans-serif;
	font-size:14px;
	color:#0026e9;
	text-align:left;
	text-decoration:none;
}
