.fond-accueil {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right top
}
.txtaccueil {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #000000
}
.lien1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF
}
.lienliste {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000066
}
.fond-liste {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(images/fond-liste.jpg)
}
.bouton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #3399FF
}
.texte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000
}
.fond-liste-centre {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(images/fond-liste-centre.jpg)
}
.fond-liste-france {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(images/fond-liste-france.jpg)
}
.lienmini {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000066
}
.fond {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right top
}
.fond-agence {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right top
}
.champ {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFCC
}
.lienpage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000099
}
.titreagence {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #FFFFFF;
}
/* menu_1 et sous_menu_1 */
#menu_1 {
	position: relative;
	display: block;
	width: 100%;
	/*margin: 5px;*/
	/*background-color: #000066;*/
}
#sous_menu_1 {
	position: absolute;
	display: none;
	float: left;
	/*margin: 5px;*/
	background-color: #000066;
}
#sous_menu_1 td {
	background-color: #000066;
	/*padding-left: 6px;
	padding-right: 6px;*/
	border-bottom: #555555 1px solid;
	white-space: nowrap;
}
#sous_menu_1 td a {
	display: block;
	width: 100%;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#sous_menu_1 td a:hover {
	color: #000066;
	/*background-color: #FFFFFF;*/
}
.categorie_accueil {
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000066;
}
#reseaux_sociaux {
	float: left;
	/*border: 1px solid red;*/
	padding-left: 60px;
	padding-top: 10px;
	width: 200px;
}
#accueil_footer {
	float: left;
	padding-top: 10px;
	width: 800px;
}
#divPhotoPrincipale {
	display: bloc;
	width: 500px;
	/*height: 500px;*/
}
#divListePhotos {
	position: relative;
	width: 500px;
	height: 200px;
	overflow: auto;
}
#divListePhotos td span {
	font-size: 12px;
}
#Slideshow1 {
	position: relative;
	display: block;
	/*left: -30px;*/
}
#Slideshow2 {
	position: relative;
	display: block;
	/*left: -15px;*/
}
#Slideshow3 {
	position: relative;
	/*display: block;*/
}
.categorie_accueil {
	width: 160px;
}

/* DIAPORAMA PAGE ACCUEIL */
body {
	margin: 0; /* pour éviter les marges */
	padding: 0; /* pour éviter les marges */
	text-align: center; /* pour corriger le bug de centrage IE */
}
.diaporama, .boite {
	position: relative;
	width: 162px; /* Largeur d'une photo */
	height: 113px; /* Hauteur d'une photo */
	padding: 0;
}
.diaporama li {
	list-style-type: none;
	overflow: hidden;
	position: absolute; /* Les images seront positionnées toutes au même endroit */
}
.diaporama li img {
	border: 6px solid #000066;
}
.diaporama_controls {
	width: 162px;
	margin: 3px 0;
	padding: 5px;
	clear: both;
	overflow: hidden;
}
.diaporama_controls .btns {
	float: right;
}
.diaporama_controls a {
	font-weight: normal;
	width: 10px;
	height: 13px;
	text-indent: -9999px;
	display: inline-block;
	margin: 0 3px;
}
.diaporama_controls .prev {
	background: url(images/diaporama_control/fleches_diapo.png) no-repeat top right;
}
.diaporama_controls .next {
	background: url(images/diaporama_control/fleches_diapo.png) no-repeat top left;
}
.diaporama_controls .pause {
	background: url(images/diaporama_control/fleches_diapo.png) no-repeat bottom right;
}
.diaporama_controls .play {
	background: url(images/diaporama_control/fleches_diapo.png) no-repeat bottom left;
}
.boite {
	float: left;
}
.boite + .boite {
	margin-left: 10px;
}
.boite p a {
	color: #000066;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: bold;
}
.coupdecoeur {
	display: block;
	position: relative;
	left: 50%; 
	/*top: 50%;*/
	width: 506px;
	height: 113px;
	margin-left: -253px; /* moitié de la largeur */
}

