/* CSS Document */

body {
	background-image: url(fond.gif);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

a {color:#666666; text-decoration:none;}
a:hover { text-decoration:underline;}

#page { width:780px; margin-left:auto; margin-right:auto; }

#path { padding-left:15px; margin:10px;}
#media { margin:10px; text-align:center;}
#content_tab {
/*	background-image: url(fond_tabcontent.gif);
	background-color:#FFFFFF;
	background-repeat: repeat-x;
	background-position: center top;*/
	margin-left:8px;
}

#droite_section {
width:195px;
background-color:#FFFFFF;
padding-left:3px;
}

#menu {
	top: 0;
	left: 0;
	color:#FFFFFF;
}

#menu dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

dl#menu {
	width: 180px;
}

dl#menu dt {
	cursor: pointer;
	margin: 2px 0;
	height: 20px;
	line-height: 20px;
	text-align: left;
	font-weight: bold;
	background-color: #d40032;
	padding-left:7px;
	background-image: url(flech.gif);
	background-position: right center;
	background-repeat:no-repeat;
}

dl#menu li {
	text-align: left;
	background: #0a79dd;
	padding-left:18px;
}
dl#menu li a, dl#menu dt a {
	color: #fff;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
}

dl#menu li a:hover, dl#menu dt a:hover {
	background: #f30040;
	background-image: url(flech2.gif);
	background-position: right center;
	background-repeat:no-repeat;
}

#content_section { width:541px; background-color:#FFFFFF; padding:10px;}

#content_section h1 { margin:0px; font-size:14px;}
#content_section h1 a{ color:#003399;}

.tab_logo_art { width:160px; height:125px; padding-right:10px; padding-bottom:5px;}
.tab_logo_art img{border:1px solid #0033CC;}
.intro { text-align:justify;}
.ligne_bottom { border-bottom:1px solid #CCCCCC; margin-bottom:10px;}

#news a {
	padding-left:15px;
	background-image: url(flech_news.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.ligne_top { border-top:1px solid #000099; margin:10px; padding:5px;}


