/* DEFINITION DU BODY*/

body {
	background:#FFF;
}

body.home {
	background:#FFF url(images/bg_body.png) top left repeat;
}

body,html {
	margin:0px 0px;
	padding:0px 0px;
	font-family: arial;
	font-size:11px;
}

/* DEFINITION GENERALE DES LIENS */

a{
	color:#333;
}

a:hover , a:active{
	color:#b7293d;
}

/* LISTE DES CLASS UTILES */

.lire_la_suite_l {  float:left; width:100%; margin:10px 0px; font-size:12px; color:#38427a; text-decoration:underline;}
.lire_la_suite_r {  float:right; margin:0px 0px;}
.lire_la_suite_r a , .lire_la_suite_l a{ font-weight:600; color:#333; }
.lire_la_suite_r a:hover, .lire_la_suite a:active , .lire_la_suite_l a:hover, .lire_la_suite_l a:active{ color:#333; }


.clear { clear:both; }

h2.title_wrap { color:#333;font-size:16px;font-weight:600;text-decoration:underline; }

.i_name { float:left; width:140px; text-align:right; } /* --> class pour la largeur des <label> */

.bt_link1 {
	background:#ccc url(images/bg_btlink1.png) bottom left repeat-x;
	padding:2px 10px;
	margin:0px 5px;
	font-weight:600;
	color:#000;
	border:1px solid #b1b1b1;
	}
	
	.bt_link1:hover {
		background:#ccc url(images/bg_btlink1_H.png) bottom left repeat-x;
		border:1px solid #FFF;
		color:#b7293d;
	}

/* DEFINITION DU DIV GLOBAL */
#global {
	margin:0 auto;
	padding:0px 0px;
	width:1000px;
	background:#FFF url(images/bg_head.png) top center no-repeat;
}

/* DEFINITION DU HEADER */
#header {
	margin:0px 0px;
	padding:0px 5px;
	float:left;
}

#header h1 {
	margin:0px 0px 0px 0px ;
	padding:0px 0px;
	float:left;
	width:700px;
}

#header #login {
	margin:0px 0px;
	padding:0px 0px;
	float:right;
	width:290px;
	height:120px;
	background:url(images/bg_login.png) top center no-repeat;
	color:#38427a;
}
#header #login img {
	float:right;
	margin:10px 5px;
	border:none;
}

.logo_desc  {
	color:#fff;
	position:absolute;
	top:75px;
	margin-left:50px;
	//margin-left:-650px;
	font-size:12px;
	font-weight:bold;
	font-family:arial;
	text-transform:uppercase;
	text-align:right;
}

.login_h2 {
	color:#38427a;
	font-size:12px;
	font-weight:600;
	text-align:center;
	margin:22px 0px 0px 0px;
	padding:0px;
	width:100%;
}

#login .input_log  {
	margin:10px 0px;
	//margin-top:-15px;
	font-size:11px;
	color:#616060;
	font-weight:600;
}

#login .input_log input, #login .input_log label {
	margin:2px 2px;
}

#login .input_log label {
	width:110px;
}

#login .input_log input {
	height:12px;
	font-size:9px;	
	border:1px solid #b1b1b1;
}

#login .input_log .subsub_log {
	float:right;
	margin-top:-38px;
	margin-right:20px;
	//margin-right:15px;
	width:30px;
	height:25px;
	border:1px solid #b1b1b1;
	font-size:12px;
	padding-bottom:3px;
	text-align:center;
	font-weight:600;
	cursor:pointer;
	background:#ccc url(images/bg_oksub.png) top left repeat-x;
}

/* hack Chrome / Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#login .input_log .subsub_log {
	float:right;
	margin-top:-38px;
	margin-right:15px;
	width:30px;
	height:25px;
	padding:5px 5px 5px 2px;
	border:1px solid #b1b1b1;
	font-size:12px;
	font-weight:600;
	cursor:pointer;
	background:#ccc url(images/bg_oksub.png) top left repeat-x;
}
}

#login .input_log .subsub_log:hover {
	background:#ccc url(images/bg_oksub.png) top left repeat-x;
	border:1px solid #FFF;
	color:#b7293d;
}

#add_log {
	margin-left:48px;
	margin-top:-5px;
	//margin-top:-12px;
}
/* DEFINITIO DU MENU AU TOP */

#header .menu_foot {
	width:80%;
	float:right;
	margin-top:-8px;
	margin-right:20px;
	height:30px;
	line-height:25px;
	text-align:center;
	color:#333;
	font-size:10pt;
	font-weight:600;
}

#header .menu_foot a{
	height:30px;
	line-height:25px;
	color:#333;
	padding:5px 10px;
	margin:0px 20px;
	border:1px solid transparent;
}

#header .menu_foot a:hover , .menu_foot a:active {
	border-left:1px solid #c9cccb;
	border-right:1px solid #c9cccb;
	background:url(images/bg_mt_H.png) top left repeat-x;
	color:#b7293d;
}

/* DEFINITION DU WRAPPER */

#wrapper {
	width:100%;
	float:left;
	min-height:650px;
}

/* DEFINITION DU FOOTER */

#footer {
	width:100%;
	bottom:0px;
	float:left;
	background:url(images/bg_foot.png) bottom left repeat-x;
}

.copy {
	width:10%;
	float:right;
}

#footer .menu_foot {
	width:90%;
	padding-top:10px;
	float:left;
	text-align:center;
	color:#666;
	
	font-size:10pt;
}

#footer .menu_foot a{
	color:#555;
	padding:2px 10px;
}

#footer .menu_foot a:hover , #footer .menu_foot a:active {
	color:#b7293d;
}

