*	{
	margin:0px auto;
	border:0px;
	padding:0px;
	}

body	{
		background-color:#FFFFFF;
		margin:0px auto;
		padding:0px;
		width:100%;
		height: 100%;
		text-align:left;
		line-height:15px;
		color: #000000;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;				
		}

/* navbar.....................................................................*/
#main	{
	width:766px;
	border:1px #000000 solid;
	margin:0px auto;
		}
#navbar {
	width:766px;
	padding-top: 15px;
	float: left;
	margin-bottom: 20px;
	text-align: center;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
		}

#navbarContent 	{
				width:610px;
				margin-right: auto;
				margin-left: auto;
				}

#navbar ul 	{
			list-style-type: none;
			}

#navbar li {
	float: left;
	width: 200px;
	text-align: center;
	line-height: 12px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	background-color: #231F20;
			}

#navbar a 	{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
			}

#navbar li:hover 	{
	background-color: #B63633;
					}	


/* Main content......................................................*/	

#mainContent	{
				width:750px;
				margin-left:10px;
				margin-right:10px;
				}

#clear 	{
		clear:both; 
		}


/*footer.............................................*/
#footer	{
	background-color: #262828;
	margin-top: -1px;
	height: 95px;
	width: 770px;
	padding-top: 10px;
		}
#footer	p {
	float: left;
	text-align: left;
	padding-top: 10px;
	padding-left: 20px;
	font-size: 12px;
	line-height: 16px;
}
#footer	img {
	float: right;
}
.complet {
	font-weight: bold;
	color: #CC0000;
	font-style: italic;
}
#programmation {
	width: 730px;
}
#programmation h1 {
	font-size: 24px;
	line-height: 24px;
	
}
#programmation h2 {
	font-size: 18px;
	line-height: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
	
}
.journee {
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #E9E9E9;
	display: block;
	padding-bottom: 7px;
}
.journee h3 {
	font-size: 14px;
	background-color: #CCC;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	line-height: 14px;
	padding-left: 10px;
}
.atelier {
	background-color: #FFF;
	padding: 7px;
	width: 333px;
	float: left;
	border: 2px solid #CCC;
	margin-left: 10px;
}
.atelierspecial {
	background-color: #FFC;
	padding: 7px;
	width: 333px;
	float: left;
	border: 2px solid #CCC;
	margin-left: 10px;
}
.ateliernouveau {
	background-color: #FFF;
	padding: 7px;
	width: 333px;
	float: left;
	border: 2px solid #CCC;
	margin-left: 10px;
	background-image: url(images/cours/nouveau.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.ateliernouveau_en {
	background-color: #FFF;
	padding: 7px;
	width: 333px;
	float: left;
	border: 2px solid #CCC;
	margin-left: 10px;
	background-image: url(images/cours/nouveau_EN.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.limage {
	height: 100px;
	width: 75px;
	float: left;
}
.limage img {
}
h4 {
	font-size: 16px;
	line-height: 14px;
	color: #900;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.details {
	font-size: 11px;
	line-height: 12px;
	color: #999;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight: normal;
	font-style: italic;
}
h5 {
	font-size: 12px;
	line-height: 14px;
	color: #666;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
.journee p {
	font-size: 11px;
	padding: 0px;
	line-height: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.formulaire_reserver {
	padding: 0px;
	width: 75px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.bouton_reserver {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C00;
	text-decoration: none;
	line-height: 12px;
	padding: 0px;
	font-weight: bold;
	margin: 0px;
	background-color: #FFF;
	width: 65px;
	height: 25px;
	display: block;
	border: 1px solid #CCC;
}
.bouton_reserver:hover {
	cursor: pointer;
	color: #FFF;
	background-color: #C00;
}

