* {
	background-repeat: no-repeat;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: white;
	background-position: 780px;
	background-repeat: repeat-y;
}

img {
	border: 0px;
}

p, ul, li {
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
}

/* Mise en page des blocs */

#header {
	height: 145px;
	width: 100%;
	background-color: black;
}

#breves {
	height: 24px;
	width: 100%;
	background-color: black;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: white;
	position: relative;
	overflow: hidden;
}
#breves td {
	color: white;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

#zone_libre_1 {
	width: 195px;
	height: 146px;
	background-color: black;
	color: white;
	overflow: hidden;
}

#zone_libre_2 {
	width: 195px;
	height: 146px;
	overflow: hidden;
}

#navigation {
	width: 195px;
	height: 292px;
	background-color: #CCCCCC;
}

#navigation ul {
	padding-left: 10px;
	padding-top: 10px;	
}

#navigation li.nav2 {
	list-style-type: none;
	font-family: "Verdana";
	border-bottom: solid #CCCCCC 5px;
	background-image:url(../images/rectangle_noir_small.gif);
	background-position:10px 2px; 
	padding-left: 15px;
}

#navigation li.nav2_selection {
	list-style-type: none;
	font-family: "Verdana";
	border-bottom: solid #CCCCCC 5px;
	background-image:url(../images/rectangle_gris_small.gif);
	background-position:10px 2px; 
	padding-left: 15px;
}

#navigation li.nav1 {
	/*list-style-image:url(../images/rectangle_noir.gif);*/
	list-style-type: none;
	font-weight: bold;	
	border-bottom: solid #CCCCCC 5px;	
	background-image:url(../images/rectangle_noir.gif);
	background-position:0px 2px; 	
	padding-left: 7px;					
}

#navigation li.nav1_selection {
	/*list-style-image:url(../images/rectangle_noir.gif);*/
	list-style-type: none;
	font-weight: bold;	
	border-bottom: solid #CCCCCC 5px;	
	background-image:url(../images/rectangle_gris.gif);
	background-position:0px 2px; 	
	padding-left: 7px;					
}

#navigation li.nav1 a {
	font-family: "Verdana";
	font-size: 10px;
	color: #332F2D;
}

#navigation li.nav2 a {
	font-family: "Verdana";
	font-size: 10px;
	color: #332F2D;
}

#navigation li.nav1_selection a {
	font-family: "Verdana";
	font-size: 10px;
	color: #332F2D;
}

#navigation li.nav2_selection a {
	font-family: "Verdana";
	font-size: 10px;
	color: #332F2D;
}

#navigation li a.selection {
	color: #666666;		
}

#zone_communiques {
	width: 390px;
	height: 292px;
}

#zone_communiques p {
	margin: 0px 10px;
}

#zone_communiques table {
	width: 370;
	text-align: right;
}

#image_lien {
	width: 195px;
	height: 146px;
}

#video {
	width: 195px;
	height: 146px;
	background-color: black;
}

#contenu_titre {
	width: 390px;
	height: 146px;
}

#contenu_titre p {
	margin: 5px 0px 5px 10px;
}

#contenu_riche {
	width: 585px;
	height: auto;
}

#contenu_riche p {
	padding: 5px 10px;
}

#contenu_body {
	width: 570px;
}

#zone_liste_communiques {
	width: 585px;
	height: auto;
	background-position: right bottom;
}

#zone_liste_communiques table {
	margin: 40px 10px 0px 10px;
}

#zone_liste_contenu_categorise p {
	width: 585px;
	height: auto;
	background-color: white;
	background-position: right bottom;
}