@charset "utf-8";
/* CSS Document */

.oneColFixCtrHdr #container {
	width: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	
	
}
.oneColFixCtrHdr #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(index.jpg);
	height:600px;
	text-align: center;
}
.oneColFixCtrHdr #mainContent2 {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(index.jpg);
	height:600px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */

}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
body {
	background-color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: left;
}
a:link {
	color: #CCC;
	text-decoration: none;
}
a:visited {
	color: #CCC;
	text-decoration: none;
}
a:hover {
	color: #FF0;
	text-decoration: underline;
}
a:active {
	color: #FF0;
	text-decoration: none;
	text-align: right;
	font-size: 10px;
}
.petit10 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
body table tr td {
	text-align: left;
}
.boutonJaune {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	background-color: #F90;
	padding: 2px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.titreCenter {
	text-align: center;
	color: #333;
	font-weight: bold;
}
.left {
	text-align: left;
}.noir {
	color: #333;
}
.left table tr td #sex {
	text-align: left;
}
.gauche {
	text-align: left;
}
.center {
	text-align: center;
	font-weight: bold;
}
.jaune {
	color: #F6C238;
	font-weight: bold;
}
.gauche #cgu {
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}
.gauche #cgu {
	overflow: auto;
	top: 0px;
	right: 0px;
	bottom: 100px;
	left: 100px;
}
h1 {
	font-size: 22px;
}
h3 {
	font-size: 14px;
}
#table1 {
	height: 637px;
	width: 1000px;
}
#table2 {
	height: 519px;
	width: 100%;
	margin: 0px;
}
#bgd {
	background-image: url(fond.jpg);
}

#table3 {
	width: 610px;
	height: 437px;
}
#bgd2 {
	background-image: url(fond2);
}
