@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:18px;
	color: #666666;
	text-align:justify;
}
body {
	background-color: #FFFFFF;
	background-image: url(_images/bg-pattern.jpg);
	background-repeat: repeat-x;
	height:100%;
}

#centeredcontent {
	width: 886px;
	height: 370px;
	text-align: center;
	border: 0px solid #000;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -443px;
	/* Half the width of the DIV tag which is 50 pixels */
	margin-top: -200px;	/* Half the height of the DIV tag which is also 50 pixels */
}

.bgContenu {
    background-image:url(_images/bg-contenu.png);
	padding:10px;
}
.paddingRight1pxBorderRight1px {
    padding-right:1px;
	border-right:#999999 1px solid;
}
.paddingRight1px {
    padding-right:1px;
}

.paddingRignt5px {
    padding-right:5px;
}
.paddingRignt10px {
    padding-right:12px;
}

.border1px {
    border: 1px solid #999999;
}

input {
    color: #999999;
    font-size:12px;
    background: #ffffff;
    border: 1px solid #999999;
    padding:0px;
}

.horaire {text-align:right; text-transform:uppercase; color:#999; font-size:9px; padding-right:5px; text-decoration:none;}
a.horaire:link {text-align:right; text-transform:uppercase; color:#999; font-size:9px; padding-right:5px; text-decoration:none;}
a.horaire:visited {text-align:right; text-transform:uppercase; color:#999; font-size:9px; padding-right:5px; text-decoration:none;}
a.horaire:hover {text-align:right; text-transform:uppercase; color:#666; font-size:9px; padding-right:5px; text-decoration:none;}
a.horaire:active {text-align:right; text-transform:uppercase; color:#999; font-size:9px; padding-right:5px; text-decoration:none;}

.style1 {	font-size: 9px;
	font-weight: bold;
}

.paddingBottom5px {padding-bottom:5px;}
