/*
CSS Factory Systems
*/
@charset "utf-8";

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: justify;
}

ul, li{margin:0; padding:0; list-style:none;}

/*
.menu_head0 a{cursor: default; color:#000; text-decoration:none; font-weight:bold;}
.menu_head1 a{cursor: default; color:#000; text-decoration:none; font-weight:bold;}
.menu_head2 a{cursor: default; color:#000; text-decoration:none; font-weight:bold;}
.menu_head3 a{cursor: default; color:#000; text-decoration:none; font-weight:bold;}
.menu_head4 a{cursor: default; color:#000; text-decoration:none; font-weight:bold;}
.menu_head5 a{cursor: default; color:#000; text-decoration:none; font-weight:bold;}
.menu_head6 a{cursor: default; color:#000; text-decoration:none; font-weight:bold;}
.menu_head7 a{cursor: default; color:#000; text-decoration:none; font-weight:bold;}
*/

#relat{
	position:absolute;
}

#menu_01 {
	position: absolute;
	left: 100px;
	z-index: 5;
}
#menu_02 {
	position: absolute;
	left: 120px;
	z-index: 4;
}
#menu_03 {
	position: absolute;
	left: 100px;
	z-index: 3;
}
#menu_04 {
	position: absolute;
	left: 3px;
	z-index: 2;
}
#menu_05 {
	position: absolute;
	left: 4px;
	z-index: 1;
}


.menu_body0 {font-weight:bold; color:#003; position: absolute;  background:url(../images/bouton_menu_bodyy2.png); display:none; width:900px;border-right:0px;border-left:0px;}
.menu_body0 a{color:#f1f1ff; text-decoration:none;}
.menu_body0 a:hover{text-decoration:underline;}


.menu_body1 {border-collapse:collapse; line-height:0; vertical-align:top; font-weight:bold; color:#003; position: absolute; background:url(../images/bouton_menu_bodyy2.png); font-size:10px; display:none; width:900px;border-right:0px;border-left:0px;}
.menu_body1 a{color:#003; text-decoration:none;}
.menu_body1 a:hover{text-decoration:underline;}

.menu_body2 { z-index:10000; border-collapse:collapse; line-height:0; vertical-align:top; font-weight:bold;  position: absolute; background:url(../images/bouton_menu_bodyy2.png); display:none; width:900px;border-right:0px;border-left:0px;}
.menu_body2 a{color:#003; text-decoration:none;}
.menu_body2 a:hover{text-decoration:underline;}

.menu_body3 { z-index:10000; border-collapse:collapse; line-height:0; font-weight:bold;  position: absolute; background:url(../images/bouton_menu_bodyy2.png);display:none; width:900px;border-right:0px;border-left:0px;}
.menu_body3 a{color:#003; text-decoration:none;}
.menu_body3 a:hover{text-decoration:underline;}


.menu_body4 {border-collapse:collapse; line-height:0; vertical-align:top; font-weight:bold; position: absolute;  background:url(../images/bouton_menu_bodyy2.png); display:none; width:900px;border-right:0px;border-left:0px;}
.menu_body4 a{color:#003; text-decoration:none;}
.menu_body4 a:hover{text-decoration:underline;}

.menu_body5 {border-collapse:collapse; line-height:0; vertical-align:top; font-weight:bold; position: absolute;  background:url(../images/bouton_menu_bodyy2.png); display:none; width:900px;border-right:0px;border-left:0px;}
.menu_body5 a{color:#003; text-decoration:none;}
.menu_body5 a:hover{text-decoration:underline;}

.menu_body6 {font-weight:bold; position:absolute; background:url(../images/bouton_menu_bodyy2.png); display:none; width:900px; border-right:0px;border-left:0px;}
.menu_body6 a{color:#003; text-decoration:none;}
.menu_body6 a:hover{text-decoration:underline;}



#page {
	width: 700px;
}

#tableau_normal{
	padding:0;
	margin:0;
	height:auto; 
	}

blockquote {
	margin: 0;
	padding-left: 20px;
	padding-right:25px;
	text-align:justify;
	border-left: 10px solid #666666;
	font-style: normal;
	color: #555555;
}

blockquote * {
	line-height: normal;
}


img {
	border: none;
}

img.left {
	float: left;
	margin: 0 10px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 10px;
}

.tab_title{
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	padding-left:0;
}

.tab_contenu{
	text-align:justify;
	font-size:12px;
	padding-left:25px;}
	
.tab_12_normal{
	font-size:12px;
	text-align:justify;}
	
.tab_12_normal_left{
	font-size:12px;
	text-align:left;}

.tab_11_centrer_soft{
	font-size:11px;
	text-align:left;
	color:#000;}
	
	
.tab_12_centrer{
	font-size:12px;
	text-align:center;}

.tab_10_normal{
	text-align:justify;
	font-size:10px;}
	
.tab_10_news{
	text-align:center;
	font-size:10px;}
	
.texte_contenu{
	text-align:justify;
	font-size:12px;
	padding-left:25px;
	padding-top:5px;
	width:650px;}
	
.texte_contenu_pop{
	text-align:justify;
	font-size:12px;
	padding-left:5px;
	padding-right:15px;
}

.texte_14{
	text-align:justify;
	font-size:14px;}	

.texte_13{
	text-align:justify;
	font-size:13px;}
	
.texte_13_centrer{
	text-align:center;
	font-size:13px;}

.texte_contenu_14{
	text-align:justify;
	font-size:14px;
	padding-left:25px;
	padding-top:5px;
	width:640px;}	
	
.texte_red{
	text-align:justify;
	font-size:12px;
	padding-top:5px;
	width:655px;
	color:#F00;
}

.page a:link {
	color: #000066;
	text-decoration:none;
}
.page a:visited {
	color: #333333;
	text-decoration: none;
}
.page a:hover {
	color:#399;
	text-decoration: none;
}
.page a:active {
	color: #333333;
	text-decoration: none;
}


h1 {
	color: #000066;
}
h2 {
	color: #000066;
}
h3 {
	color: #000066;
}

.content {
	padding: 20px;
	background: url(images/img150.png) no-repeat;
	
}

p {
line-height: 18px;
} 

/* Sidebar */

#sidebar {
	float: right;
	width: 200px;
	font-size: 12px;
	color:#333333;
	
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

#sidebar li {
	margin-bottom: 0px;
	background: #E6E6E6 url(images/img07.gif) no-repeat right bottom;
}

#sidebar li ul {
	padding: 10px 20px;
	font-size: 92%;
}

#sidebar li li {
	margin: 5px;
	padding: 5px 0;
	background: none;
	border-top: 1px dotted #CDCDCD;
}

#sidebar h2 {
	height: 20px;
	margin: 0;
	padding: 6px 0 0 10px;
	background: url(images/img06.gif) no-repeat;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

#sidebar h3 {
	margin: 0;
}

#sidebar p {
	margin: 0;
	line-height: normal;
	text-align: right;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: none;
}

#sidebar .first {
	border: none;
}