* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

html {
	height: 100%;
}

body {
	background-color: #E7E4DF;
	margin: 0;
	padding: 0;
	height: 100%;
	background-image: url(../img/fond-page.jpg);
	background-position: 0 0;
	background-repeat: repeat-x;
}

#container {
	position: absolute;
	left: 50%;
	top: 0px;
	width: 940px;
	height: 798px;
	margin-top: 0px;
	margin-left: -470px;
	text-align: left;
	padding: 0px;
}

#container-A4 {
	position: absolute;
	left: 50%;
	top: 0;
	width: 660px;
	height: 580px;
	margin-top: 0px;
	margin-left: -330px;
	text-align: left;
	padding: 0px;
}

a.mentions-legales,a.mentions-legales:visited, span.mentions-legales {
	font: bold 10px arial,verdana,helvetica,sans;
	color: #393826;
	text-decoration: none;
}

a.mentions-legales:hover {
	text-decoration: underline;
	color: #000000;
}

a.navigation-deroul, a.navigation-deroul:hover, a.navigation-deroul:visited {
	font: bold 12px arial,verdana,helvetica,sans;
	color: #FFFFFF;
	text-decoration: none;
}

.form-contact {
	font: normal 12px arial,verdana,  helvetica, sans-serif,sans;
  color:#757678;
	height: 18px;
	border: 1px solid #757678;
}

input.bouton {
	font: bold 11px arial,verdana,  helvetica, sans-serif,sans;
	color: #FFFFFF;
  background-color: #721D18;
	border: 1px solid #B24944;
	cursor: hand;
}

.input-text {
	font-family: verdana,arial, helvetica, sans-serif,sans;
	font-size: 11px;
	color: #6E6E6E;
}

td.ombre-gauche {
	background-image: url(../img/ombre-gauche.jpg);
	background-position: 0 0;
	background-repeat: repeat-y;
}
td.ombre-gauche-home {
	background-image: url(../img/ombre-gauche-home.jpg);
	background-position: 0 0;
	background-repeat: repeat-y;
}
td.ombre-droite {
	background-image: url(../img/ombre-droite.jpg);
	background-position: 0 0;
	background-repeat: repeat-y;
}

div.actus-annonces span {
	color: #000000;
}
div.actus-annonces span.rouge {
	color: #930a0a;
}
a.nav-haut {
	position: absolute;
	height: 118;
	top: 0px;
}
a.lien-nav,a.lien-nav:visited {
	color: #3888CD;
	text-decoration: none;
	font-weight: bold;
}
a.lien-nav:hover {
	color: #1E4D77;
	text-decoration: none;
	font-weight: bold;
}

.blanc {color: #FFFFFF;}
.rouge {color: #B42A20;}
.bordeau {color: #97080A;}
.noir {color: #000000;}

.t12 {font-size: 12px;}
.t14 {font-size: 14px;}
.t15 {font-size: 15px;}


