/* BODY */
body {
	font: normal 62.5% "Trebuchet MS",sans-serif;
	text-align: center;
	color: #333;
}

/* CONTENEUR */
.container {
	margin: 0 auto;
	width: 900px;
	text-align: left;
	font-size: 1.2em;
	background-image: url(../images/bg_container.gif);
	background-repeat: repeat-y;
}

/* EN-TĘTE */
.header {position: relative; float: left;}

/* BLOC INFOLETTRE */
.infolettre {
	float: left;
	background-image: url(../images/bg_infolettre.jpg);
	background-repeat: no-repeat;
	width: 900px;
	height: 96px;
}

.info_txt {
	float: right;
	color: #fff;
	font-size: 0.9em;
	line-height: 1em;
	text-transform: uppercase;
	padding: 20px 20px 0 0;
}

/* CONTENU */
.content {
	font-size: 1.2em;
	clear: both;
	width: 585px;
	margin-left: 110px;
	margin-right: 205px;
}

.wrapper {
	float: left;
	width: 100%;
}

.txt1 {
	padding: 10px;
	font-size: 0.8em;
}

.txt1 .date {color: #2e3134; margin-bottom: 5px;}

/* MENU DE GAUCHE */
.menu_gauche {
	float: left;
	margin-left: -900px;
	width: 110px;
	/*background-image: url(images/bg_menu_gauche.gif);
	background-repeat: repeat-y;*/
}

.langue {
	margin: 10px 0;
	font-size: 0.8em;
	text-transform: uppercase;
}

.txt2 {
	padding: 10px 0;
	font-size: 0.8em;
	text-transform: uppercase;
}

/* NOUVELLES */
.nouvelles {
	float: left;
	margin-left: -205px;
	width: 205px;
	/*background-color: #dae5a7;*/
}

.txt3 {
	padding: 3px;
	margin: 10px;
	border: 1px solid #fff;
}

.bloc_news {margin-bottom: 10px;}
.nouvelles .txt3 .date {color: #2e3134;}
.nouvelles .txt3 .resume {color: #695548; font-weight: bold;}

/* PIED DE PAGE */
.footer {
	clear: both;
	text-align: right;
	padding: 10px 0;
	font-size: 0.8em;
	color: #ccc;
	background-color: #fff;
}

/* LIENS */
a {color: #695548; text-decoration: none;}
a:hover {color: #695548; text-decoration: underline;}

.menu_gauche a {color: #695548; text-decoration: none;}
.menu_gauche a:hover {color: #695548; text-decoration: underline;}

.menu_gauche ul ul li a {color: #c3d088; text-decoration: none;}
.menu_gauche ul ul li a:hover {color: #c3d088; text-decoration: underline;}

.nouvelles a {color: #373a3d; text-decoration: none;}
.nouvelles a:hover {color: #373a3d; text-decoration: none;}

a.news, a.news:hover {color: #fff; font-size: 1.2em; font-weight: bold; text-transform: uppercase; text-decoration: none;}

.footer a {color: #ccc; text-decoration: underline;}
.footer a:hover {color: #ccc; text-decoration: none;}

/* TITRES */
h1 {/*color: #695548; */font-size: 1.2em; font-weight: bold; text-transform: uppercase; margin-bottom: 10px;}
h2 {color: #fff; font-size: 1.2em; font-weight: bold; text-transform: uppercase; margin-bottom: 10px;}
h3 {color: #695548; font-size: 1.2em; font-weight: bold; text-transform: uppercase; margin-bottom: 10px;}
h4 {color: #695548; font-size: 1em; font-weight: bold;}

/* PARAGRAPHES */
p {margin-bottom: 10px;}
.paragraphe1 {float: left; width: 50%; color: #695548;}
.paragraphe2 {float: right; width: 50%; color: #58585a;}

/* LISTES */
ol {margin-left: 30px;}
.content ul {list-style-type: disc; margin-left: 30px; margin-bottom: 10px;}
.menu_gauche ul {list-style: none; margin-left: 10px;}
.menu_gauche li {padding-bottom: 5px;}

/* FORMULAIRES */
.text {
	color: #333;
	border: 1px solid #dae5a7;
	font-size: 1em;
}

textarea.text {font-size: 1.2em;}

.txt_info {
	color: #333;
	border: 1px solid #93989a;
	font-size: 0.9em;
	width: 133px;
	height: 13px;
	padding: 0.15em;
}

input.text, textarea.text {padding: 0.15em;}

.button {
	color: #695548;
	font-size: 1em;
	font-weight: bold;
	padding: 2px;
	background-color: #dae5a7;
	border: 1px solid #695548;
}

/* EXTRA */
* {margin: 0; padding: 0;}
.special td {padding: 3px;}
.clearer {clear: both;}
table {font-size: 1em;}
td img {display: block;}

span.vert {color: #dae5a7;}
span.vert2 {color: #c3d088;}
.separator {float: left; width: 3px; height: 33px; background-image: url(../images/sep.jpg); background-repeat: no-repeat;}
.posthidden {display:none}
.postshown {display:inline}
.content img {padding: 3px; margin-right: 8px; margin-bottom: 8px; border: 1px solid #dae5a7;}
.spacer {margin-bottom: 50px;}