/* Corp */

body{
	background-color: #000000;
	background-image: url(images/fond.jpg);
	margin: 5px;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	text-decoration: none;
	border:0;
}

/* Contour du site */

#contour{
	border: 1px #6493D2 solid;
	background-color: #000000;
	padding: 0px;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}

/* En-tête */

#header {
	border: 0px;
	border-bottom: 0px;
	background-image: url(images/header.jpg);
	border-color: #561D26;
	width: 750px;
	height: 275px;
	padding: 0px;
	margin: 0px;
	background-position: center;
}


/* Pub */

#pub {
	width:540px;
	height:100px;
	margin:-60px 0 30px 0;
	background:url('images/pub.gif');
	}
	



/* Menu */

#menu {
	padding: 0px;
	margin: 0px;
	margin-top: 0px ;
	height: 50px;
	padding-top: 180px;
	padding-left: 15px;
	font-size: 14px;
	background-position: center;
	border: 0px solid #dbd ;
}

#menu2{
	float: left;
	margin: 3px;
	width: 140px;
	height: 1050px;
}

h1 {
	font-size:12px;
	color: #6EA0E5;
	width: 590px;
	text-align: left;
}

h2 {
	font-size:12px;
	color: #6EA0E5;
	width: 350px;
	text-align: left;
}

h3 {
	font-size: 12px;
	text-align: center;
	color: Teal;
}

h4 {
	font-size: 13px;
	color: #FFFF00;
	text-align: left;
}

h5 {
	font-size:12px;
	color: #6EA0E5;
	width: 350px;
	text-align: center;
}

h6 {
	font-size:11px;
	color: #6EA0E5;
	width: 500px;
	text-align: left;
}

#page{
	margin: 5px;
	clear: right;
	text-align: left;
}

input.info {
	width: 125px; 
	height: 13px; 
	border-width : 1px; 
	color : #FFFFFF; 
	background-color : transparent; 
	text-align: center; 
	font-family: Verdana; 
	font-size: 11px; 
}

/* Footer */

#footer{
	background-image: url(images/footer.jpg);
	border: 0px;
	padding: 0px;
	margin: 0px;
	width: 750px;
	height: 33px;
	margin-left: 0px;
	background-position: center;
}

#footer p{
	text-align: center;
	padding-top: 10px;
}

#footer A {
	color: #B9F3FF;
	text-decoration: none;
}

/* Reste des tags */

#menu2 A{
	color: #FF99FF;
}

A:link {
	color: #7FC4E8;
	text-decoration: none;
}
A:visited {
	color: #7FC4E8;
	text-decoration: none;
}
A:hover {
	color: #8CD9EF;
	text-decoration: underline;
}

A img{
border:0;
}
