@charset "UTF-8";

/* Styles de base */
html {
}
body {   
	margin: 0; /* pour éviter les marges */   
	text-align: center; /* pour corriger le bug de centrage IE */ 
	font-family: Arial, Helvetica, sans-serif;
 	font-size:12px;
}

/* Page */
#C_Page{
	position:relative;
	margin-left: auto;   
	margin-right: auto;   
	width:1000px;   
	height:650px;
	text-align: center; /* on rétablit l'alignement normal du texte */ 
	background-image:url(../Images/Fond.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

/* Banner */
#C_Banner{
	text-align:left;
	width:700px;
	height:105px;
	background-color:#003399;
	float:left;
	overflow:hidden;
}

/* Session */
#C_Session{
	width:300px;
	height:105px;
	float:right;
	background-color:#003399;
	overflow:hidden;
}
#C_Session form{
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#C_Session fieldset {
	width:230px;
	height:90px;
	display:inline;
	margin:2px 0px 0px -5px;
	padding:0px 0px 5px 5px;
}
#C_Session legend {
 	color:#CCCCCC;
 	font-weight:bold;
}
#C_Session input[type=text],input[type=password] {
	width:100px;
	height:10px;
	font-size:9px;
}
#C_Session .intb,.inpdb{
	height:15px;
	width:100px;
	font-size:9px;
}
#C_Session input[type=button] {
	width:100px;
	height:20px;
	font-size:12px;
}
#C_Session .inbtn {
	width:100px;
	height:20px;
	font-size:12px;
}
#C_Session table{
	width:210px;
	border-collapse:collapse;
}
#C_Session a,
#C_Session a:link,
#C_Session a:active,
#C_Session a:visited{
	font-size: 10px;
	color:#FFFFFF;
	margin-top:5px;
}
.C_Session_Label{
	font-size: 12px;
	color:#FFFFFF;
	text-align:left;
}
.C_Session_Field{
	font-size: 11px;
	color:#FFFFFF;
	text-align:center;
}
.C_Session_Text{
	text-align:center;
}

/* Menu1 */
#C_Menu1{
	width:1000px;
	height:20px;
	float:right;
	background-color:#003399;
}

/* Menu2 */
#C_Menu2{
	width:150px;
	height:500px;
	float:left;
	text-align:left;
	margin-top:10px;
	padding-left:25px;
}
#C_Menu2 h1,
#C_Menu2 h1 a,
#C_Menu2 h1 a:link,
#C_Menu2 h1 a:hover,
#C_Menu2 h1 a:visited{
	font-size:16px;
	font-weight:bold;
	color:#003399;
	text-decoration:none;
}
#C_Menu2 h2,
#C_Menu2 h2 a,
#C_Menu2 h2 a:link,
#C_Menu2 h2 a:hover,
#C_Menu2 h2 a:visited{
	font-size:12px;
	color:#8ba6d3;
	font-weight:lighter;
	text-decoration:none;
}
#C_Menu2 h2.Current,
#C_Menu2 h2.Current a,
#C_Menu2 h2.Current a:link,
#C_Menu2 h2.Current a:hover,
#C_Menu2 h2.Current a:visited{
	color:#000000;
}

/* Body */
#C_Body{
	width:825px;
	float:right;
	padding-top:10px;
	text-align:justify;
}
#C_Body h2{
	height:20px;
	padding-left:25px;
	background-image: url('../Images/Fleche.jpg');
  	background-repeat: no-repeat;
	font-size:14px;
	color:#000000;
	text-align:left;
}
#C_Body h3{
	height:15px;
	padding-left:25px;
	background-image: url('../Images/Carre.jpg');
  	background-repeat: no-repeat;
	font-size:12px;
	color:#000000;
	text-align:left;
	font-weight:lighter;
}
#C_Body hr{
	border-top:2px dotted #CCCCCC;
	border-bottom:0px;
	border-right:0px;
	border-left:0px;
	height:0px; 
}
#C_Body form{
	margin-left:25px;
}
#C_Body td{
	font-size:12px;
}
#C_Body td.DescNewsletter{
	width:450px;
	padding-left:25px;
	text-align:justify;
}
#C_Body td.ThumbNewsletter{
	width:350px;
	text-align:center;
}
#C_Body td.TxtTemoignage{
	width:500px;
	padding-left:25px;
	text-align:justify;
}
#C_Body td.ThumbTemoignage{
	width:200px;
	text-align:center;
}

/* Footer */
#C_Footer{
	width:1000px;
	height:30px;
	float:left;
	text-align:center;
}
#C_Footer hr{
	border-top:2px dotted #CCCCCC;
	border-bottom:0px;
	border-right:0px;
	border-left:0px;
	height:0px; 
}
#C_Footer a,
#C_Footer a:link,
#C_Footer a:active,
#C_Footer a:visited{
	font-size: 11px;
	color:#375996;
	margin-top:5px;
	font-weight:bold;
	text-decoration:none;
	padding-left:25px;
	padding-right:25px;
}