/* CSS Document */
html, body, p{
	margin:0px;
	padding:0px;
}

body, div, p, form , input, h1, h2, h3, li, ul{
	font-family:Verdana;
}

li, ul{
margin:0;
padding:0;
}

html{
background-color:#4e4e4e;
height:100%;
}

body{
	margin-left:20%;
	margin-top:1.2%;
	/*:65.9%;*/
	background-image:url(img/fond_contenu_v2.jpg);
	background-repeat:repeat-y;
}

#header{
	/*background-color:green;*/
	background-image:url(img/header_V2.jpg);
	background-repeat:no-repeat;
	height:125px;
	width:690px;
}

#global{
	margin-bottom:0px;
	/*background-image:url(img/fond_contenu_v2.jpg);
	background-repeat:repeat-y;*/
	/*background-color:black;*/
	height:auto;
	width:690px;
	
}
#footer{
	clear:left;
	background-image:url(img/footer_v2.jpg);
	background-repeat:no-repeat;
	margin:0;
	background-position:0px 100%;
	height:52px;
	width:690px;
}

#menu{
	float:left;
	/*background-color:red;*/
	width:20.5%;
}

#contenu{
	float:left;
	/*background-color:yellow;*/
	/*background-image:url(img/ferronnerie.jpg);
	background-repeat:no-repeat;
	background-position:5px 100%;*/
	padding-left:10px;
	width:72%;
	padding-right:5px;
	padding-bottom:15px;
	height:105%;
	}
	
#contenu2{
	width:72%;
	float:left;
	padding-left:10px;
	height:385px;
	}
	
h1{
	margin-left:15px;
	margin-top:12px;
	font-weight:bold;
	color:#6e0d1e;
	font-size:17px;
}

#texte{
	/*margin-top:15px;*/
	margin-left:15px;
	color:black;
	font-size:11px;
	height:79%;
	width:95%;
}
#texte2{
	/*margin-top:15px;*/
	margin-top:-10px;
	margin-left:5px;
	height:90%;
	width:90%;
}



/*--------------menu----------*/
#menu{
	border-right:1px solid #6e0d1e;
}

#img_home {
	margin-top:3px;
	width:90px;
	height:65px;
	margin-left:30%;
	margin-bottom:0px;
}

#img_home a{
	border:0px solid;
	text-decoration:none;
	color:black;
}


#title_li{
	text-indent:11px;
	color:white;
	background-color:#6e0d1e;
	font-weight:bold;
	height:20px;
	font-size:11px;
	margin-left:10px;
	padding-top:4px;
	margin-bottom:0px;
	margin-top:12px;
}

#title_li a{
	color:white;
	text-decoration:none;
	font-weight:bold;
}

#menu_li{
	margin-left:10px;
	padding-top:0px;
}


#menu_li li{
	list-style-type:none;
	border-bottom:1px solid #6e0d1e;
	text-indent:5px;
}

#menu_li li:hover{
	background-image:url(img/fond_li.jpg);
	background-repeat:repeat-y;
	color:#6e0d1e;
}

#menu_li a{
	color:black;
	text-decoration:none;
	font-weight:bold;
	font-size:10px;
	width:100px;
}

#menu_li a:hover{
	color:#6e0d1e;
}

/*-----------contenu----------*/
#bas_cont{
	margin-left:76%;
	color:#666666;
	font-size:8px;
}

.team{
	text-align:center;
	border:1px solid #6e0d1e;
	width:100px;
	height:154px;
	margin-right:5px;
	margin-top:5px;
}

#liens_bas_page a{
	margin-top:10px;
	color:#666666;
	font-weight:bold;
	text-decoration:none;
	font-size:8px;
}

#contenu li{
	margin-left:20px;
}

.flash{
	margin:auto;
/*	margin-left:px;*/
}

/*---------------formulaire de contact----------------------*/

#formcontact{
	margin-top:10px;
}

.oblige{
	color:#888888;
	padding-left:55px;
}

.error{
	color:red;
	font-size:10px;
	font-style:italic;
}
