/* General ==================================================================*/
* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	font-family: Futura, Verdana, Arial, Helvetica, sans-serif;
	background: #5A767A;
	xcolor: #5E523C;
	color: #333;
	font-size: 12px;
	height: 100%;
}

h1 {
	color: #003366;
	font-size: 15px;
	padding-bottom: 5px;
}

h2 {
	color: #003366;
	font-size: 13px;
	padding: 20px 0 5px;
}

h3 {
	color: #003366;
	font-size: 12px;

}

img {
	border: 0;
}

p {
	margin: 2px 0 15px;
}


a:link, a:visited {
	text-decoration: none;
	color: #5A767A;
}

a:hover, a.sel {
	color: #D5A95E !important;
}

#certificat {
	color: #5A767A !important;
}

#certificat:hover {
	color: #D5A95E !important;
}

.clear {
	clear: both;
}

/* Structure =================================================================*/

#home {
	height: 100%;
	width: 100%;
}

#home td {
	text-align: center;
	color: white;
	font-weight: bold;
	padding: 100px 0;
}

#page {
	margin: 40px auto;
	padding-top: 47px;
	text-align: center;
	background: url(../images/entete.jpg) top left no-repeat #fff;
	width: 790px;
}

#menu1 {
	margin-right: 20px;
	text-align: right;
	font-weight: bold;
}

#menu1 a:link, #menu1 a:visited {
	color: white;
}

#menu1 a:hover, #menu1 a.sel {
	color: #5A767A !important;
}

#menu1 img {
	margin-top: 42px;
}

#corps {
	text-align: center;
}

.wrap {
	text-align: left;
	padding: 30px 20px;
}

.wrap img {
	float: right;
	margin: 5px 0 100px 20px;
}

.wrap ul {
	margin-bottom: 20px;
}

.wrap ul li {
	margin: 0 0 5px 15px;
}

/* Menu ==================================================================*/

#menu2 {
	margin: 20px 20px 0 24px;
	text-align: left;
	list-style: none;	
}

#menu2 li {
	display: inline;
	margin: 0 4px 0 0;
	text-align: left;
	list-style: none;
	font-weight: bold;
	font-size: 11px;
}

