@charset "utf-8";

/**************************** Général */
html {
	overflow: scroll;
}

body {
	background-color: #333333;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

#page {
	background-color: #333333;
	color: #ffffff;
	font-size: 0.8em;
	margin: 20px auto;
	padding: 0;
	text-align: center;
	width: 750px;	
}

img {
	border:2px solid #ffffff;
	text-align: center;
}

p {
	text-align: justify;
}

#gauche {
	float: left;
	margin: 0;
	padding: 0;
	text-align: justify;
	width:300px;
}

#centre {
	background:#cccccc;
	border: 2px solid #fff;
	float: left;
	margin-left: 20px;
	padding: 0;
	text-align: center;
	width:140px;
}

#centre ul {
	margin: 0;
	padding: 0;
}

#centre li {
	list-style:none;
}

#centre li a {
	background-color: #333333;
	color: #ffffff;
	display: block;
	font-size: 1em;
	font-weight: bold;	
	height: 50px;
	line-height: 50px;
	text-align: center;
	text-decoration: none; 
}
#centre li a:hover {
	background-color:#cccccc;
	color: #333333;
}

#droite {
	float: right;
	margin: 0;
	padding: 0;
	text-align: center;
	width:285px;
}

/**************************** Gestion des titres */
h1 {
	background-color: #333333;
	border-top: 2px solid #ffffff;
	color: #ffffff;
	font-family: Impact;	
	font-size: 4em;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-align: left;
}
	
h2	{
	background-color: #333333;
	color: #ffffff;
	font-size: 2em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-align: left;
}

h3	{
	background-color: #333333;
	border-left: 10px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;		
	color: #ffffff;
	font-size: 1em;
	font-weight: bold;
	margin-top: 20px;	
	padding-left: 5px;
	text-align: left;
}

h4	{
	background-color: #333333;
	border-top: 2px solid #ffffff;
	color: #ffffff;
	font-size: 0.9em;
	font-weight: normal;
	margin-top: 20px;	
	padding-top: 5px;
	text-align: left;
}

/**************************** Gestion des liens */
a {
	color: #ffffff;
	font-weight: normal;
	margin: 0;	
	padding: 0;
	text-decoration: underline;
} 	
	
a:hover {
	text-decoration: none;
}