* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: #fff;
	background-color: #C0C0C0;
}

p {
	margin: 0 0 10px 0;
	text-align:justify;
}

/**************************************************** HEADER */

#header-h {
	height: 124px;
	background-image: url(../images/bg-header-h.jpg);
	background-repeat: no-repeat;
}

#header {
	height: 124px;
	background-image: url(../images/bg-header.jpg);
	background-repeat: no-repeat;
}

ul#liens-lang {
	display: none;
	position: absolute;
	top: 95px;
	right: 10px;	
	list-style-type: none;
	width: 100%; /* précision pour Opera */
	background-image: url(../images/bg-lang.png);
	background-repeat: repeat-y;
	background-position: 18px;
	!background-position: 19px;
	width: 48px;
	height: 21px;
}

ul#liens-lang li {
	float: left;
}

ul#liens-lang li a {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
	text-decoration: none;
	margin-right: 8px;
}

ul#liens-lang li a.on {
	text-decoration: underline;
}
/*********************************************** MENU HAUT */

#haut {
	height: 28px;
	/*background-color:#063A6E;*/
	background-color:#0049A2;	
}

#haut div {
	float: right;	
	width: 996px;
}

ul#menu {
	list-style-type: none;
	width: 100%; /* précision pour Opera */
}

ul#menu li {
	float: left;
}

ul#menu a {
	float: left;
	margin: 0 0 0 1px;
	padding: 6px 0;
	text-align: center;
	/*border: 1px solid #0A3C6E;*/
	border: 1px solid #004AA3;
	text-decoration: none;
	color: #fff;
	/*background: #0A3C6E url(../images/bg-menu.png) no-repeat center center;*/
	background: #004AA3 url(../images/bg-menu.png) no-repeat center center;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-size: 0.65em;
	width: 126px;
	letter-spacing: 0.06em;
}

ul#menu li.accueil a {
	float: left;
	margin: 0 0 0 1px;
	padding: 6px 0 0 30px;
	text-align: left;
	border: 0;
	text-decoration: none;
	color: #fff;
	/*background: #0A3C6E url(../images/bg-menu.png) no-repeat center center;*/
	background: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-size: 0.65em;
	width: 190px;
	letter-spacing: 0.06em;
}

ul#menu li.accueil a:hover {
	background:none;
	text-decoration:underline;
}

ul#menu li.accueil a:hover, ul#menu li.accueil a.on {
	background: none;	
	border: 0;
}

ul#menu a:hover, ul#menu a.on {
	/*background: #006087 url(../images/bg-menu-ro.png) no-repeat center center;
	border: 1px solid #006087;*/
	background: #7CA4D5 url(../images/bg-menu-ro.png) no-repeat center center;	
	border: 1px solid #7CA4D5;
}

/******************************************************* CONTENEUR */
#conteneur {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 996px;
	height: 586px;
	margin-top: -293px; /* moitié de la hauteur */
	margin-left: -498px; /* moitié de la largeur */
	/*border: 1px solid #333;*/
	background-color: #76757A;
	background-image: url(../images/bg_top_home.gif);
	background-repeat: no-repeat;
}

#prehome {
	position: absolute;
	left: 0;
	top: 0;
	width: 996px;
	height: 586px;
	background-color: #C0C0C0;
	z-index: 10;	
}

#fla {
	position: absolute;
	top: 77px;
	left: 138px;	
}

#prehome a.passer {
	position: absolute;
	display: block;
	width: 100%;
	font-size: 0.7em;
	color: #494949;
	text-decoration: none;
	left: 0;
	top: 510px;
	text-align: center;
}
/********************************************************** CENTRE */

#centre-h {
	position: relative;
	/*margin-left: 295px;
	margin-right: 258px;*/
	height: 398px;
	background-image: url(../images/centre-h.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	/*border-left: 1px solid #CBC8CA;*/
}

#centre {
	position: relative;
	margin-left: 258px;
	margin-right: 223px;
	height: 398px;
	background-image: url(../images/bg-centre.jpg);
	background-repeat: no-repeat;
	font-size: 0.75em;
}

#centre-1, #centre-2, #centre-2-h, #centre-3 {
	position: absolute;
	top: 0;
	left: 0;
	width: 185px;
}

#centre-2-h {	
	top: 96px;	
	/*border-top: 1px solid #CBC8C9;*/
	left: 620px;
	width: 255px;	
}

#centre-2 {	
	top: 150px;	
	border-top: 1px solid #CBC8C9;
}

#centre-2 a {
	/*display: block;
	text-decoration: none;
	/*color: #06396E;
	color: #0049A2;
	font-size: 0.75em;
	font-weight: bold;
	margin-left: 17px;
	margin-top: 24px;*/
	text-decoration: none;
	color: #FFFFFF;
}

