/********************************************************************* Balise ****************************************************************/
form,* {
	padding: 0px;
	margin: 0px;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background: #FFF;
}

/******************************************************************** Lien ******************************************************************/
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #536D87;
	text-decoration: underline;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #536D87;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #142537;
}
a:active, a:focus {
	outline:none;
}


/********************************************************************** Class **************************************************************/
.scrollbarre {
	overflow:auto;
}

/********************************************************************** Newsletter **************************************************************/
.email_news {
	font-family:Geneva,Arial,Helvetica;
	font-size:11px;
	color:#000000;
	background-color:#ffffff;
	border-bottom:#bbbbbb 1px solid;
	border-top:#bbbbbb 1px solid;
	border-left:#bbbbbb 1px solid;
	border-right:#bbbbbb 1px solid;
}

.bouton_news {
	font-family:Geneva,Arial,Helvetica;
	font-size:12px;
	color:#ffffff;
	background-color:#585858;
	border-bottom:#585858 1px solid;
	border-top:#585858 1px solid;
	border-left:#585858 1px solid;
	border-right:#585858 1px solid;
}

/**********************************************************BDD AUTO **************************************/
.numpage {
}
.numpage_selec {
	color:#ff0000;
}
.bt_suivant{
}
.bt_precedent{
}
.liste_cat{
}
.fichierbin{
}
.photo{
}
/*****************************************************Formulaire de contact**********************************/

.input_form {
	background-color: #FFF;
	border:1px solid #686868;
	font-family: Arial;
	color: #000;
	margin-top: 5px;
	width: 420px;
}

.area_form {
	background-color: #FFF;
	border: 1px solid #686868;
	font-family: Arial;
	color: #000;
	margin-top: 5px;
	width: 420px;
	overflow: auto;
}
.bouton_form {
	height: 30px;
	width: 150px;
	border: 1px solid #112031;
	color: #fff;
	display: block;
	cursor: pointer;
	background:#112031;
	margin-left:50px;
}

.bouton_form:hover {
	font-weight: bold;
}


#formulaire_1{
	margin-top: 15px;
	margin-bottom: 15px;
	float: left;
	width: 630px;
}
#formulaire_1 label{
	text-align:right;
	width:200px;
}

/********************************************************** NAV ************************************************/


.nav {
    list-style: none outside none;
    margin: 0 auto;
    padding: 0;
    width: 1002px !important;}



li#menu0 {
   width: 192px;
   background: url('gifs/images/action-finance-conseil_10.jpg') center right no-repeat;
   padding-right:2px;
}

li#menu1 {
   width: 109px;
   background: url('gifs/images/action-finance-conseil_10.jpg') center right no-repeat;
   padding-right:2px;
}

li#menu2 {
   width: 188px;
   background: url('gifs/images/action-finance-conseil_10.jpg') center right no-repeat;
   padding-right:2px;
}

li#menu3 {
   width: 163px;
   background: url('gifs/images/action-finance-conseil_10.jpg') center right no-repeat;
   padding-right:2px;
}

li#menu4 {
   width: 147px;
   background: url('gifs/images/action-finance-conseil_10.jpg') center right no-repeat;
}



li#menu0 a {
}

li#menu1 a {
}

li#menu2 a {
}

li#menu3 a {
}

li#menu4 a {
}


li#menu5 a {padding-left: 14px;
}

li#menu0 a:hover, a#selected-over0 {
   background: url('gifs/images/action-finance-conseil_07.jpg') repeat-x !important;         /*Ici l'image de fond over de la cellule*/
   color: #FFF;
   text-decoration:none;
 }
.selected-over0 {
   background: url('gifs/images/action-finance-conseil_07.jpg') repeat-x !important;         /*Ici l'image de fond over de la cellule*/
   color: #FFF;
   text-decoration:none;
 }
li#menu1 a:hover, a.selected-over1 {
   background: url('gifs/images/action-finance-conseil_07.jpg') repeat-x !important;         /*Ici l'image de fond over de la cellule*/
   color: #FFF;
   text-decoration:none;
}

li#menu2 a:hover, a.selected-over2 {
   background: url('gifs/images/action-finance-conseil_07.jpg') repeat-x !important;         /*Ici l'image de fond over de la cellule*/
   color: #FFF;
   text-decoration:none;
}

li#menu3 a:hover, a#selected-over3 {
   background: url('gifs/images/action-finance-conseil_07.jpg') repeat-x !important;         /*Ici l'image de fond over de la cellule*/
   color: #FFF;
   text-decoration:none;
}

