html,body {
	margin: 0;
	padding: 0;
	font-family: Verdana;
	font-size: 11px;
	/*behavior: url("./interface/1/css/csshover3.htc");*/
	
}

IMG{
	/*behavior: url("./interface/1/css/iepngfix.htc");*/
}

.bouton {
	background-color: #7FA5C9;
	border: solid 1px #FFF;
	color: #FFF;
	font-weight: bold;
	text-shadow: #000 0px 1px 1px;	
	cursor: pointer;
}

.clear {
	height: 1px;
	overflow: hidden;
	clear: both;
}

.conteneur{
	width:1000px;
	margin:auto;
	/*background: url(../img_graph/fondtest.jpg) top left no-repeat;*/
}

.top {
	width:1000px;
	height:46px;
	background-color:#87888a;
	border-bottom:1px solid #FFF;
}

.logo {
	padding-top:3px;
	padding-left:4px;
}

.contenu{
	width:1000px;
	min-height: 750px;
/*	background: url(../img_graph/carres.png) bottom right no-repeat;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='./interface/1/img_graph/carres.png');	*/
}
.footer {
	width:1000px;
	background-color:#87888a;
	border-top:1px solid #FFF;
}
.footer A {
	color: #FFF;
	text-decoration: none;
}
.footer A:hover {
	text-decoration: underline;
}

.footer_titre{
	float: left;
	padding-left: 10px;
	padding-top: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#FFF;
	font-weight:bold;
}
.footer_haut{
	width:926px;
	height:55px;
	background: url(../img_graph/footer/ligne.png) bottom left repeat-x;
	margin-left:37px;
	margin-right:37px;
}

.footer_gauche{
	width:680px;
	float:left;
	color:#FFF;
}
.footer_gauche p{
	padding-left: 47px;
	padding-top: 10px;
}

.footer_droite{
	float:left;
	width:320px;

}

.footer_droiteh{
	height:50px;
	padding-left: 100px;
}

.footer_droiteb{
	height:50px;
}
.footer_coord {
	text-align: center; 
	padding:17px 10px 10px 10px; 
	color: #FFF;
}
.signature{
	height:50px;
	width:320px;
	text-align:right;
	padding-right:34px;
	background-color: #87888A;
	background: url(../img_graph/footer/signature.png) top left no-repeat;

}

.signature:hover{
	background: url(../img_graph/footer/signature_on.png) top left no-repeat;
}
.corps{
	/*padding-top: 206px;*/
}

.page {
	color: #FFF;
	background: url(../img_graph/menu/normal.png) bottom left repeat;
}

.page2 {
	color: #000;
	background: url(../img_graph/menu/blanc.png) bottom left repeat;
}

.page-rub {
	padding: 18px 30px 18px 30px;
	border-bottom: solid 1px #FFF;
}
.page-rub-der {
	padding: 18px 43px 18px 43px;
}
.page-rub-titre {
	font-weight: bold;
	cursor: pointer;
	text-shadow: #000 0px 1px 1px;
}
.page-rub-content-titre {
	font-weight: bold;
	font-size: 18px;
	padding: 8px 0 8px 0;
}
.page-rub-content-resumer {
	font-size: 9px;
	color:#E9E9E9;
}
.page-rub-content-corps{
	font-family: Verdana;
	font-size: 12px;
	color: #FFF;
	padding-left:5px;
	padding-left:20px;
}
.page-rub-content-corps a{
	color: #004D93;
	text-decoration:none;
}
.page-rub-content-corps a:hover{
	color: #004D93;
	text-decoration:underline;
}

.page-rub-content-resumer-gras{
	font-weight:bold;
	color:#FFF;
}


.page-rub-content-visuels {
	height: 169px;
	overflow: hidden;
}
.page-rub-content-visuels IMG {
	padding: 3px;
	cursor: pointer;
}
.page-rub-content-liste-real {
	width: 220px;
	height: 216px;
	overflow: hidden;
}
.page-rub-content-liste-real UL {
	padding: 0;
	margin: 0;
}
.page-rub-content-liste-real UL LI {
	float: left;
	list-style: none;
	width: 40px;
	height: 40px;
	margin: 5px;
	text-align: center;
	cursor: pointer;
}
.page-rub-content-liste-real-img {
	padding: 1px;	
}
.page-rub-content-liste-real-img_on {
	padding: 0px;
	border: solid 1px #FFFFFF;
}

.item_trombi {
	float: left;
	width: 250px;
	height: 100px;
	margin: 10px;
	border: solid 1px #FFF;
	list-style: none;
	background-color: #87888A;
	cursor: pointer;
}
.item_trombi IMG {
	padding-right: 10px;
}
.item_trombi_nom {
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0 5px 0;
}
.item_trombi_commentaire {
	background-color: #87888A;
	margin: 10px 0px 5px 0px;
	padding: 5px;
	color: #FFF;
}

