/* CSS Document */
.centrer {
	text-align:center;
}

* {
	margin:0px;
	padding:0px;
}
.noir {
	color:#000;
}
html, body, table, td {
	height: 100%;
	width: 99%;
	border:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FFFFFF;
	text-align: center;
}
body {
	background:url(../images/fond.jpg) fixed repeat-x #5b1528;
}
a img {
	border:none;
}
#container {
	text-align:left;
	margin-right:auto;
	margin-left:auto;
	width:790px;
}
#entete {
	width:inherit;
	height:113px;
}
#design {
	width:inherit;
	height:87px;
}
#bordure_g {
	float:left;
	width:111px;
	height:255px;
}
#texte {
	float:left;
	width:308px;
	height:255px;
	background:url(../images/mid_2.jpg) no-repeat;
	padding-right:25px;
	font-size:14px;
}
#texte_complet {
	float:left;
	width:558px;
	height:255px;
	background:url(../images/contenu.jpg) no-repeat;
	text-align:justify;
	word-spacing:-2px;
}
#texte_complet a {
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	color:#FFFFFF;
}
#texte_complet a:hover {
	text-decoration:underline;
}
#texte h1 {
	margin-bottom:10px;
	font-size:22px;
	font-weight:bold;
}
#image {
	float:left;
	background-color:#FFFFFF;
	width:225px;
	height:255px;
	text-align:center;
}
#bordure_d {
	float:right;
	width:121px;
	height:255px;
}
#ameublement {
	clear:both;
	width:inherit;
	height:95px;
	text-align:center;
	font-size:10px;
	color:#91636E;
}
#ameublement a {
	font-weight:normal;
	text-decoration:none;
	color:#91636E;
}
#ameublement a:hover {
	text-decoration:underline;
}

.signature {
	text-align:right;
	font-style:italic;
	font-size:11px;
}


<!-- POUR LA GALLERIE -->
.tabl_gallerie {
	padding:0px;
	margin:0px;
	width:300px;
	background-color:#FFFFFF;
}
.tabl_gallerie td {
	height:60px;
	width:60px;
	text-align:center;
}
.fleche_gauche {
	float:left;
	width:50%;
	background-color:#FFFFFF;
	border-bottom:2px solid #FFFFFF;
}
.fleche_droite {
	float:right;
	text-align:right;
	width:50%;
	background-color:#FFFFFF;
	border-bottom:2px solid #FFFFFF;
}
.legende {
	clear:both;
	text-align:center;
	padding-top:10px;
}
.legende #txt_visu, .legende #ref_visu {
	font-size:10px;
	font-weight:bold;
}


/* PARTENAIRES */
a.apartenaires {
	margin-left:2px;
	margin-right:2px;
}
a.apartenaires img {
	border:1px solid #000000;
}
a.apartenaires:hover img {
	border:1px solid #FFFFFF;
}

<!-- POUR CONTACT -->
#contact {
	width:550px;
}
.col_80 {
	float:left;
	width:80px;
}
.col_195 {
	float:left;
	width:195px;
}
.col_195 input {
	width:175px;
}
.col_470_btn {
	float:left;
	width:470px;
}
.col_470 {
	float:left;
	width:470px;
}
.col_470 input {
	width:450px;
}
.col_470 textarea {
	width:450px;
	height:40px;
}
.clear_both {
	height:15px;
	clear:both;
}
