		/* *********** */
		/* CSS GLOBAUX */
		/* *********** */
		
body
{
	background-color: #FFFFFF;
	width: 920px;
	margin: auto;
	font-family: Arial, Tahoma, Sans-Serif;
}

#general
{
	background: url('img/fond.png') repeat-y;
	font-size: 15px;
	color: #191919;
	padding: 0px 11px;
	margin: 0px;
	font-size: 16px;
}

#total
{
	height: 640px;
	position: absolute;
	top: 50%;
	margin-top: -320px;
}

#img_fond
{
	background: url('img/color_fond.jpg');
}

#menu_sup
{
	padding-top: 10px;	
}

#haut
{
	width: 920px;
	height: 11px;
	background: url('img/fond_haut.png') no-repeat;
}

#bas
{
	width: 920px;
	height: 11px;
	background: url('img/fond_bas.png') no-repeat;
}

#content
{
	text-align: justify;
	width: 830px;
	margin: auto;
	padding: 10px;
	height: 300px;
}

#menu
{
	background-color: black;
	height: 38px;
	margin-top: -4px;
}

#menu a
{
	border: none;
	margin-left: 1px;
}

#menu img
{
	border: none;
	margin-top: 1px;
}

#menu a:first-child
{
	border: none;
	margin-left: 2px;
}

#banniere_footer
{
	height: 100px;
	width: 898px;
	background: url('img/banniere2.jpg') black no-repeat;
	clear: both;
}

#plan_gauche
{
	float: left;
	width: 250px;
	vertical-align: middle;	
}

#partenaires_gauche, #astro_gauche
{
	float: left;
	width: 390px;
}

#partenaires_droit, #astro_droit
{
	float: left;
	width: 390px;
	margin-left: 30px;
}

img[src="img/logo.png"]
{
	margin-left: 15px;
	border: none;
}

h1
{
	font-size: 24px;
	text-align: center;
}

.italic
{
	font-style: italic;	
}

.important
{
	text-align: center;
	font-size: 20px;	
}

a
{
	color: #191919;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;	
}

strong, em
{
	font-weight: normal;
	font-style: normal;	
}

.italique
{
	font-style: italic;
}

.souligne
{
	text-decoration: underline;
}

.gras
{
	font-weight: bold;	
}

.centrer
{
	text-align: center;
	margin: auto;	
}

#accueil_title, #activites_title, #contact_title, #plan_title, #partenaire_title
{
	background-color: black;
	width: 166px;
	margin-top: 0px;
	margin-left: 1px;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	padding: 6px;
	text-align: center;
	float: left;
	visibility: hidden;
}

#accueil_title
{
	margin-left: 2px;
}

#accueil_title p, #activites_title p, #contact_title p, #plan_title p, #partenaire_title p
{
	margin: 0px;
	color: white;
	font-size: 13px;	
}
