/* CSS Document */

#entete {
	display: none;
	visible: hidden;
}

#bandeau {
	height: 106px;
}

#navigation {
	margin-right: 15px;
	font-size: 11px;
	text-align: right;
}


/* ---------------------------------------------------- GAUCHE ---------------------------------------------------- */

#gauche {
	position: relative;
	float: left;
	width: 720px;
	margin: 0;
	padding: 0;
}


/* ---------------------------------------------------- COMMUNIQUES ---------------------------------------------------- */

#blog {
	position: relative;
}

#articles {
	position: relative;
	float: left;
	width: 720px;
	margin: 0;
	padding: 0;
}

#articles div.article {
	position: relative;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #eeeeee;
}

#articles .interieur {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

#articles .contenu {
	position: relative;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#articles .contenu p {
	margin: 0;
}

#articles .contenu .plus {
	padding-top: 15px;
	padding-bottom: 5px;
	text-align: right;
}


/* ---------------------------------------------------- TEXTE ---------------------------------------------------- */

h1 {
	color: #0c3960;
}

h3 {
	font-size: 12px;
	color: #08253f;
}

.normal {
	text-align:justify;
}

.normal, li {
	color: #3e444e;
	font-size: 12px;
}
.normal a {
	color: #0c3960;
}

div a {
	color: #0c3960;
}

.titre {
	color: #0c3960;
	font-size: 20px;
	font-weight: bold;
}
.titre a {
	color: #0c3960;
	text-decoration: none;
}
.titre a:hover {
	color: #0c3960;
	text-decoration: underline;
}

.soustitre {
	color: #0c3960;
	font-size: 12px;
	font-weight: normal;
}

.gras, b {
	color: #0c3960;
	font-size: 12px;
	font-weight: bold;
}

div.ligne {
	width: 100%;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 1px;
	background-color: #fff; /* #3e444e; */
}


/* ---------------------------------------------------- DROITE ---------------------------------------------------- */

#droite {
	position: relative;
	float: left;
	width: 275px;
	margin: 0;
	margin-left: 25px;
	padding: 0;
	padding-top: 15px;
	background-color: #d9dadb;
}
#droite div.video {
	display: block;
	visibility: visible;
	position: relative;
	width: 100%;
	height: 333px;
	margin: 0;
	padding: 0;
	background-color: #fff;
}
#droite div.video .fond {
	height: 100%;
	background: transparent url('../images/fond_section_droite_3.gif') top left no-repeat;
}
#droite div.video .contenu {
	width: 232px;
}


/* ---------------------------------------------------- NAVIGATION ---------------------------------------------------- */

#menulateral {
	position: relative;
	width: 270px;
	height: 960px;
	margin: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#menulateral .fond {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

#menulateral .contenu {
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	padding-left: 20px;
}

#menulateral .contenu .navigtitre {
	padding-top: 0;
	padding-bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #08253f; /* #0c3960 */
	border-bottom: 1px solid #0c3960;
}
#menulateral .contenu .naviglist {
	padding-top: 4px;
	padding-bottom: 10px;
	padding-left: 0;
	color: #08253f;
}

#menulateral a {
	color: #08253f;
	font-size: 11px;
	text-decoration: underline;
	letter-spacing: 0px;
}

#menulateral a:hover {
	color: #08253f;
	text-decoration: none;
}

#flashcontent {
	margin: 0;
	padding: 0;
	margin-top: 10px;
	margin-left: -15px;
}

/* ---------------------------------------------------- NEWSLETTER ---------------------------------------------------- */

.newsletter, .recherche {
	padding-bottom: 10px;
}

.recherche {
	display: none;
}

.newsletter .input, .recherche .input {
	width: 190px;
	background-color: #fff;
	color: #0c3960;
	font-size: 10px;
	border: 1px solid #0e71b4;
}


/* ---------------------------------------------------- RESEAUX SOCIAUX ---------------------------------------------------- */

#partager {
	margin: 16px 0;
	font-size: 10px;
}
#partager ul {
	display: inline;
	margin: 0;
	padding: 0;
}
#partager ul li {
	background: none;
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}


/* ---------------------------------------------------- LIENS ---------------------------------------------------- */

#liens {
	margin: 16px 0;
	font-size: 9px;
	text-align: center;
}
