body {
	background-color: #6699FF;
	margin: 0px;
}
table {
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #666666;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
	padding-top: 0px;
}
img {
	border: 1px solid #6699FF;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	list-style-image: none;
	list-style-type: none;
	color: #333333;
	margin: 0px;
	left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 14px;
	font-style: normal;
	font-variant: normal;
	color: #666666;
	font-size: 90%;
	margin-left: 10px;
	left: 0px;
	padding: 0px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: left;
	vertical-align: top;
	font-style: normal;
	padding: 0px;
	margin: 0px;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	width: 300px;
	border: 1px solid #D3D0C0;
}
a {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
}
input {
	border: thin solid #D3D0C0;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	width: 150px;
	text-align: left;
}
textarea {
	border: thin solid #D3D0C0;
	width: 300px;
}
option {
	border: thin solid #D3D0C0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}



/* CSS pour les div */

#menu {
	margin-top: 0px;
	margin-bottom: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-color: #D3D0C0;
	border-right-color: #D3D0C0;
	border-bottom-color: #D3D0C0;
	border-left-color: #D3D0C0;
	width: 100%;
	text-align: center;
}
#banniere_ img {
	position: relative;
	margin-top: 0px;
	margin-bottom: 15px;
	left: 15px;
	bottom: 30px;
	top: 0px;
}
#gauche {
	z-index: 1;
	height: 150px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 35%;
	background-image: url(images/CSS/gauche.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
#droite {
	position: absolute;
	z-index: 3;
	right: 0px;
	height: 150px;
	top: 0px;
	width: 35%;
	background-image: url(images/CSS/droite.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
#page {
	background-position: center;
	text-align: center;
}

#menusec_ {
	text-align: center;
}

#haut {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #D3D0C0;
	border-right-color: #D3D0C0;
	border-bottom-color: #D3D0C0;
	border-left-color: #D3D0C0;
	text-align: right;
	width: 760px;
}
#centre {
	position: relative;
	z-index: 1;
	height: 150px;
	top: 0px;
	width: 760px;
	text-align: center;
	margin: auto;
}

/* Classes de propriétés et de positionnement*/
.espace {
	margin: 5px;
}
.droite {
	top: auto;
	right: 0px;
	text-align: right;
}
.menuben {
	list-style-image: none;
	font-size: 85%;
	list-style-type: none;
	margin-bottom: auto;
	margin-left: 5px;
	margin-right: 5px;
}
.imagecontenu {
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
}
.imghaut {
	margin: 5px;
	height: 82px;
	width: 110px;
	border: 5px solid #E0EBEA;
}

.contenu {
	position: relative;
	margin-top: 0px;
	margin-bottom: 5px;
	width: 760px;
	z-index: 3;
	border: 1px solid #D3D0C0;
	background-color: #FFFFFF;
	background-position: left top;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.petit {
	width: 100px;
}
.centre2 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #003366;
	border-right-color: #003366;
	border-bottom-color: #003366;
	border-left-color: #003366;
	margin-bottom: 0px;
	text-align: center;
}
.200 {
	width: 200px;
}





/* Style Css pour les titres */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #333333;
	text-align: left;
	margin: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 105%;
	color: #666666;
	margin-top: 5px;
	padding: 0px;
	margin-bottom: 2px;
	margin-left: 10px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #666666;
	text-align: left;
	margin-left: 10px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #666666;
	font-style: normal;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

/* Style CSS pour les liens */
A:link {
	text-decoration: none;
	color: #003366;
}
A:visited {
	text-decoration: none;
	color: #336699;
}
code {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

A:active {
	text-decoration: none;
	color: #CC0000;
}
A:hover {
	font-weight:normal;
	color: #D90000;
	text-decoration: underline;
}
