
body {
	background: #333333 url(images/interface/bg_header.gif) repeat-x top left;
	font : 60% Verdana, Arial, Helvetica, sans-serif;
	color: #222222;
}

#global {
	position:absolute;
	left: 50%;
	width: 790px;
	margin-left: -395px; /* moitié de la largeur */
}

#header {
	background: transparent url(images/interface/header.gif) top left no-repeat;
	width: 790px;
	height: 99px;
}


#header_main {
	margin-top: 15px;
	background: transparent url(images/interface/header_main.gif) top left no-repeat;
	width: 790px;
	height: 11px;
}

#main {
	width: 790px;
	background: #FFFFFF;
}

a:link, a:visited {
	color: orange;
}

a:hover, a:active {
	color: orange;
	text-decoration: none;
}

#cartouche_gris_accueil {
	position: relative;
	top: 30px;
	padding: 20px;
	float: right;
	width: 560px;
	background: #CCCCCC url(images/interface/accueil/angle_basGauche.gif) bottom left no-repeat;
}

#cartouche_gris_presentation {
	position: relative;
	top: 40px;
	padding: 20px;
	float: right;
	width: 560px;
	background: #CCCCCC url(images/interface/accueil/angle_basGauche.gif) bottom left no-repeat;
}

#footer_main {
	background: transparent url(images/interface/footer_main.gif) top left no-repeat;
	width: 790px;
	height: 8px;
	margin-bottom: 20px;
}

#liens_footer {
	text-align: center;
}

#liens_footer a:link, #liens_footer a:visited {
	font-size: 7pt;
	color: #999999;
	text-decoration: none;
}

#liens_footer a:hover, #liens_footer a:active {
	color: #ffffff;
	text-decoration: none;
}

#accueil_slogan1 {
	float: right;
	width: 600px;
	height: 120px;
	background: #CCCCCC url(images/interface/accueil/angle_basGauche.gif) bottom left no-repeat;
}



