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

/***********************************************************  pages   *******************************************/

body {
}

#global {
	font-family: Verdana;
	height: 810px;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../../imgs/fond_globale.png);
	background-repeat: no-repeat;
}

#header {
	height: 100px;
	background-image: url(../../imgs/header.png);
	background-repeat: no-repeat;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}

#header2 {
	height: 100px;
	background-image: url(../../imgs/header2.png);
	background-repeat: no-repeat;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}

#menu {
	height: 30px;
	width: 800px;
	background-color: #395C87;
	color: #FF9900;
	margin-right: auto;
	margin-left: auto;
	font-size: 13px;
}

#menu a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}

#menu a:hover {
	color: #FF9900;
	font-size: 12px;
}

#content {
	height: 650px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#footer {
	font-family: Verdana;
	font-size: 10px;
	color: #395C87;
	width: 820px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 2px;
}

#footer a {
	text-decoration: none;
	color: #395C87;	
}

#footer a:hover{
	color: #F7B14B;	
}

#mentions {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	width: 800px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 2px;
}

#mentions a {
	text-decoration: none;
	color: #000000;	
}

#mentions a:hover{
	color: #F7B14B;	
}

/****************************** Menu déroulan   ***********/