/* FORM CONTACT */
.form_contact TABLE {
	width: 100%;
}
.form_contact TABLE TD {
	padding: 5px;
}
.form_contact INPUT, .form_contact TEXTAREA {
	border: solid 1px #CCC;
	resize: none;
	font-family: Verdana;
	font-size: 11px;
	padding: 3px;
	outline: none;
}
.form_contact TEXTAREA {
	width: 100%;
	height: 70px;
}
#ctt_7, #ctt_14, #ctt_21, #ctt_29 {
	width: 70%;
}
#ctt_6, #ctt_13, #ctt_20, #ctt_28 {
	width: 200px;
}

.form_contact_titre_externe {
	float:left;
	width:100px;
	padding-bottom: 15px
}

.btn_val_contact {
	text-align: right;
}

/* ACTUALITE */
	/* LISTE */
.actu_liste {
	background: url(../img_graph/menu/normal.png);
	padding: 20px 70px 20px 70px;
	margin-bottom: 20px;
}
.actu_liste_titre {
	font-size: 16px;
	font-weight: bold;
	color:#FFF;
	text-decoration: none;
	text-shadow: #000 0px 1px 1px;
	margin-bottom: 13px;
}
.actu_liste_titre_petit, .actu_liste_titre_petit A {
	font-size: 14px;
	font-weight: bold;
	color:#FFF;
	text-decoration: none;
	text-shadow: #000 0px 1px 1px;
	margin-bottom: 13px;
}
.actu_liste_date {
	position: relative;
	padding: 5px;
	color: #FFF;
	background-color: #7FA5C9;
}
.actu_liste_date A {
	color: #FFF;
	text-decoration: underline;
}
.actu_liste_miniature {
	float: right;
	padding-left: 10px;
}
.actu_liste_miniature IMG {
	border: 0px;
}
.actu_liste_resumer1 {
	padding: 10px;
	color: #666666;
	background-color: #FFFFFF;
	display: inline-block;
	width: 840px;
}
.actu_liste_resumer {
	padding: 10px;
	color: #666666;
	background-color: #FFFFFF;
}
.actu_liste_resumer P {
}
.actu_liste_lire_suite {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

.pagin_num {
	text-align: center;
}
.pagin_num A, .pagin_precedent A, .pagin_suivant A {
	display: inline-block;
	padding: 5px;
	font-weight: bold;
	background-color: #87888a;
	color: #FFF;
	border: solid 1px #FFF;
	margin: 0 3px 0 3px;
	text-decoration: none;
}
.pagin_num A:hover, .pagin_precedent A:hover, .pagin_suivant A:hover, .pagin_num_on {
	background-color: #7FA5C9;
}
.pagin_num .pagin_num_on {
	background-color: #7FA5C9;
	cursor: default;
}
.pagin_precedent {
	position: absolute;
	margin-left: 20px;
}
.pagin_suivant {
	position: absolute;
	margin-left: 920px;
}

.pagination{
	padding-bottom:10px;
	height:20px;
}

/* PRESENTATION */

.titre_presentation{
	color:#333;
	font-size: 18px;
	font-weight: bold;
}

.ss_titre_presentation{
	color:#333;
	font-size: 12px;
	font-weight: bold;
}

.txt_presentation{
	color: #444;
	font-size: 12px;
	margin-bottom: 15px;
}

.txt_presentation a{
	color: #004D93;
}

.bg_presentation_com{
	background: url(../img_graph/divers/chienquipisse_petit.png) bottom right no-repeat;
}

.bg_chienquipisse{
	background: url(../img_graph/divers/chienquipisse.png) bottom right no-repeat;
	height: 545px;
}

.menu_bloc{
	padding-top: 206px;
}

.icone_pdf{
	list-style: none;
	background: url(../img_graph/divers/icone_pdf.png) no-repeat;
	padding:3px;
}

.icone_pdf a{
	margin-left:20px;
	text-decoration:none;
	color:#666;
}

.icone_pdf a:hover{
	text-decoration:underline;
	color:#333;
}

/* VISITE VIRTUELLE */

.cadre_vv, #vv {
	background: url(../../0/img_graph/loader.gif) center center no-repeat #FFF;
}

.url_web_ref {
	padding: 30px;
	text-align: center;
}
.url_web_ref A {
	background-color: #7FA5C9;
	border: solid 1px #FFF;
	color: #FFF;
	padding: 5px 6px;
	text-decoration: none;
	font-weight: bold;
	text-shadow: #000 0px 1px 1px;	
	cursor: pointer;	
}


/* MINI ACTU */
.center_mini_actu {
	margin-top: 50px;
	text-align: center;
	width: 1000px;
	height: 220px;
	overflow: hidden;
}
.conteneur_mini_actu {
	position: relative;
}
.mini_actu {
	float: left;
	width: 280px;
	padding: 10px;
	margin: 0 16px;
	background: url(../img_graph/menu/normal.png) repeat 0% 100%;
}
.mini_actu_img {
	width: 280px;
	height: 150px;
	overflow: hidden;
}
.mini_actu_titre {
	text-align: center;
	height: 37px;
	overflow: hidden;
	padding-top: 10px;
}
.mini_actu_titre A {
	color: white;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 13px;
	text-decoration: none;
	text-shadow: black 0px 1px 1px;
}