li#menu4 a:hover, a#selected-over4 {
   background: url('gifs/images/action-finance-conseil_07.jpg') repeat-x !important;         /*Ici l'image de fond over de la cellule*/
   color: #FFF;
   text-decoration:none;
}


li#menu5 a:hover, a#selected-over5 {
   background: url('gifs/images/action-finance-conseil_07.jpg') repeat-x !important;         /*Ici l'image de fond over de la cellule*/
   color: #FFF;
   text-decoration:none;
   
}
/*********************************************************LIGHTBOX*****************************************/

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(gifs/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="gifs/overlay.png", sizingMethod="scale");
	}
	
/************************************************* MODELE *********************************************************/
.mots_important{
	font-weight:bold !important;
	color:#536D87 !important;
}

#header {
	height: 118px;
	width:985px;
	margin:0 auto;
	position:relative;
}
#header h2{
	position:absolute;
	top: 20px;
	right: 67px;
	width: 600x;
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 32px;
	color:#536D87;
}
#header a img{
	margin-top:20px;
}
#menu_top{
	position:absolute;
	top: 92px;
	right: 35px;
	height: 20px;
	text-align:right;
}
#menu_top a{
	color:#2A2A2A;
	font-size:12px;
	width:99px;
	height: 15px;
	display:block;
	float: left;
	text-align:center;
}
#menu_top a:hover{
	text-decoration:underline;
}
.selected-over {
   text-decoration:underline;
 }
#menu {
	height: 41px;
	background: url(gifs/images/action-finance-conseil_05.jpg) repeat-x;
	position:relative;
	
}
#content {
	width:975px;
	overflow:hidden;
	margin:20px auto;
	padding: 0;
	position:relative;
	
}
#content h1{
	font-size: 20px;
	font-weight:normal;
	color:#505050;
	margin-bottom: 15px;
}
#content h2{
	font-size: 17px;
	font-weight:normal;
	color:#505050;
	margin-bottom: 15px;
}

#content h2 span {
	font-size: 17px;
	font-weight:normal;
	color:#3E7EC6;
	margin-bottom: 15px;
}

#colonne_centre {
    float: left;
    margin-right: 20px;
    min-height: 350px;
    width: 630px;
}
#colonne_centre p{
	margin-bottom: 10px;
	line-height: 1.5em;
	text-align:justify;
	color: #505050;
}
#colonne_centre img{
	margin: 0 28px 10px 28px;
}
#colonne_centre ul{
	list-style: url(gifs/puce.gif) outside;
	line-height:1.5em;
	color:#505050;
	margin-left:50px;
	margin-bottom:10px;
}


#colonne_droite{
	background: url(gifs/encart.jpg) no-repeat center top;
	width: 285px;
	float:left;
	min-height:220px;
	-height:220px;
	padding: 20px 20px 0 20px;
}


#colonne_droite a {
text-decoration:none;
}

#colonne_droite p{
	margin-bottom: 10px;
	line-height: 17px;
	text-align:justify;
	color: #505050;
}
#colonne_droite ul{
	list-style:none;
}

#footer_container {
	clear:both;
	background: url(gifs/images/action-finance-conseil_21.jpg) repeat-x;
	height: 216px;
	width: 100%;
	position:relative;
}
#footer {
	height: 161px;
	margin:0 auto;
	width: 955px;
	padding: 3px 15px 0 15px;
	color:#FFF;
	line-height:20px;
	font-size:10px;
}
#footer a{
	color:#DDD;
	font-size:10px;
	text-decoration:none;
}
#footer a:hover{
	color:#FFF;
	text-decoration:none;
}
#footer ul{
	list-style: url(gifs/puce.gif) outside;
	margin-left: 30px;	
}
#f01{
	background: url(gifs/separateur.jpg) no-repeat center right;
	height: 145px;
	width:132px;
	float:left;
	margin-right: 10px;
}
#f02{
	background: url(gifs/separateur.jpg) no-repeat center right;
	height: 145px;
	width:283px;
	float:left;
	margin-right: 10px;
}
#f03{
	background: url(gifs/separateur.jpg) no-repeat center right;
	height: 145px;
	width:210px;
	float:left;
	margin-right: 10px;
}

#f05{
	height: 145px;
	width:250px;
	float:left;
}
#f05_top{
	height: 125px;
	width:250px;
	background: url(gifs/separateur2.gif) no-repeat center bottom;
	margin:0 0 5px;

}
#f05 img{
	margin: 10px 5px 0 0;
	float:left;
}


