@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:20px 0px 0px 0px;
	margin: auto;
	width:900px;
	background-color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3e3d40;
    }
a {
	color:#3e3d40; /* gris */
	text-decoration:none;
	}
a:hover{
	color: #a3111b; /* bordeaux */
	text-decoration:none;
	}
/***************************  Menu  *********************/
#menu {
	float:left;
	width:900px;
	height:25px;
	background-color:#b1b3b4;
	font-variant:small-caps;
	}	
.menu a{
	float:left;
	height:25px;
	line-height:25px;
	padding: 0px 20px 0px 20px;
	text-align:center;
	text-decoration:none;
	color: #3e3d40;
	}	
.menu a:hover{
	float:left;
	color: #a3111b; /* bordeaux */
	}	
/***************************  conteneur  *********************/
#conteneur {
	float:left;
	width:900px;
	height:650px;
	background-repeat: no-repeat;
	background-color:#FFF;
	}
/***************************  contenu  *********************/
#contenu {
	padding-left:477px;
	float:left;
	height:650px;
	}	
#titre {
	float:left;
	width:250px;
	height:52px;
	margin:97px 10px 0px 10px;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:26px;
	text-transform:capitalize;
	color:#a3111b; /* bordeaux */
	}
	
#titre2 {
	float:left;
	width:250px;
	height:25px;
	margin:125px 10px 0px 10px;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:26px;
	text-transform:capitalize;
	color:#a3111b; /* bordeaux */
	}
	
#colonneVignette {
	float:left;
	width:100px;
	height:600px;
	margin-top:50px;
	}
#colonneTxt {
	float:left;
	width:252px;
	height:475px;
	padding-right:61px;
	margin:10px 0px 8px 10px;
	overflow:auto;
	}
/***************************  Page contact  *********************/	
#titre-contact {
	float:left;
	width:380px;
	height:25px;
	margin-top:40px;
	margin-bottom:10px;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:26px;
	text-transform:capitalize;
	color:#a3111b; /* bordeaux */
	}
#colonneTxt-contact {
	float:left;
	width:380px;
	height:530px;
	margin:10px 0px 8px 10px;
	overflow:auto;
	}
#contenu-contact {
	padding-left:477px;
	float:left;
	}
.bloc-contact {
	padding-top:15px;
	width:205px;
	float:left;
	}
#bloc-contact {
	padding-left:260px;
	width:620px;
	float:left;
	}
/***************************  Bottom  *********************/
#bottom {
	float:left;
	width:875px;
	height:25px;
	line-height:25px;
	background: url(images/bottom.jpg) no-repeat;
	text-align:right;
	padding: 0px 25px 0px 0px;
	font-size:9px;
	}
/***************************  TXT  *********************/
.txtRouge{
	color: #a3111b; /* bordeaux */
	font-size:13px;
	}
	
.txtGris{
	color: #3e3d40; /* gris */
	font-size:14px;
	}
/***************************  Galerie  *********************/
#galerie {
	display:block;
	float:left;
	width:240px;
	}
.photo-galerie {
	float:left;
	width:30px;
	height:30px;
	margin: 5px;
	border:none;
	}
/***************************  Galerie  *********************/
.sous-menu {
	float:left;
	width:90px;
	height:80px;
	padding: 20px 5px 20px 5px;
	text-align:center;
	font-style:italic;
	}
	
img {
	border:none;
	}
	
/***************************  style menu DB  *********************/

.titre-menu {
	color: #a3111b; /* bordeaux */
	font-size:14px;
	font-weight:bold;
	text-transform:capitalize;
	}