@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-image: url(medias/bg.png);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #F0F0F0;
	font-family: Arial, Helvetica, sans-serif;
}


#header {
	height: 217px;
	width: 750px;
	margin: auto;
	clear: both;
	background-image: url(medias/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#global {
	margin: auto;
	width: 750px;
}

#intro {
	background-color: #E99D2F;
	font-size: 0.9em;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#menu {
	background-image: url(medias/bg_menu.png);
	background-repeat: repeat-x;
	background-position: top;
}

.nav, .nav2 {
	height: 19px;
	width: 110px;
	padding: 2px;
	background-repeat: no-repeat;
	background-position: right center;
	text-indent: 25px;
	margin-bottom: 5px;
	font-size: 0.9em;
}

.nav {
	background-image: url(medias/bg_nav.png);
}

.nav2 {
	background-image: url(medias/bg_nav2.png);
}

.nav a:link, .nav a:visited, .nav2 a:link, .nav2 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.nav a:hover, .nav2 a:hover {
	color: #FF9900;
}

#col_G {
	width: 114px;
	float: left;
}

#contenu {
	float: left;
	width: 636px;
}


#image {
	margin: auto;
	height: 127px;
	width: 552px;
}

.pages {
	text-align: center;
	font-size: 150%;
	padding: 5px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-left-style: none;
	border-top-color: #FEA202;
	border-right-color: #FEA202;
	border-bottom-color: #FEA202;
	border-left-color: #FEA202;
	border-right-style: none;
	border-bottom-style: solid;
}

#tableau {
	width: 562px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

#tab_haut {
	background-image: url(medias/tab_haut.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 15px;
	width: 562px;
}

#tab_milieu {
	background-image: url(medias/tab_milieu.png);
	background-repeat: repeat-y;
	background-position: center;
	padding: 10px;
}

#tab_bas {
	background-image: url(medias/tab_bas.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 15px;
	width: 562px;
}


#footer {
	background-image: url(medias/bg_footer.png);
	background-repeat: repeat-x;
	background-position: center;
	padding: 2px;
	height: 18px;
	width: 746px;
	margin: auto;
	clear: both;
	font-size: 0.9em;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 10px;
}

#footer a, #footer a:visited {
	font-size: 0.9em;
	font-weight: bold;
}

#footer a:hover {
	font-size: 0.9em;
	font-weight: bold;
}

.news_titre a:link, .news_titre a:visited {
	color: #009900;
}

.news_titre a:hover {
	color: #00CC00;
	text-decoration: underline;
}


.news_contenu a:link, .news_contenu a:visited {
	color: #009900;
}

.news_contenu a:hover {
	color: #00CC00;
	text-decoration: underline;
}
