/* Page */
body
{
	margin: 0; /* pour éviter les marges */
	
}

/* Titres */
h1 {
	font-size: 20px;	
}

h2 {
	color: #999999;
	font-size: 16px;	
}


h3 {
	font-size: 14px;
	color: #FF3300;
	font-weight: normal;	
}

h4 {
	color: #666666;
	font-size: 16px;
}

h5 {
	
}

h6 {
	font-weight: normal;	
}

a {
	color: #990099;
	text-decoration: none;
}

a:link{
	color: #990099;
	text-decoration: none;
}

 a:visited{
	color: #990099;
	text-decoration: none;
}

a:hover
{
	color: #990099;
	text-decoration: underline;
}

a:active
{
	color: #990099;
	text-decoration: none;
}


div#global {
	 margin-left: auto; 
  margin-right: auto; 
 width: 700px;
 
	}
	

div#bandeau {
	height:40px;
	background-color:#990099;
	
	}
	
	.bandeau {
	font-family: Tahoma;
	color: #FFFFFF;
	font-size: 16px;
	padding-right: 5px;
	width: 700px;
	margin: auto;

	}
	
		.bandeau a {

	color: #FFFFFF;
	
	}
	
	.bandeau a:hover {

	
	}
	
div#contenu {
	float: left;
	width:570px;
	}
	
	.contenu {
	font-family: Tahoma;
	font-size: 14px;
	text-align: justify;
	color: #333333;
	padding-right: 7px;
	padding-left: 7px;
	padding-bottom: 7px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	}
	
div#piedpage {
	clear:both;
	background-color: #990099;
	height: 40px;
	}
	
	.piedpage {
	font-family: Tahoma;
	font-size: 12px;
	text-align: center;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	}
	
	.piedpage a {
	color: #FFFFFF;
	
	}
	
	.piedpage a:hover {
text-decoration: underline;	
	}
	
div#menu {
	width:130px;
	float: left;
	}
	
	.menu {

	}
	
div#menuhaut {
	width:160px;
	height:80px;
	
	}
	
	.menuhaut {
	font-family: Tahoma;
	font-size: 16px;
	line-height: 20px;
	padding: 0px;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
	
div#menubas {
	width:160px;
	height:200px;
	
	}
	
	.menubas {
	font-family: Tahoma;
	font-size: 12px;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	}
	
div#blocnews {
	float:right;
	width:300px;
	height:auto;

	}
	
	.blocnews {
	padding-top: 16px;
	padding-bottom: 16px;
	}

/* STYLES PARTICULIERS*/

.protiel {
	font-family: Verdana;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bolder;
	
	}
	
	.connexion {
	font-size: 14px;
	}
	
.image_index {
	padding-left: 7px;
	}
	
	.formulaire {
	font-size: 11px;
	color: #990000;	
	}
	
	.petite-police {
	font-size: 10px;

	}
	
	/* LOCATION*/
	
	.loc-cellule-bas{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;	
	}
	
	.loc-cellule{
	line-height: 18px;
	}

/* MENU DEROULANT LOCATION*/

.menu-deroulant {
	margin-bottom: 35px;
	}

#menuDeroulant {
	width: 100%;
	list-style-type: none;
	padding: 0;
	position: absolute;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#menuDeroulant li{
	float: left;
	width: 162px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #fff;
	background-color: #0000CC;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	font-family: verdana;
	line-height: 20px;
	vertical-align: middle;	
}

#menuDeroulant li a:link, #menuDeroulant li a:visited{
	display: block;
	height: 1%;
	text-decoration: none;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	font-family: verdana;
	margin: 0;
}

#menuDeroulant li a:hover {
	text-decoration: none;
	background-color: #0033FF;
	color: #FFFFFF;
}

#menuDeroulant li a:active {  }

#menuDeroulant .sousMenu{
	display: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#menuDeroulant .sousMenu li{
	float: none;
	padding: 0;
	width: 162px;
	background-color: #CCCCCC;
	color: #333333;
	text-decoration: none;
	text-align: left;
	margin: 0;
	line-height: 20px;
	vertical-align: middle;
}

#menuDeroulant .sousMenu li a:link,
#menuDeroulant .sousMenu li a:visited{
	display: block;
	margin: 0;
	background-color: #CCCCCC;
	color: #000000;
	text-decoration: none;
	text-align: left;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-left: 5px;
}

#menuDeroulant .sousMenu li a:hover{
	background-image: none;
	text-decoration: none;
	background-color: #0000CC;
	color: #FFFFFF;
}

#menuDeroulant li:hover > .sousMenu { display: block; }

/* FIN MENU DEROULANT LOCATION*/