.on{
	color:#b7293d;
	background:#FFF;
}

/* CONTENU CENTRAL */
/* gauche */
#col_left {
	float:left;
	width:175px;
	min-height:500px;
	padding:10px 5px 10px 10px;
}

/* centre */
#content {
	float:left;
	width:560px;
	min-height:500px;
	padding:10px 10px 10px 15px;
}

/* droite */
#col_right {
	float:left;
	width:210px;
	min-height:500px;
	padding:10px 10px 10px 5px;
}

/* menu gauche */
.rubrique_gauche {
	width:169px;
	min-height:23px;
	text-align:left;
	padding-left:10px;
	margin:5px 0px 10px 0px;
	color:#38427a;
	background:url(images/bg_h3_gauche.png) top left no-repeat;
}

#col_left ul {
	list-style:none;
	margin:0px 0px;
	padding:0px 0px;
}

#col_left ul li {
	border-top:1px solid #b1b1b1;
	border-bottom:1px solid #b1b1b1;
	margin:-1px 0px;
	padding:0px 0px;
	font-size:11px;
	font-weight:600;
}

#col_left ul li:hover {
	border-top:1px solid #A1A1A1;
	border-bottom:1px solid #A1A1A1;
	background:#fefefe;
}

#col_left ul li a {
	display:block;
	width:95%;
	padding:5px 5px;
}

#col_left ul li a:hover {
	color:#FFF;
	background:#b7293d;
}

/* Colone a droite */
.rubrique_droite {
	width:218px;
	height:23px;
	text-align:left;
	padding-left:10px;
	margin:0px 0px 0px 0px;
	color:#38427a;
	background:url(images/bg_h3_droite.png) top left no-repeat;
}

.actuBloc {
	width:99%;
	margin-top:10px;
	padding:0px 5px 5px 5px;
	background:url(images/bg_actubloc.png) top left repeat-x;
}

.actu_text {
	float:left;
	width:185px;
	padding:10px;
	background:#FFF;
	font-size:12px;
	text-align:justify;
	border:1px solid #e5e8e8;
}

.actu_titre {
	font-size:12px;
	color:#38427a;
	font-weight:600;
	margin-bottom:10px;
	width:100%;
	float:left;
}


/* Contenu du centre */

#content .actuBloc {
	width:99%;
	margin-top:0px;
	margin-bottom:10px;
	padding:5px 5px 5px 5px;
	background:url(images/bg_actubloc_centre.png) top left repeat-x;
}

#content .actuBloc .actu_text {
	float:left;
	width:532px;
	padding:10px;
	background:#FFF;
	font-size:12px;
	border:1px solid #e5e8e8;
}

#content .actuBloc .actu_titre {
	font-size:18px;
	color:#38427a;
	font-weight:600;
	margin-bottom:10px;
	width:100%;
	float:left;
}

/* DEFINITION PAGE WYSIWYG */

#content .wysiBloc {
	width:99%;
	margin-top:0px;
	margin-bottom:10px;
	padding:5px 5px 5px 5px;
	background:url(images/bg_wysibloc.png) top left repeat-x;
}

#content .wysiBloc .wysi_text {
	float:left;
	width:532px;
	padding:10px;
	background:#FFF;
	font-size:12px;
	border:1px solid #e5e8e8;
}

#content .wysiBloc .wysi_titre {
	font-size:18px;
	color:#38427a;
	font-weight:600;
	margin-bottom:10px;
	width:100%;
	float:left;
}

.color {
	font-size:12px;
	color:#38427a;
	font-weight:600;
	margin-bottom:10px;
	margin-top:10px;
	width:100%;
	float:left;
}

/* RAJOUT POUR LA PAGE TELECHARGEMENT */

.dl {
	float:left;
	list-style:none;
	margin:10px 10px;
	padding:0px 0px;
	width:100%;
}

.dl li {
	width:90%;
	padding:5px 0px 10px 40px;
	background:url(images/folder_ico.png) 0px 5px no-repeat;
	border-top:1px solid #b1b1b1;
	border-bottom:1px solid #b1b1b1;
	font-size:11px;
	font-weight:600;
}

.dl li:hover {
	border-top:1px solid #A1A1A1;
	border-bottom:1px solid #A1A1A1;
	background:url(images/folder_ico.png) 0px 5px no-repeat;
}

.dl li a {
	display:block;
	width:100%;
	padding:5px 5px;
}

.dl li a:hover {
	background:#f4f2f2;
}

/* Tableau des DL */

#download
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #fff;
	margin: 0px;
	width: 100%;
	border-collapse: collapse;
	text-align: center;
}
#download th
{
	font-size: 10px;
	font-weight: normal;
	color: #039;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
}
#download td
{
	border-bottom: 1px solid #ccc;
	color: #669;
	padding: 6px 8px;
}
#download tbody tr:hover td
{
	background:#f4f2f2;
	color: #009;
}

/* Contact */


.input {
	float:left;
	width:100%;
	background:#FFF;
	margin:5px 0px;
	padding:5px 10px;
}

.input label {
	color:#38427a;
	font-size:14px;
	width:100px;
	float:left;
	text-align:right;
}

.input input , .input textarea{
	margin-left:5px;
}

.submit input {
	color:#333;
	font-weight:600;
	background:#FFF;
	border:1px solid #38427a ;
	padding:2px 10px;
	margin:10px 10px 0px 0px;
	cursor:pointer;
	float:right;
}

.submit input:hover {
	background:#38427a;
	color:#FFF;
	border:1px solid #38427a ;
}

.input input:focus , #formulaire .input textarea:focus{
	background:#FFF;
}