/* BODY */
* {
	margin:0;
	padding:0;
	font-family:calibri, helvetica,arial, sans-serif;
}
body {
	background-image:url(../img/bgd_main.jpg);
	background-repeat:repeat-x
}

a{	
	color:#4675ab;
	text-decoration:none;
}


a:hover{	
	text-decoration:underline;
}

h1{
	font-size:15pt;
	font-weight:bold;
	color:#4675ab;
	margin-bottom:15px;
}

h2{	
    font-size:12pt;
	font-weight:bold;
	color:#4675AB;
	margin-bottom:10px;
}

.margin1{
    margin-top:30px;
}

.bodyHead{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:198px;
	background-image:url(../img/bgd_head.jpg);
	background-position:center top;
}

/* CONTENEUR GLOBAL */
.global{
	width:1034px;
	margin-left:auto;
	margin-right:auto;
	border:0px solid red;
	margin-bottom:25px;
}

/* HEADER */
.head{
	width:1034px;
	height:155px;
	background-image:url(../img/header.png);
	background-repeat:no-repeat;
	position:absolute;
	top:60px;	
}
.logo{
	width:173px;
	height:187px;
	background-image:url(../img/header_logo.png);
	background-repeat:no-repeat;
	position:absolute;
	top:25px;
	margin-left:28px;
}
.head_img{
	width:439px;
	height:166px;
	background-image:url(../img/header_img.png);
	background-repeat:no-repeat;
	position:absolute;
	top:32px;
	margin-left:207px;
}
.header_menu{
	width:305px;
	position:absolute;
	top:68px;
	margin-left:710px;
	font-size:10pt;
	color:#fff;
}
.header_menu a{
	color:#fff;
	text-decoration:none
}
.header_menu a:hover{
	color:#fff;
	text-decoration:underline
}
.header_search{
	width:205px;
	position:absolute;
	top:127px;
	margin-left:810px;
	font-size:10pt;
	color:#9a9a9a;
}
.header_search .input{
	width:152px;
	height:20px;
	color:#9a9a9a;
	float:left
}
.header_search .btn{
	width:24px;
	height:24px;
	margin-left:10px;
	float:left
}

/* CONTENEUR CENTRAL */
.main {
	width:1034px;
	background-image:url(../img/main_bgd.png);
	background-repeat:repeat-y;
	min-height:600px;
	margin-top:215px;
	padding-top:34px;
}

.centre{
	float:left;
	margin-left:20px;
	width: 570px;
	font-size:10pt;
	color:#666666;
	padding-bottom:20px;
}



.centre ul{
	list-style:none;
	margin-bottom:20px;
}

.centre li{
	background-image:url(../img/puce1.jpg);
	background-repeat:no-repeat;
	background-position:left 5px;
	padding-left:10px;
}

.centre p{
	text-align:justify;
    margin-bottom:20px;
}

.centre .imgD{
	float:right;
	margin:0 0 10px 10px;
    border: 5px solid #ffffff;
    background-color: #ffffff;
    text-align:right;
    font-style:italic;
    font-size:9pt
}


.centre .imgTop{
    text-align:right;
    font-style:italic;
    font-size:9pt
}


.centre .imgTop span{
    margin-right:5px
}

.left{
    float:left;
    margin: 0 20px 20px 0;
}

.clear{
    clear: both;
}
.separate{
    width:100%;
    height:15px;
    border-bottom: 1px dotted #666666;
    margin-bottom: 40px;
}

.bleu{
    color:#C83B32
}
/* GAUCHE */
.menu_left{
	float:left;
	width:189px;
	margin-left:2px;	
	margin-top:10px;
}
.menu_left .img{
	margin-top:-10px;
}


.submenu_left {	
	color:#666666;
	font-size:10pt;
	margin-left:25px;
	margin-top:-10px;
	margin-bottom:20px
}

.submenu_left ul{
	list-style:none;
}

.submenu_left li{
	background-image:url(../img/puce1.jpg);
	background-repeat:no-repeat;
	background-position:left 5px;
	padding-left:10px;
}

.submenu_left a{
	color:#666666;
	text-decoration:none;
}

.submenu_left a:hover{
	text-decoration:underline;
}
.submenu_left li{
	background-image:url(../img/puce1.jpg);
	background-repeat:no-repeat;
	background-position:left 5px;
	padding-left:10px;
}

/* DROITE */
.menu_right{
	float:left;
	margin-left:22px;
	width: 223px;
}

.menu_right .right_cadre{
	display: block;
	margin-top:-10px;
	background-color:#e1eaf3;
	width:191px;
	color:#333333;
	padding:10px;
	font-size:10pt
}

.menu_right .consult{
	text-align:center;
}

.menu_right .ligne{
	display:block;
	width:80%;
	border-bottom:1px solid #9ca3a9;
	margin-bottom:5px
}

/* CONTENEUR FOO */
.foo{
	width:1034px;
	height:50px;
	background-image:url(../img/foo_bgd.png);
	background-repeat:no-repeat;
}
.foo p{
	display:block;
	margin-left:20px;
	margin-right:20px;
	padding-top:12px;
	border:0px solid red;
	text-align:center;
	color:#333331;
	font-size:9pt;
}
.foo a{
	color:#666;
	text-decoration:none;
	font-size:8pt;
}
.foo a:hover{
	text-decoration:underline;
}

/* INFOBULLE */
.infobulle{
	position: absolute;	
	visibility : hidden;
	border: 1px solid Black;
	padding: 10px;
	font-family: Verdana, Arial;
	font-size: 10px;
	background-color: #FFFFCC;
}

/* LOADER */

#loader{
    background-image: url(../img/loader.gif);
    background-repeat: no-repeat;
    margin-left:342px;
    width:16px;
    height:16px;
}
