body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image:url(../images/haut-bandeau.png);
	background-repeat:repeat-x;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #FFFFFF; 
	padding: 0 00px 0 00px;  /* 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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(../images/bordure_droite.png);
	background-repeat:no-repeat;
	background-position:top right;

}
.oneColFixCtrHdr #footer {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	clear:both;
}
.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: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/*Navigation*/

#bandeau{
margin:0px;

}

#menu {
	height:50px;
	width:780px;
	background-image:url(../images/haut-bandeau.png);
	background-repeat:repeat-x;
}

#menu a
{
background:url(../images/normal.jpg);
display:block;
margin-right:3px;
float:left;
height:20px;
width:153px;
font-size:12px;
color:white;
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-decoration:none;
padding-top:30px;
}

#menu .select
{
background:url(../images/over.jpg);
}

#menu a:hover
{
background:url(../images/over.jpg);
}

a img
{
border: none;
text-decoration:none;
}

#menu form{
	
	display:block;
	margin-left:10px;
	float:left;
	padding-top:27px;

}

.gris h2
{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:17px;
color:#FF0000;
font-weight:400;

}

#droite h2, #centre h2, #colonne_droite h2
{
font: 100% Verdana, Arial, Helvetica, sans-serif;
font-size:17px;
color:#859EA2;
font-weight:400;
margin-top:0px;
}

p
{
font: 100% Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color: black;
}

td
{
font: 100% Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color: black;
}

a {

color:#666666;

}

#gauche
{
width: 250px;
float:left;
}

#centre
{
width: 250px;
float:left;
padding-left: 15px;
padding-top:15px;
}

#centre1
{

float:left;
padding-left: 30px;
padding-top:15px;
}


#droite
{
padding-left:535px;
padding-top:15px;
}

#colonne_gauche
{
width: 250px;
float:left;
}

#colonne_droite
{
padding-left:275px;
padding-top:15px;

}


#mainContent {

margin-left:19px;
padding-top:25px;

}

#bandeau_footer {
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	background-position: right;
	height:25px;
}

#ordre_chiro{
	height:121px;
	background-image:url(../images/ordre_chiro-logo.png);
	background-position:right;
	background-repeat:no-repeat;
	text-indent:-9999px;
}
#credit a{
	float:left;
	font-size: 10px;
	text-decoration:none;
	color:#999999;
	padding-left:30px;
}


.gris {
	background-image: url(../images/background_gris.png);
	background-repeat: repeat-y;
	
}
.gris p{
padding-left: 8px;
padding-right: 8px;
}
.gris a{
padding-left: 8px;
padding-bottom: 8px;
padding-right: 8px;
}
.gris h2{
padding-top: 8px;
padding-left: 8px;
padding-right: 8px;
}

form
{
margin:0px;
}

