/* ===================== */
/* =====MENU====== */
/* ===================== */

#menu {
	float:right;
	/*margin-right:1.8em;*/
}
#menu ul {
	list-style-image:none;
}
#menu li{
	display:inline;
	list-style-image:none;
}
#menu li a {
	width:100%;
	height:100%;
	position:relative;
	top:-10px;
	color:#666;
	background-color:transparent;
	font-family:"Lucida Sans Unicode", "Lucida Console", "Lucida Grande", "Lucida Serif";
	font-weight:bold;
	font-size:.7em;
	text-align:center;
	text-decoration:none;
	padding:0 6px;
	margin:0 10px;
}

#menu a:hover {
	color:#004796;
}

#menu a.lien_actif{
	color:#fff;
	background:#004796;
}

/* ===================== */
/* ========CONTAINER==== */
/* ===================== */

#container {
	clear:both;
	padding-top:1em;
	/*text-align:justify;*/
}

#footer {
	float:left;
	margin-top:10px;
	height:15px;
	font-size:.7em;
	text-align:center;
	text-decoration:none;
	width:800px;
	background-color:#CFD1CC;
}

/* ===================== */
/* ===COLONNE 1=== */
/* ===================== */

#column_1 {
	float:left;
	width:24%;
	margin:1.2em 1.2em 0 1.2em;
	/*padding-right:12px;*/
	/*padding-bottom:51px;*/
	/*background:url(../images/pointilles.gif) right bottom no-repeat;*/
}

/* ===================== */
/* ======COLUMN 2======= */
/* ===================== */


#column_2{
	float:right;
	width:65%;
	/*margin-left:1.8em;*/
	margin-top:1em;
}

#contenu {
	/*margin:0em 1.2em 0 1.2em;*/
	/*padding-right:25px;*/
	/*background:url(../images/pointilles.gif) right bottom no-repeat;*/
	height:auto !important;
	height:500px;
	min-height:500px;
	padding-right:14px;
	padding-left:14px;
	border-right:#CCCCCC 1px dashed;
	border-left:#CCCCCC 1px dashed;
	text-align:justify;
}

#contenu .text p {
	margin-top:15px;
}

.headline{
	margin-bottom:1em;
}

.lettrine{
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:40px;
	line-height:40px;
	color:#666;
	margin:0;
	padding-right:0.1em;
}