/************************************************* INDEX *********************************************************/

#container{
	width:100%;
	height:258px;
	background: url(gifs/images/action-finance-conseil_13.jpg) repeat-x;
	color:#E3E3E3;

}

.carousel-wrap a, .carousel-wrap li a{
text-decoration:none;
}

.suite{
	background:url(gifs/images/action-finance-conseil_18.jpg);
	width:139px;
	height:21px;
	display:block;
	color:#FFF !important;
	font-weight:bold;
	text-align:center;
	line-height:21px;
	margin-top: 18px;
	float:right;
	text-decoration:none;
}
.suite_fidzenitis{
	background:url(gifs/images/action-finance-conseil_18.jpg);
	width:139px;
	height:21px;
	display:block;
	color:#FFF !important;
	font-weight:bold;
	text-align:center;
	line-height:21px;
	float:right;
	text-decoration:none;
	margin-bottom:50px;
	margin-top:5px;
}
.fidzenitis {
	display:block;
	line-height:21px;
	float:right;
	text-decoration:none;
	margin-top:20px;
}
.suite2{
	background:url(gifs/images/action-finance-conseil_19.jpg);
	width:200px;
	height:21px;
	display:block;
	color:#FFF !important;
	font-weight:bold;
	text-align:center;
	line-height:21px;
	margin-top: 15px;
	float:right;
	text-decoration:none;
	margin-bottom: 13px;
}

#liens{
	position:relative;
	width:275px;
	float:right;
	margin-top:10px;
}
#imprimer{
	width:100%;
	height:0;
	display:block;
	color:#FFF !important;
	font-weight:bold;
	text-align:center;
	line-height:21px;
	float:right;
	text-decoration:none;
	position:relative;
	top:79px;
}

#cube{
	position:absolute;
	width:200px;
	height:200px;
	left:420px;
	top:490px;
	
}
.paginationControl{float:right;}

#listing_calendrier {
    background: none repeat scroll 0 0 #EEEEEE;
    float: left;
    margin-top: 10px;
    padding: 10px;
    width: 615px !important;
}
.encart a.suite {
text-decoration:none !important;
}
.encart a.suite2 {
text-decoration:none !important;
}
.encart_r a {
text-decoration:none !important;
}
.suite:hover{
	text-decoration:none;
	opacity:0.8;
	filter:alpha(opacity=80);
}
.suite_fidzenitis:hover{
	text-decoration:none;
	opacity:0.8;
	filter:alpha(opacity=80);
}

.encart{
	background: url(gifs/encart.jpg) no-repeat center top;
	width: 285px;
	float:left;
	padding: 20px 33px 0 20px;
}

.encart1 {
    background: url("gifs/encart.jpg") no-repeat scroll center top transparent;
    color: #505050;
    float: left;
    line-height: 17px;
    list-style: none outside none;
    margin-bottom: 10px;
    margin-left: -337px;
    margin-top: 226px;
    padding: 20px 33px 0 20px;
    text-align: justify;
    width: 285px;
}

.encart2 {
    background: url("gifs/encart.jpg") no-repeat scroll center top transparent;
    color: #505050;
    float: left;
    line-height: 17px;
    list-style-type: none;
    margin-bottom: 10px;
    margin-left: 324px;
    margin-top: -751px;
    padding: 20px 33px 0 20px;
    text-align: justify;
    width: 285px;
}

#encart-acceuil {
    background: url("gifs/encart-video-accueil.jpg") no-repeat scroll center top transparent;
    float: left;
    height: 200px;
    margin-top: 7px;
    padding: 20px 48px 0 20px;
    width: 270px;
}


#encart_droit{
	width: 285px;
	float:left;
}



.encart_r2 {
    background: url("gifs/encart.jpg") no-repeat scroll center top transparent;
    color: #505050;
    float: left;
    line-height: 17px;
    margin-bottom: 10px;
    margin-left: 332px;
    margin-top: -274px;
    padding: 20px 20px 30px;
    text-align: justify;
    width: 285px;
}

.encart_r3 {
    background: url("gifs/encart.jpg") no-repeat scroll center top transparent;
    color: #505050;
    float: left;
    line-height: 17px;
    margin-bottom: 10px;
    margin-left: 301px;
    margin-top: -639px;
    padding: 20px 20px 30px;
    text-align: justify;
    width: 285px;
}