#centre-2 a:hover, ul.centre li a:hover {
	/*color: #086489;*/
	color: #A7C0DE;
}

#centre-3 {	
	/*top: 262px;*/
	top: 312px;	
	border-top: 1px solid #CBC8C9;
}


#gauche #centre-1, #gauche #centre-2, #gauche #centre-3 {
	left: 73px;
}

#gauche #centre-2, #gauche #centre-3 {
	border-top-color: #000925;
}

#centre-3 img {
	float: right;
	margin: -17px 15px 0 8px;
}

#centre-3 a {
	/*display: block;
	text-decoration: none;
	/*color: #06396E;
	color: #0049A2;
	font-size: 0.75em;
	font-weight: bold;
	margin-left: 17px;
	margin-top: 24px;*/
	text-decoration: none;
	color: #FFFFFF;
}

#centre-3 a:hover, ul.centre li a:hover {
	/*color: #086489;*/
	color: #A7C0DE;
}

#centre-droit {
	margin-left: 184px;
	border-left: 1px solid #CBC8C9;
	height: 398px;
	background-color: #CBC8C9;
	/*background-image: url(../images/bg-centre-droit.jpg);
	background-repeat: no-repeat;
	background-position: left center;*/
}

ul.centre {
	text-align: right;
	list-style-type: none;
	margin-right: 13px;
	margin-top: 8px;	
}
ul.bloc1 {
	margin-top: 16px;
}
ul.home {
	margin-top: -10px;
}
ul.centre li a {
	padding-right: 13px;
	/*color: #06396E;*/
	color: #fff;
	font-size: 0.75em;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/puce-h.png);
	background-repeat: no-repeat;
	background-position: right center;
}

#centre-2-h li a {
	background-image: url(../images/puce-h-h.png);
}

/****************************************************** CENTRE SCROLL */
#contenuscroll {
	width: 410px;
	height: 340px;
	overflow: auto;
	position: absolute;	
	margin: 0.3em auto;
	left: 45px;
	top: 17px;	
	padding-top: 25px;
	padding-right: 40px;	
}

#contenuscroll #filiales {
	border: 1px solid #798794;
	padding: 8px;
}

#contenuscroll h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2.2em;
	font-weight: normal;
	margin-bottom: 20px;
}

#contenuscroll h2 {
	clear: both;
	color: #7CA4D5;
	font-size: 1.2em;
	margin-bottom: 10px;
	margin-top: 19px;
	/*text-transform: uppercase;*/	
}
#contenuscroll h4 {
	/*color: #3095C7;
	font-weight: normal;*/
	font-size: 1em;
	color: #7CA4D5;
	margin-bottom: 10px;
	text-align:justify;
}

#contenuscroll ul li{
	text-align:justify;
}


#contenuscroll ul#filiales {	
	list-style: none;
	margin: 0;
}
#contenuscroll ul#filiales li {
	display: inline;	
	font-size: 1.3em;	
	text-transform: uppercase;
	font-style: italic;
	font-weight: bold;
	margin: 0;
}
#contenuscroll ul#filiales li a {
	color: #FFFFFF !important;
	text-decoration: none;
}
#contenuscroll ul#filiales li.off {
	font-size: 1em;	
	background-image: url(../images/puce-blan-off.gif);
	margin-left: 200px;
}
#contenuscroll ul#filiales li.off a {
	color: #CECED0 !important;
}
#contenuscroll ul#filiales li a img{
	border:1px solid #CCCCCC;
}
#contenuscroll span.list {
	font-weight: normal !important;
	background-image: url(../images/puce-blan.gif);
	background-repeat: no-repeat;
	background-position: 10px 7px;
	padding-left: 22px;
	line-height: 18px;
}
#contenuscroll a {
	display: inline !important;
	color: #B2BAC2 !important;
}

#contenuscroll a:hover {
	text-decoration: underline !important;
}

#contenuscroll ul {
	margin: 15px;
	list-style-type: none;
}

#contenuscroll ul li {
	margin: 10px;
	padding-left: 10px;
	background-image: url(../images/puce-blan.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
}
/************************************************************ ACTUS */

#contenuscroll div.actu {
	border: 1px solid #798794;
	padding: 8px;
	margin-bottom: 12px;
	background-color: transparent;
}
#contenuscroll div.actu a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
#contenuscroll div.actu h1 {
	font-size: 1.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;	
	line-height: 1.05em;	
	margin-bottom: 15px;
	text-decoration: none;
	display:block;
}

#contenuscroll div.actu span.date, #contenuscroll div.actu span.dated {
	color: #A2CEED;
	font-size: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#contenuscroll div.actu p.actu, #contenuscroll div.actu p.actud {
	font-size: 1em;	
	margin: 0;
	line-height: 1.1em;	
	/*margin-top: 5px;*/
	text-decoration: none;
}

