body{
	width: 900px;
	margin: auto;/*Centrer le contenu*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	background-color: #c2b8a8;
	padding-bottom: 20px;
}
img{
	display : block; /*Pour corriger bug ie*/
}
p{
	margin: 0;
	padding-top: 15px;
}
#wrapper{
	width: 900px;
	background-color: #FFFFFF;
	border-color: #000000;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
}
#wrapper2{
 	width: 720px;
	background-color: #FFFFFF;
}
#menuRapide{
	text-align: right;
	padding: 5px 10px 5px 0px;
	clear: both;
}
#menuRapide ul, #topMenu ul{
	margin: 0px;
}
#menuRapide li{
	display: inline;
	padding-left: 10px;
	list-style: none;
}
#menuRapide a{
	color : #766c5d;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: bold;
}
#topMenu{
	float: right;
	clear: both;
	height: 45px;
}
#topMenu li{
	float: left;
	padding: 0px;
	list-style: none;
}
#filiales{
	float: right;
}
#contentleft{
	width: 217px;
	float: left;
}
#contentRight{
	width: 683px;
	float: right;
}
#header{
	clear: both;
}
#headerPrint{
	display: none;
}
#main{
	margin: 0px;
	padding-left: 41px;
	clear: both;
}
#main h1{
	font-size: 1.75em;
	margin: 0px;
	padding-top: 10px;
}
#main h2{
	font-size: 1.5em;
	margin: 0px;
	padding-top: 10px;
	color: #00a665;	
}
#main h3{
	font-size: 1.25em;
	margin: 0px;
	padding-top: 10px;
}
#main a{
	color: #00a665;
	text-decoration: none;
}
#main a:hover{
	text-decoration: underline;
}
#footer{
	font-size: 0.9em;
	color: #998f81;
	padding: 20px 20px 10px 258px;
	clear: both;
}
#footer2{
	font-size: 0.9em;
	color: #998f81;
	padding: 20px 20px 10px 20px;
	text-align: center;
	clear: both;
} 
.thrColsLeft{ /*214px de large*/
	width: 199px;
	padding-right: 15px;
	text-align: justify;
	float: left;
}
.thrColsCenter{ /*214px de large*/
	width: 199px;
	padding-left: 7px;
	padding-right: 8px;
	text-align: justify;
	float: left;
}
.thrColsRight{ /*214px de large*/
	width: 199px;
	padding-left: 15px;
	text-align: justify;
	float: right;
}
.thrColsLeftEquipe{ /*214px de large*/
	width: 199px;
	padding-right: 15px;
	text-align: left;
	float: left;
}
.thrColsCenterEquipe{ /*214px de large*/
	width: 199px;
	padding-left: 7px;
	padding-right: 8px;
	text-align: left;
	float: left;
}
.thrColsRightEquipe{ /*214px de large*/
	width: 199px;
	padding-left: 15px;
	text-align: left;
	float: right;
}
.equipeTitre{
	font-size: 0.95em;
}
.oneCol{
	padding-right: 15px;
}
.horaire{
	margin-top: 10px;
	width: 470px;
}
.smallHoraire{
	border-top: solid 1px black;
	width: 270px;
}
.horaire th{
	padding: 5px;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	border-right: solid 1px black;
	background-color: #0d4873;
	color: #FFFFFF;
	width: 193px;
}
.horaire td{
	padding: 5px;
	border-bottom: solid 1px black;
	border-right: solid 1px black;
	text-align: center;
	width: 193px;
}
.horaire td.jour{
	border-left: solid 1px black;
	background-color: #ebe6e0;
	font-weight: bold;
	text-align: left;
	width: 64px;
}
.horaire td.coin{
	width: 64px;
}
.separateur20{
	height: 20px;
	clear: both;
}
.separateur45{
	height: 45px;
	clear: both;
}
.green{
	color: #00a665;
}
.black{
	color: #000000;
}
.bold{
	font-weight: bold;
}
@media print {
#contentleft{
	display: none;
}
#contentRight{
	float: left;
}
#header{
	display: none;
}
#headerPrint{
	display: block;
}
#topMenu{
	float: left;
}
#footer{
	padding: 20px 20px 10px 35px;
}
#filiales{
	display: none;
}
}