.encart_r4 {
    background: url("gifs/encart.jpg") no-repeat scroll center top transparent;
    color: #505050;
    float: left;
    line-height: 17px;
    margin-bottom: 10px;
    margin-left: 301px;
    margin-top: -409px;
    padding: 20px 20px 30px;
    text-align: justify;
    width: 285px;}

.encart_r p{
	margin-bottom: 10px;
	line-height: 17px;
	text-align:justify;
	color: #505050;
}

.encart_r2 p{
	margin-bottom: 10px;
	line-height: 17px;
	text-align:justify;
	color: #505050;
}
.encart ul{
	list-style:none;
}
.encart_r ul{
	list-style:none;
}
#encart_actualite a{
	font-weight:bold;
	color:#536D87;
	text-decoration:none;
}
#encart_actualite li{
	margin-bottom: 14px;
    list-style-type: none;

}


.photos{ margin-left:70px;}

#liens_internes{
	clear:both;
	border-top: 1px solid #505050;
	padding-top: 10px;
	margin-top:10px;
}




#img_center{
	float:left !important;
	margin: 10px 30px 0 0 !important;
}

img.portrait {
	border:none;
	float:left;
	margin:	0 10px 10px 0 !important;
}
div#overlay {
	z-index:900 !important;
}
div#lightbox {
	z-index:1000 !important;
}
#actualite_detail {
	width:595px !important;
}

/******ref*********/
.footer_ref{position:absolute; bottom:0px; top:204px}
.footer_ref p{color:#e3e3e3;text-align:center;font-size:10px;width:1280px; background-color:#63758B;}


/***********Video***********/
.video {
    background-color: #EEEEEE;
    float: left;
    height: 360px;
    margin-bottom: 10px;
    margin-left: 35px;
    margin-top: 26px;
    min-height: 254px;
    padding: 10px 3px 10px 0;
    position: relative;
    width: 275px;}
	
	
	.photo{
    background-color: #EEEEEE;
    float: left;
    height: 360px;
    margin-bottom: 10px;
    margin-left: 35px;
    margin-top: 26px;
    min-height: 254px;
    padding: 10px 3px 10px 0;
    position: relative;
    width: 275px;}
	
	
#encart-photo{
	background-image: url(gifs/encart-photo.jpg);
	background-repeat: no-repeat;
	width:207px;
	height:186px;
	float:left;
	
}	


#encart-photo2{
	background-image: url(gifs/encart-photo.jpg);
	background-repeat: no-repeat;
	width:207px;
	height:186px;
	float:left;
	margin-bottom: 10px;
	
}

	.texte_intro_video {
    float: left;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 10px;
    text-align: left;
	width: 261px;
	
}



	#texte_intro_photo {
    display: block;
    float: left;
    left: 250px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 10px;
    position: absolute;
    text-align: left;
    top: 26px;
    width: 700px;
}



#texte_intro_photo2 {
    clear: left;
    display: block;
    float: left;
    
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 6px;
    
    text-align: left;
   
    width: 211px;
}


.texte_intro_video h2 a{
	font-size: 17px;
	font-weight:normal;
	color:#505050;
	margin-bottom: 15px;
	text-decoration:none;
}
.miniature{
	width:250px;
	height:180px;
	border:3px #192a3e solid;
	margin:10px;
	float:left;
	display:block;
	background-image: url(gifs/miniature_video.jpg);
	background-repeat: no-repeat;
}



#catalogue_contenu{width:975px;}

#partenaire_financier {
    background-image: url("gifs/encart2.jpg");
    background-repeat: no-repeat;
    float: left;
    height: 291px;
    margin-top: 22px;
    padding-left: 0;
    padding-top: 22px;
    text-align: center;
    width: 256px;
}

#partenaire_assurance {
    background-image: url("gifs/encart2.jpg");
    background-repeat: no-repeat;
    float: left;
    height: 212px;
    margin-left: 20px;
    margin-top: 23px;
    padding-top: 23px;
    text-align: center;
    width: 254px;
}

.play{
	background:url(gifs/play.png);
	width:75px;
	height:75px;
	position:absolute;
	top:78px;
	left:106px;
	z-index:100;
	
}

.details {
	height: 41px;
	width:612px;
	background: url(gifs/images/action-finance-conseil_05.jpg) repeat-x;
	float:left;
	position:relative;
	display:block;
	
}
.details a{
	color:#fff;
	font-size: 14px;
	font-weight:normal;
	margin-bottom: 15px;
	text-decoration:none;
	margin-left:20px;
	
}
.play_video {
	margin:0 !important;
}