#contenuscroll div.actu p.actu span, #contenuscroll div.actu p.actud span {
	font-weight: bold;
}

#contenuscroll span.retour a, #contenuscroll span.telechargez a, #contenuscroll span.lien a {
	color: #FFFFFF;
	text-decoration: none;
	margin-bottom: 10px;
	display: block !important;
	background-image: url(../images/flec-blan.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 10px;
	font-size: 0.9em;
}

#contenuscroll span.retour a:hover {
	text-decoration: underline;
}
#contenuscroll div.actu span.dated { /* DETAIL */
	font-size: 1em;
}
#contenuscroll div.actu p.actud {
	margin-top: 15px;
	line-height: normal;
}
#contenuscroll span.telechargez a {
	background-image: url(../images/ico-PDF.gif);
	background-position: left 0;
	padding-left: 22px;
	color: #CCCCCC;
}
#contenuscroll span.lien a {
	background-image: url(../images/ico-link.gif);
	background-position: left 0;
	padding-left: 22px;
	color: #CCCCCC;
}

#contenuscroll div.actu p.actud img {
	float: right;
	margin-left: 6px;
	border: 1px solid #B2BAC2;
	/*margin-top: -22px;*/
}
/*********************************************************** GAUCHE HOME */

h1.h1-home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	margin: 10px 0 0 17px;
	text-transform: uppercase;
	font-weight: bold;
}

h1.pres {
	margin-left: 68px;
	margin-top: 8px;
}

h1.h1-home span {
	font-size: 1.5em;
}

p.gauche {
	font-size: 0.75em;
	margin: 10px 17px 0 17px;	
}

#gauche-1 {
	position: absolute;
	left: 32px;
	top: 99px;
	width: 304px;
	height: 145px;
	background-image: url(../images/apos.png);
	background-repeat: no-repeat;
	background-position: 5px -5px;
	/*background-color: #67666B;
	border-bottom: 1px solid #CBC8C9;
	border-right: 1px solid #CBC8C9;
	background-image: url(../images/introduction-bourse.jpg);
	background-repeat: no-repeat;
	background-position: right center;*/
}

#gauche-2 {
	position: absolute;
	left: 340px;
	top: 96px;
	width: 267px;	
	height: 145px;
	
	/*background-color: #5B6572;
	border-right: 1px solid #CBC8C9;
	background-image: url(../images/bg-gauche-2.jpg);
	background-repeat: no-repeat;
	background-position: right center;*/
}

div.lire {
	position: absolute;
	right: 0;
	bottom: 0;
}

div.lire2 {
	position: absolute;
	margin:5px 0 0 0;
	display:block;
	right: 0;
	top:122px;
}

div.lire2 a {
	/*color: #A2CEED;*/
	color: #FFFFFF;
	text-decoration: none;
	font-size: 0.7em;
}

div.lire2 a:hover {
	text-decoration: underline;	
}

div.lire3 {
	position: absolute;
	margin:5px 0 0 0;
	display:block;
	right: 5px;
	top:118px;
}

div.lire3 a {
	/*color: #A2CEED;*/
	color: #FFFFFF;
	text-decoration: none;
	font-size: 0.7em;
}

div.lire3 a:hover {
	text-decoration: underline;	
}


div.pres {
	right: 70px;
	bottom: 10px;
}
div.lire a {
	/*color: #A2CEED;*/
	color: #FFFFFF;
	text-decoration: none;
	font-size: 0.7em;
}

div.lire a:hover {
	text-decoration: underline;	
}

#centre-2-h h2.h2-home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	margin: 10px 0 0 17px;	
	font-weight: bold;
	text-transform: uppercase;
}

h2.h2-home {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	margin: 10px 0 0 17px;	
	font-weight: bold;
}

p.centre {
	font-size: 0.7em;
	margin: 4px 5px 0 17px;
	line-height: 1.25em;
	text-align:left;
}

p.centre2 {
	font-size: 0.75em;
	margin: 11px 5px 0 17px;
	/*line-height: 1.25em;*/
	text-align:justify;
}

/**************************************************** GAUCHE */

#gauche {
	position: absolute;
	left: 0;
	width: 258px;
	height: 398px;
	background-image: url(../images/bg-centre-gauche.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #000D34;
}

/*************************************************** DROITE */

#droite {
	position: absolute;
	right: 0;
	width: 223px;
	height: 398px;	
}

/************************************************************** FLASH HOME */
#actus-flash {
	position: relative;
	top: 346px;	
}
/*************************************************** DROITE HOME */

