/* GENERAL TEMPLATE */

*{
	margin:0;
	padding:0;
}

body{
	font-family:"Century Gothic";
	background:#fff url(../images/bg.jpg) repeat-x;
	color:#fff;
	font-size:13px;
}

#container{
	width:940px;
	margin:0 auto;
}

#header{
	height:150px;
	background:url(../images/header.jpg) top center no-repeat;
}

#menu{
	width:940px;
	height:20px;
	position:absolute;
	margin:132px 0 0 0;
	text-align:right;
}

#menu ul{
	list-style-type:none;
}

#menu ul li{
	display:inline;
	color:#25577c;
	font-size:12px;
	padding-right:2px;
}

#menu ul li a:link, #menu ul li a:visited{
	color:#25577c;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
}

#menu ul li a:hover{
	color:#c90602;
}

#menu ul li a.under{
	color:#c90602;
}

#content{
	height:400px;
}

#left{
	float:left;
	width:250px;
	height:335px;
	margin-top:30px;
}

#demenagement{
	height:100px;
}

#batiment, #location{
	height:100px;
	margin-top:17px;
}

#right{
	width:250px;
	height:335px;
	float:right;
	margin-top:30px;
}

#contenu{
	width:400px;
	height:335px;
	position:absolute;
	margin:30px 0 0 270px;
}

#contenu2{
	width:400px;
	position:absolute;
}

#contenu h1, #contenu2 h1{
	color:#fff;
	font-size:20px;
	text-transform:uppercase;
	font-weight:normal;
}

#contenu h1.contact, #contenu2 h1.contact{
	padding-top:10px;
}

#contenu p, #contenu2 p{
	color:#fff;
	font-size:13px;
	text-align:justify;
	padding-top:20px;
}

#contenu a, #contenu2 a{
	color:#fff;
}

#footer{
	height:92px;
	background:url(../images/footer.jpg) no-repeat;
}

#footer p{
	padding-top:10px;
	color:#25577c;
	font-size:12px;
}



/* FREE TAGS */

a{
	color:#25577c;
	text-decoration:none;
}

img{
	border:none;
}

img.separ{
	margin-left:25px;
}

table.coordonnees{
	font-size:14px;
	color:#fff;
	font-weight:bold;
	margin:10px 0 0 5px;
}

td.espace{
	padding-right:10px;
}

label{
	color:#fff;
	font-size:12px;
}

input[type=text], textarea{
	border:1px solid #336699;
	color:#333;
}

input[type=submit]{
	border:none;
	cursor:pointer;
	width:80px;
	height:25px;
	background:url(../images/bt_envoyer.jpg) no-repeat;
}

input[type=reset]{
	border:none;
	cursor:pointer;
	width:80px;
	height:25px;
	background:url(../images/bt_annuler.jpg) no-repeat;
}

span.star{
	color:#c90602;
}

/* SMI */

.Gallery3GalerieTitreTexte {font-family:Verdana;font-size:10px;color:#DDDDDD;font-weight:bold;}   
.Gallery3GalerieCheminLiens {font-family:Verdana;font-size:10px;color:#fff;text-decoration:underline;font-weight:bold;}   
.Gallery3GalerieCheminLiens:hover {font-family:Verdana;font-size:10px;color:#fff;text-decoration:none;font-weight:bold;}   
.Gallery3GalerieCheminTexte {font-family:Verdana;font-size:10px;color:#666666;text-decoration:none;font-weight:bold;}   
.Gallery3GaleriePageEnCours {font-family:"Century Gothic";font-size:13px;color:#fff;font-weight:normal;}   
.Gallery3RepertoireTitre {font-family:Verdana;font-size:9px;color:#666666;font-weight:bold;}   
.Gallery3FichierTexte {font-family:Verdana;font-size:10px;color:#ffffff;}   
.Gallery3PhotoTexte {background:#FFFFFF;font-family:Verdana;font-size:10px;color:#666666;}


