
#global {
	background:url(../_img/general/fond_presse.jpg) top center no-repeat;
}

/*-----------mise en forme texte contenu sans bloc droite-----------*/

#contenu h1 {
	color:#0c2c45;
	font:normal 40px "Times New Roman", Times, serif;
	padding-top:6px;
	margin-left:20px;
}

/*----------------------------------sous_menu----------------------------*/

#sous_menu {
	width:430px;
	height:25px;
	background-color:#eef0f5;
	padding-left:20px;
	padding-top:3px;
	margin-top:14px;
}

#sous_menu a {
	color:#000000;
	font:normal 14px "Times New Roman", Times, serif;
	text-decoration:none;
}

#sous_menu a:hover, #sous_menu a.on {
	color:#5d77a1;
	font-weight:bold;
}

/*----------------------bloc rechercher_doc---------------------*/

#rechercher_doc {
	width:650px;
	height:106px;
	background-color:#e2dfd5;
	position:relative;
}

#rechercher_doc input#recherche {
	position:absolute;
	bottom:0;
	right:0;
	width:85px;
	height:29px;
}

#rechercher_doc p.titre {
	color:#393129;
	font:bold 14px "Times New Roman", Times, serif;
	border-bottom:1px solid #c0bcb3;
	width:630px;
	margin-left:20px;
	padding-top:6px;
	height:25px;
}

#rechercher_doc input#mot_clef {
	border:1px solid #c0bcb3;
	width:160px;
	height:18px;
	margin-top:5px;
	color:#666666;
	font:normal 12px "Times New Roman", Times, serif;
}

#rechercher_doc input#ok{
	position:relative;
	top:5px;
	/top:3px;
}

#rechercher_doc select.annee {
	border:1px solid #c0bcb3;
	width:90px;
	height:18px;
	margin-top:5px;
	color:#666666;
	font:normal 12px "Times New Roman", Times, serif;
}

#rechercher_doc select#support {
	border:1px solid #c0bcb3;
	width:130px;
	height:18px;
	margin-top:5px;
	color:#666666;
	font:normal 12px "Times New Roman", Times, serif;
}

#rechercher_doc p {
	color:#6b655c;
	font:normal 14px "Times New Roman", Times, serif;
	padding-top:10px;
}

p.resultat {
	color:#000304;
	font:normal 16px "Times New Roman", Times, serif;
	margin-left:20px;
	margin-top:25px;
}

/*----------------------doc---------------------*/

.doc {
	border-bottom:1px solid #a9b7ce;
	margin-top:15px;	
	margin-left:20px;
	width:400px;
}

.doc p {
	color:#0c2c45;
	font:bold 16px "Times New Roman", Times, serif;
}

.doc p.date {
	float:left;
	color:#000000;
	font:normal 14px "Times New Roman", Times, serif;
	margin-top:5px;
}

.doc p.parution {
	float:right;
	color:#000000;
	font:normal 14px "Times New Roman", Times, serif;
	margin-top:5px;
}

.doc p.lien {
	color:#54709e;
	font:italic 14px "Times New Roman", Times, serif;
	clear:both;
	padding-top:10px;
	padding-bottom:20px;
}

.doc p a {
	color:#54709e;
	text-decoration:underline;
}

/*----------------------communique---------------------*/

.communique {
	margin-top:15px;	
	margin-left:20px;
	width:500px;
}

.communique p {
	color:#0c2c45;
	font:bold 16px "Times New Roman", Times, serif;
}

.communique p.date {
	color:#000000;
	font:normal 14px "Times New Roman", Times, serif;
	margin-top:5px;
}

.communique p.texte {
	border-top:1px solid #a9b7ce;
	color:#000000;
	font:normal 13px "Times New Roman", Times, serif;
	margin-top:10px;
	padding-top:10px;
	line-height:18px;
}

.communique p.lien {
	color:#54709e;
	font:italic 14px "Times New Roman", Times, serif;
	clear:both;
	padding-top:10px;
	padding-bottom:20px;
}

.communique p a {
	color:#54709e;
	text-decoration:underline;
}

a.retour {
	display:block;
	width:410px;
	border-bottom:1px solid #e1e1e1;
	color:#54709e;
	font:italic 14px "Times New Roman", Times, serif;
	text-decoration:none;
	margin-left:20px;
	padding-top:12px;
	padding-bottom:7px;
}