#droite-h {
	position: absolute;
	right: 0;
	width: 257px;
	height: 398px;
	background-color: #67666B;
	background-image: url(../images/bg-droit.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border-left: 1px solid #CBC8C9;
}

#actus-home {
	position: relative;
	top: 72px;
	left: 0;	
	width: 257px;
	background-color: #004AA3;
	/*background-color: #5B6672;
	background-position: bottom;
	background-image: url(../images/bg-droit-actus.jpg);
	background-repeat: no-repeat;*/
}

#actus-home h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1em;
	padding: 15px 0 16px 9px;
}

#actus-home div.actu {
	margin: 2px 0 0 9px;
}

#actus-home div.actu a {
	color: #FFFFFF;
	text-decoration: none;
}

#actus-home div.actu h1 {
	font-size: 1.6em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	width: 140px;
	float: left;
	line-height: 1.05em;
	margin-top: -7px;
	margin-bottom: 5px;	
}

#actus-home div.actu span.date {
	/*color: #A2CEED;*/
	color: #BDE4F7;
	font-size: 1.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#actus-home div.actu p.actu {
	clear: both;
	font-size: 0.75em;	
	margin: 0 5px 0 0;
	line-height: 1.1em;
	width: 175px;
}

#actus-home div.actu p.actu span {
	font-weight: bold;
}

#actus-home div.actu p.actu span.list {
	font-weight: normal;
}

#actus-home div.actu div.actulire {
	text-align: right;
	padding-right: 16px;
	padding-bottom: 8px;
}

#actus-home div.actu a div.actulire {
	/*color: #A2CEED;*/
	color: #FFF;
	text-decoration: none;
	font-size: 0.7em;
}

#actus-home div.actu a:hover div.actulire {
	text-decoration: underline;
	color: #FFFFFF;
}

#droite-h h3 a { /* lien toutes les actus */
	display: block;
	position: relative;
	top: 85px;
	left: 0;
	/*color: #A2CEED;*/
	color: #B2BAC2;
	text-decoration: none;
	font-size: 0.7em;
	text-align: center;
}

#droite-h h3 a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

#centre-h #revue {
	position: absolute;
	top: 352px;
	left: 792px;	
}
#centre-h #revue a, #centre-h #brochure a {
	color: #004AA3;
	text-decoration: none;
	font-weight: bold;
}
#centre-h #revue a:hover, #centre-h #brochure a:hover {
	color: #FFFFFF;
}
#centre-h #brochure {
	position: absolute;
	top: 377px;
	_top: 380px;
	left: 792px;	
}
#centre-h #brochure a {
	font-size: 0.8em;
}
/********************************************* PIED */
#pied {
	height: 31px;
	background-color: #807F83;
	background-image: url(../images/bg-footer.png);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 0.6em;
	text-align: center;
	padding-top: 5px;
}

#pied a {
	color: #FFF;
	text-decoration: none;
}

#pied div#liens a {
	color: #AAA9AE;
	font-size: 0.9em;
}

/**************************************************** FORMULAIRE */

#contenuscroll form {
	margin-top: 20px;
}

#contenuscroll form li {
	clear: both;
	margin: 10px 0 5px 0;	
	padding-left: 0;
	background: none;
}

#contenuscroll form input, #contenuscroll form textarea {
	float: right;
	margin-top: -17px;
	width: 250px;
	background-color: #74828F;
	border: none;
	color: #FFF;
	padding: 2px;
	font-size: 0.9em;
}
#contenuscroll form textarea {
	font-size: 1.1em;	
	margin: 0;
	float: none;
	width: 340px;
}
#contenuscroll form input.err, #contenuscroll form textarea.err {	
	background-color: #3095C7;
	border: 1px solid #fff;
}
#contenuscroll form input.bt_valider {
	float: none;
	width: 100px;
	margin-left: 117px;
}

#contenuscroll form input.bt_valider:hover{
	cursor:pointer;
}
#contenuscroll form span.ligne {
	margin-right: 55px;
	vertical-align: top;
}

#contenuscroll form li.valider {
	margin-top: 25px;
}

#contenuscroll form li.legende {
	font-size: 0.85em;
	color: #7CA4D5;
}

#contenuscroll form p.mentions {
	font-size: 0.75em;
	color: #B2BAC2;
}

#contenuscroll form span.required {
	display: block;	
	font-size: 0.8em;
	width: 150px;
	height: 5px;
	color: #7CA4D5;
}

#contenuscroll form span.rouge {
	color: #7CA4D5;
}

/************************************************* PLAN */
#contenuscroll ul li a.plan {
	color: #FFFFFF !important;
	text-decoration: none;
	text-transform: uppercase;
}

#contenuscroll ul li ul li a.plan {
	text-transform: none;
}
