﻿html {
height: 100%;
}
body {
height: 100%;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #B5B3B3;
	margin: 0;
	padding: 0;
	line-height: 1.3em;
	background-image: url(../images/bg.jpg);
	background-position: left top;
	background-repeat: repeat-x;
}

a:link {
color: #000000;
text-decoration:none;
font-weight:bold;
}
a:visited {
color: #000000;
text-decoration:none;
font-weight:bold;

}
a:hover {
text-decoration:underline;
font-weight:bold;

}
a:active {
color: #666666;
font-weight:bold;

}


*{
margin:0;
padding:0;
}
/*-----------------------Structure---------------------------------------------*/
#footer {
background: #000;
}

#menu_haut {
background: #FFFFFF;
}

#conteneur {
	background-color:#FFFFFF;
	width: 800px;
	margin: 0 auto;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	background-image: url();
	background-position: left top;
	background-repeat: repeat-y;
}
#head{
height: 200px;
}

#menu {
float: inherit;
margin: 0 0 0 0;
background-color: #000;
border-top: solid 1px #fff;
border-bottom: solid 1px #fff;
z-index: 3;
text-align: center;
width: 100%;
height: 62px;
}

#menu ul {
margin-top: 20px;
}

#menu ul li {
display: inline;
}

#menu ul li a {
background-color: transparent;
background-repeat: repeat-x;
padding: 22px 10px 22px 10px;
font-size: 0.8em;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #808080;
font-weight: bold;
text-decoration: none;
border: solid 1px #000;
}

#menu ul li a:hover {
background: #d1d1d1;
color: #000000;
text-decoration: none;
border: solid 1px #fff;
height: 61px;
}

#conteneur {
height: auto !important;
min-height:1100px !important;
height: 100%;
}

#bloc_menu_gauche {
height: auto !important;
min-height:1100px !important;
height: 100%;
}

#foot {
height: 20px;
clear:both;
padding: 5px 0 5px 0;
text-align:center;
line-height:1em;
border-top: 1px solid #fff;
font-size: .6em;
}

#contenu {
	float:left;
	width:450px;
	text-align: justify;
}

#contenu_territoires {
float:left;
width:400px;
}

#sidebar {
	margin: 10px 10px 0px 0px;
	padding: 10px 3px 5px 3px;
	float:right;
	width:250px;
	font-size:12px;
}

#sidebar_services {
	margin: 110px 10px 0px 0px;
	padding: 10px 3px 5px 3px;
	float:right;
	width:250px;
	font-size:12px;
}


#sidebar_territoires {
margin: 10px 10px 0px 0px;
float:right;
width:375px;
font-size:12px;
}


#main {
	margin: 10px 10px 10px 10px;
	float:left;
	width:450px;
	font-size:12px;
	padding: 10px 10px 10px 10px;
	z-index: 3;
}

#sidebar_territoires li {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	list-style:none;
}



.subtitle {
border-top:1px solid #cccccc;
border-bottom:1px solid #cccccc;
padding:4px 0px 4px 0px; 
color:#000000; 
font-size: 16px; 
font-weight: bold; 
background-color:#f6f6f6;
}

#center {
text-align:center;
width:100px;
}

input.send-btn {
width: 130px;
height: 25px;
background: #333 url(../images/envoyer.png) no-repeat;
outline:none;
}
input.reset-btn {
width: 130px;
height: 25px;
background: #333 url(../images/effacer.png) no-repeat;
outline:none;
}
	
#sousmenu {
	clear: left;
	float: left;
	width: 300px;
	padding: 0;
	font-size: 0.8em;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

#sousmenu ul {
	list-style: none;
	width: 300px;
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 1.1em;
}

#sousmenu li {
margin-bottom: 1px;
}

#sousmenu li a {
font-weight: bold;
height: 20px;
text-decoration: none;
color: #FFFFFF;
display: block;
padding: 5px;
background: #000000;
border-right: 10px solid #FFF;
}	


#sousmenu li a:hover {
background: #FFFFFF;
color: #000000;
text-decoration: none;
border-right: 10px solid #000000;
}

#sousmenu .child {
font-size: 1.1em;
padding: 0;
}

#sousmenu .child a {
height: 14px;
padding-left: 12px; 
border-right: 12px solid #FFF;
background: #000000;
color: #FFFFFF;
}

#sousmenu .child a:hover {
color: #FFFFFF;
background-color: #FFFFFF;
border-right: 10px solid #FFF;
border-bottom: 10px solid #FFF;
}

