/* CSS Document */
html {
	font-family: Arial, Helvetica, sans-serif;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #545454;
}
h1, h2, h3, h4, h5, h6{
	font-family: Arial, Helvetica, sans-serif;
	color: #545454;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
	text-align: justify;
}

img {
	border: 0px solid #000000;
}

dd,dl {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.spacer {
  clear: both;
}
a{
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
}
a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
.photos_liens{
	border: none;
}
.contenu_texte{
	padding: 0px 10px 0px 10px;
	line-height: 1.05em;
	/*height: 250px;*/
}

.contenu_texte_gauche {
	padding: 0px 10px 0px 20px;
	line-height: 1.05em;
	height: 250px;
}


.cadre_droite {
	padding: 4px;
	text-align: center;
}

div.gris{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #545454;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
	text-align: justify;
}

div.droite_gris{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #545454;
	padding: 0px 0px 0px 0px;
	margin: 0px 5px 0px 5px;
	font-weight: normal;
	text-align: justify;
}

div.droite_gris ul{

	margin: 0;
	padding: 0;
	list-style-type:none;
	text-align: left;
}

div.droite_gris li input {

	width: 130px;
}

div.droite_gris p {
	
	text-align: left;
}

div.blanc{
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
	text-align: justify;
}

.gris {
	color: #545454;
}
.blanc {
	color: #FFFFFF;
}
.titre_blanc{
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.titre{
	color: #545454;
	font-weight: bold;
	text-align: center;
}

.gauche_en_savoir_plus {
	float: right;
}

.en-savoir_plus{
	float: right;
	padding-right: 5px;
}
.en-savoir_plus a{
	font-size: 11px;
	color: #597cb6;
	text-decoration: underline;
}
.en-savoir_plus a:hover{
	color: #597cb6;
	text-decoration: none;
}
.en-savoir_plus_blanc{
	float: right;
	padding-bottom: 10px;
}
.en-savoir_plus_blanc a{
	color: #FFFFFF;
	text-decoration: underline;
}
.en-savoir_plus_blanc a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
.ss_titre{
	color: #3575c2;
}
.puce{
	position: absolute;
	top: 5px;
	left: 10px;
	width: 11px;
	height: 11px;
	background-image: url(images/rond.gif);
	background-repeat: no-repeat;
	z-index: 50;
}
.puce_droite{
	position: absolute;
	top: 5px;
	right: 10px;
	width: 11px;
	height: 11px;
	background-image: url(images/rond.gif);
	background-repeat: no-repeat;
	z-index: 50;
}
/*-------------------------------------------------------conteneur----------------------------------------------------------------------*/
#conteneur{
	position: absolute;
	width: 806px;
	left: 50%;
	margin-left: -403px;
	top: 30px;
}
/*-------------------------------------------------------bandeau------------------------------------------------------------------------*/
#bandeau{
	position: relative;
	width: 806px;
	height: 119px;
	background-image: url(images/fd_bandeau.jpg);
	background-repeat: no-repeat;
}
#logo{
	position: relative;
	float: left;
	width: 67px;
	height: 99px;
	padding: 10px 0px 0px 15px;
}
#anim_bandeau{
	position: relative;
	float: left;
	width: 703px;
	height: 99px;
	margin: 10px 0px 0px 10px;
}
/*-------------------------------------------------------centre-------------------------------------------------------------------------*/
#centre{
	position: relative;
	width: 806px;
	min-height: 350px;
	background-image: url(images/fd_centre.jpg);
	background-repeat: repeat-y;
}
/*-------------------------------------------------------menu-------------------------------------------------------------------------*/
.menu{
	position: relative;
	width: 806px;
	height: 25px;
	margin: 0px 0px 10px 10px;
}
.menu_espace{
	position: relative;
	float: left;
	width: 2px;
	height: 25px;
}
.bt_menu_accueil{
	position: relative;
	float: left;
	width: 130px;
	height: 25px;
	background-image: url(images/menu/bouton-accueil.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}
.bt_menu_accueil a{
	position: relative;
	float: left;
	width: 130px;
	height: 25px;
	background-image: url(images/menu/bouton-accueil.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
.bt_menu_accueil a:hover{
	position: relative;
	float: left;
	width: 130px;
	height: 25px;
	background-image: url(images/menu/bouton-accueil.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}

.bt_menu_cent_ans_deja{
	position: relative;
	float: left;
	width: 130px;
	height: 25px;
	background-image: url(images/menu/bouton-cent-ans-deja.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}
.bt_menu_cent_ans_deja a{
	position: relative;
	float: left;
	width: 130px;
	height: 25px;
	background-image: url(images/menu/bouton-cent-ans-deja.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
.bt_menu_cent_ans_deja a:hover{
	position: relative;
	float: left;
	width: 130px;
	height: 25px;
	background-image: url(images/menu/bouton-cent-ans-deja.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}

.bt_menu_vos_attentes {
	position: relative;
	float: left;
	width: 130px;
	height: 25px;
	background-image: url(images/menu/bouton-vos-attentes.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}
.bt_menu_vos_attentes a{
	position: relative;
	float: left;
	width: 130px;
	height: 25px;
	background-image: url(images/menu/bouton-vos-attentes.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
.bt_menu_vos_attentes a:hover{
	position: relative;
	float: left;
	width: 130px;
	height: 25px;
	background-image: url(images/menu/bouton-vos-attentes.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}

.bt_menu_entreprise{
	position: relative;
	float: left;
	width: 130px;
	height: 25px;
	background-image: url(images/menu/entreprise_survol.jpg);
	background-repeat: no-repeat;
}
.bt_menu_entreprise a{
	position: relative;
	float: left;
	width: 130px;
	height: 25px;
	background-image: url(images/menu/entreprise.jpg);
	background-repeat: no-repeat;
}
.bt_menu_entreprise a:hover{
	position: relative;
	float: left;
	width: 130px;
	height: 25px;
	background-image: url(images/menu/entreprise_survol.jpg);
	background-repeat: no-repeat;
}

.bt_menu_savoir{
	position: relative;
	float: left;
	width: 130px;
	height: 25px;
	background-image: url(images/menu/savoir_survol.gif);
	background-repeat: no-repeat;
}
.bt_menu_savoir a{
	position: relative;
	float: left;
	width: 130px;
	height: 25px;
	background-image: url(images/menu/savoir.gif);
	background-repeat: no-repeat;
}
.bt_menu_savoir a:hover{
	position: relative;
	float: left;
	width: 130px;
	height: 25px;
	background-image: url(images/menu/savoir_survol.gif);
	background-repeat: no-repeat;
}

.bt_menu_bureau{
	position: relative;
	float: left;
	width: 130px;
	height: 25px;
	background-image: url(images/menu/bouton-bureau-d-etudes.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}
.bt_menu_bureau a{
	position: relative;
	float: left;
	width: 130px;
	height: 25px;
	background-image: url(images/menu/bouton-bureau-d-etudes.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
.bt_menu_bureau a:hover{
	position: relative;
	float: left;
	width: 130px;
	height: 25px;
	background-image: url(images/menu/bouton-bureau-d-etudes.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}

.bt_menu_realisations{
	position: relative;
	float: left;
	width: 130px;
	height: 25px;
	background-image: url(images/menu/bouton-realisations.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}
.bt_menu_realisations a{
	position: relative;
	float: left;
	width: 130px;
	height: 25px;
	background-image: url(images/menu/bouton-realisations.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
.bt_menu_realisations a:hover{
	position: relative;
	float: left;
	width: 130px;
	height: 25px;
	background-image: url(images/menu/bouton-realisations.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}

.bt_menu_actualites{
	position: relative;
	float: left;
	width: 130px;
	height: 25px;
	background-image: url(images/menu/actualites_survol.gif);
	background-repeat: no-repeat;
}
.bt_menu_actualites a{
	position: relative;
	float: left;
	width: 130px;
	height: 25px;
	background-image: url(images/menu/actualites.gif);
	background-repeat: no-repeat;
}
.bt_menu_actualites a:hover{
	position: relative;
	float: left;
	width: 130px;
	height: 25px;
	background-image: url(images/menu/actualites_survol.gif);
	background-repeat: no-repeat;
}

.bt_menu_bureau_etude{
	position: relative;
	float: left;
	width: 130px;
	height: 25px;
	background-image: url(images/menu/bureau_etude_survol.jpg);
	background-repeat: no-repeat;
}
.bt_menu_bureau_etude a{
	position: relative;
	float: left;
	width: 130px;
	height: 25px;
	background-image: url(images/menu/bureau_etude.jpg);
	background-repeat: no-repeat;
}
.bt_menu_bureau_etude a:hover{
	position: relative;
	float: left;
	width: 130px;
	height: 25px;
	background-image: url(images/menu/bureau_etude_survol.jpg);
	background-repeat: no-repeat;
}

.bt_menu_hors_du_commun{
	position: relative;
	float: left;
	width: 130px;
	height: 25px;
	background-image: url(images/menu/hors_du_commun_survol.jpg);
	background-repeat: no-repeat;
}
.bt_menu_hors_du_commun a{
	position: relative;
	float: left;
	width: 130px;
	height: 25px;
	background-image: url(images/menu/hors_du_commun.jpg);
	background-repeat: no-repeat;
}
.bt_menu_hors_du_commun a:hover{
	position: relative;
	float: left;
	width: 130px;
	height: 25px;
	background-image: url(images/menu/hors_du_commun_survol.jpg);
	background-repeat: no-repeat;
}
.bt_menu_contact{
	position: relative;
	float: left;
	width: 130px;
	height: 25px;
	background-image: url(images/menu/bouton-contact.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}
.bt_menu_contact a{
	position: relative;
	float: left;
	width: 130px;
	height: 25px;
	background-image: url(images/menu/bouton-contact.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
.bt_menu_contact a:hover{
	position: relative;
	float: left;
	width: 130px;
	height: 25px;
	background-image: url(images/menu/bouton-contact.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}
/*-------------------------------------------------------contenu------------------------------------------------------------------------*/
#contenu{
	position: relative;
	width: 806px;
	min-height: 40px;
	background-image: url(images/fd_accueil.jpg);
	background-repeat: repeat-y;
	z-index: 10;
}
#contenu_interieur{
	position: relative;
	width: 806px;
	min-height: 40px;
	background-image: url(images/fd_interieur.jpg);
	background-repeat: repeat-y;
	z-index: 10;
}

#fond_interieur_global {
	position: relative;
	width: 806px;
	min-height: 40px;
	background-image: url(images/fond_interieur_global.jpg);
	background-repeat: repeat-y;
	z-index: 10;
}

/* Gauche */

#fond_interieur_gauche {
	float: left;
	width: 192px;
	margin: 0px 0px 0px 17px;
}

.fond_interieur_gauche_haut {
	width: 192px;
	height: 40px;
	background-image: url(images/fond_interieur_gauche_haut.jpg);
}

.titre_accueil_gauche_haut {
	width: 192px;
	height: 40px;
	background-image: url(images/image-accueil-bienvenue.jpg);
}

.titre_interieur_gauche_haut  {
	width: 192px;
	height: 40px;
	background-image: url(images/titre_interieur_gauche_haut.jpg);
}

.titre_realisation_videos_gauche_haut  {
	width: 192px;
	height: 40px;
	background-image: url(images/titre_realisation_videos_gauche_haut.jpg);
}

.fond_interieur_gauche_centre {
	height: 355px;
	max-height: 355px;
	width: 172px;
	padding: 0px 10px 0px 10px;
	background-image: url(images/fond_interieur_gauche_centre.jpg);
	background-repeat: repeat-y;
}

.fond_realisation_gauche_centre {
	height: 350px;
	max-height: 350px;
	width: 192px;
	padding: 0px 0px 0px 0px;
	background-image: url(images/fond_interieur_gauche_centre.jpg);
	background-repeat: repeat-y;
}

.fond_realisation_gauche_centre div.liens {
	padding: 0px 10px 0px 10px;
}

.titre_realisation_photos_gauche_centre  {
	width: 192px;
	height: 40px;
	background-image: url(images/titre_realisation_photos_gauche_centre.jpg);
}

a.lien_interieur_gauche_centre {
	display: block;
	
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

.fond_interieur_gauche_bas {
	width: 192px;
	height: 19px;
	background-image: url(images/fond_interieur_gauche_bas.jpg);
	background-repeat: repeat-y;
}

/* Centre Intérieur */

#fond_interieur_centre {
	float: left;
	width: 380px;
	margin: 0px 0px 0px 7px;
}

.fond_interieur_centre_haut {
	width: 320px;
	height: 35px;
	padding: 10px 30px 0px 30px;
	background-image: url(images/fond_interieur_centre_haut.jpg);
	background-repeat: no-repeat;
	background-color: #e9e9e9;
}

.fond_interieur_centre_centre {
	height: 350px;
	max-height: 350px;
	width: 350px;
	padding: 0px 15px 0px 15px;
	
	background-image: url(images/fond_interieur_centre_centre.jpg);
	background-repeat: repeat-y;
}

.fond_interieur_centre_bas {
	width: 380px;
	height: 19px;
	background-image: url(images/fond_interieur_centre_bas.jpg);
}

/* Centre Réalisations */


#fond_realisation_centre {
	float: left;
	width: 580px;
	margin: 0px 0px 0px 7px;
}

.fond_realisation_centre_haut {
	width: 520px;
	height: 30px;
	padding: 10px 30px 0px 30px;
	background-image: url(images/fond_realisation_centre_haut.jpg);
}

.fond_realisation_centre_centre {
	height: 350px;
	max-height: 350px;
	width: 550px;
	padding: 0px 15px 0px 15px;
	
	background-image: url(images/fond_realisation_centre_centre.jpg);
	background-repeat: repeat-y;
}

.fond_realisation_centre_bas {
	width: 580px;
	height: 19px;
	background-image: url(images/fond_realisation_centre_bas.jpg);
}

/* Droite */

#fond_interieur_droite {
	float: left;
	width: 190px;
	margin: 0px 0px 0px 7px;
	background-image: url(images/fond_interieur_droite_centr.jpg);
	background-repeat: repeat-y;
}

.fond_interieur_droite_centre {
	height: 395px;
	max-height: 395px;
}

.fond_interieur_droite_haut {
	width: 190px;
	height: 45px;
	background-image: url(images/fond_interieur_droite_haut.jpg);
}

.titre_video_droite {
	width: 190px;
	height: 45px;
	background-image: url(images/image-accueil-videos.jpg);
}

.titre_photo_droite {
	width: 190px;
	height: 45px;
	background-image: url(images/image-accueil-photos.jpg);
}

.titre_newsletter_droite {
	width: 190px;
	height: 45px;
	background-image: url(images/image-accueil-newsletter.jpg);
}

.fond_interieur_droite_bas {
	width: 189px;
	height: 19px;
	background-image: url(images/fond_interieur_droite_bas.jpg);
}



#bloc_videos{
	position: relative;
	float: left;
	width: 206px;
	min-height: 40px;
	margin: 0px 9px 0px 0px;
}

#bloc_etablissements{
	position: relative;
	float: left;
	width: 381px;
	min-height: 40px;
	margin: 0px 9px 0px 0px;
}
#bloc_bureau{
	position: relative;
	float: left;
	width: 190px;
	min-height: 40px;
}
#contenu_bas{
	position: relative;
	width: 806px;
	height: 139px;
	background-image: url(images/bas_accueil.jpg);
	background-repeat: no-repeat;
}
#contenu_haut_interieur{
	position: relative;
	width: 806px;
	height: 31px;
	background-image: url(images/haut_interieur.jpg);
	background-repeat: no-repeat;
}

#contenu_haut_interieur_gauche {
	position: relative;
	float: left;
	width: 215px;
	height: 31px;
	background-image: url(images/haut_interieur_new.jpg);
	background-repeat: no-repeat;
}

#bloc_interieur{
	position: relative;
	float: left;
	width: 580px;
	min-height: 40px;
	margin: 0px 0px 0px 0px;
	z-index: 12;
}
#bloc_interieur a{
	color: #3575c2;
	text-decoration: none;
}
#bloc_interieur a:hover{
	text-decoration: underline;
}
#contenu_bas_interieur{
	position: relative;
	width: 806px;
	height: 34px;
	background-image: url(images/bas_interieur.jpg);
	background-repeat: no-repeat;
}
/*-------------------------------------------------------contact------------------------------------------------------------------------*/
#contact{
	position: relative;
	margin-left: 1px;
	width: 805px;
	height: 58px;
	background-image: url(images/fd_contact.jpg);
	background-repeat: no-repeat;
}
#contact h6{
	color: #FFFFFF;
	text-align: center;
	padding: 5px 0px 0px 0px;
}
/*------------------------------------------------------footer--------------------------------------------------------------------------*/
#espace_footer{
	position: relative;
	width: 806px;
	height: 20px;
	margin: 0px 0px 0px 0px;
}
#footer{
	position: relative;
	width: 806px;
	min-height: 22px;
	text-align: center;
	margin: 0px 0px 0px 0px;
}
#footer h6{
	color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

/*** style spip ***/

.spip_bouton input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

p.spip {
	text-align: left;
	margin: 5px 0px 10px 0px;
}

h3.spip {
	margin: 15px 0px 15px 0px;
	width: 100%;
	
	font-size: 13px;
	font-weight: bold;
	color: #545454;
	text-decoration: none;
	text-align: center;
}

.spip_documents_center {
	display: block;
	text-align: center;
	margin: 0px 0px 5px 0px;
}

.spip_documents_left{
	display: block;
	float: left;
	margin: 0px 5px 5px 0px;
}

.spip_documents_right{
	display: block;
	float: right;
	margin: 0px 0px 5px 5px;
}

dl.spip_documents_center{
	display: block;
	clear: both;
	margin-left: 180px;
	text-align: center;
}

dl.spip_documents_left{
	clear: both;
}

dl.spip_documents_right{
	clear: both;
	width: 200px;
}

hr.spip {
	clear: both;
}

a.spip_in {
	color: #597cb6;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
}

a.spip_out {
	color: #597cb6;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
}

a.spip_note {
	color: #597cb6;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

a.spip_url {
	color: #597cb6;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
}

a.spip_glossaire {
	color: #597cb6;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
}

.on,.lien_pagination {
	color: #597cb6;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
}

blockquote.spip {
	padding: 5px 10px 3px 10px;

	border: 1px solid #878380;
}

/* Tableaux */
table.spip {
	margin: auto;
	margin-bottom: 1em;
	border: 1px solid;
	border-collapse: collapse; 
}

table.spip caption {
	caption-side: top; /* bottom pas pris en compte par IE */
	text-align: center;
	margin: auto;
	padding: 3px;
	font-weight: bold; 
}

table.spip tr.row_first { 
	background: #FFC;
}

table.spip tr.row_odd {
	background: #DDD;
}

table.spip tr.row_even {
	background: #EEE;
}

table.spip th, table.spip td {
	padding: 3px;
	text-align: left;
	vertical-align: middle;
}

ul.spip {
	margin: 0px 0px 4px 15px;
	padding: 0px 0px 0px 0px;
}

ol.spip {
	margin: 0px 0px 4px 20px;
	padding: 0px 0px 0px 0px;
}

ul.spip ul.spip {
	margin: 0px 0px 4px 5px;
	padding: 0px 0px 0px 0px;
}

ol.spip ol.spip {
	margin: 0px 0px 4px 5px;
	padding: 0px 0px 0px 0px;
}

li.spip {
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
}

textarea.spip_cadre {
	margin: 10px 0px 10px 0px;

	color: #545454;
	font-size: 11px;
}




/*Diapo*/

img {
    border:none;
}

.content_defile {
    float:left;
    height:153px;
    width:806px;
    background:url(diapo/fond_reference.gif) no-repeat top left;
}

.vignettes {
    padding:0px;
    margin:0px;
}


.vignettes li {
    display:inline;
    list-style:none;
    
}





#support_relatif {
	position: relative;
	float:left;	 
	overflow:hidden; 
    margin-top:57px;
	width:677px; 
	height:75px;
}

#support {
	position: absolute;
	overflow:hidden; 
	width:677px; 
	height:75px;

}


#Layer1 {
	float:left;
    margin-top:55px;
	width:53px;
	height:65px;
    margin-left:6px;
    margin-right:4px;
}


#Layer2 {
	float:left;
    margin-top:55px;
	width:53px;
	height:65px; 
}


a.fleche_gauche {
	display:block;
	width:53px;
	height:65px;
	background:url(diapo/fleche_gauche.gif) no-repeat 0px 0px; 
}


a.fleche_droite {
	display:block;
	width:53px;
	height:65px;
	background:url(diapo/fleche_droite.gif) no-repeat 0px 0px; 
}

.gmnoprint {
	display: none;
}

.forml {
	font-size: 10px;
}

