/******************************************/
/********** STRUCTURE DE LA PAGE **********/
/******************************************/

body{
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(img/fond.jpg);
	margin:0px;
	padding:0px;
}
#block-principal{
	width:765px;
	margin-left:auto;
	margin-right:auto;
	border:1px #fff solid;
	background-image:url(img/corps-fond.jpg);
	background-position: 0 1px;
	background-repeat:repeat-y;
}
#block-bandeau{
	height:203px;
	float:left;
	width:625px;
}
#block-corps{
	background-image:url(img/corps-haut.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width:765px;
	clear:left;
}
#block-menu{
	background-image:url(img/menu.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:203px;
	width:140px;
	float:left
}
#block-contenu{
	background-image:url(img/corps-bas.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	height:363px;
}
html>body #block-contenu {
	height:auto;
	min-height:363px;
} 
#block-bas{
	background-image:url(img/bas.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:59px;
}
#cadre_horraire{
	background-image:url(img/cadre_image.jpg);
	background-position:0 5px;
	background-repeat:no-repeat;
}

/******************************************/
/****************** MENU ******************/
/******************************************/

#menu{
	font-size:12px;
	font-weight:bold;
	color:#fff;
	list-style-type:square;
	margin:0px;
	padding:5px 0 0 25px!important;
	padding:0px 0 0 25px;
	text-align:left;
}
#menu li{
	padding:1px 0 1px 0 !important;
	padding:0px;
}
#menu a{
	text-decoration:none;
	color:#fff;
}
#menu a:hover,#menu a.active{
	text-decoration:underline;
	color:#fff;
}
#menu .no-border{
	border:none;
}

/******************************************/
/************ CORPS DE LA PAGE ************/
/******************************************/

#contenu-texte{
	padding:100px 20px 20px 220px;
	font-size:12px;
	color:#fff;
	line-height:16px;
}
#contenu-texte a{
	text-decoration:underline;
	color:#ff0000;
}
#contenu-texte a:hover{
	text-decoration:none;
	color:#ff0000;
}
h1{
	font-size:18px;
	color:#fff;
	padding:0px 0px 20px 0px;
	margin:0px;
}
h3{
	font-size:14px;
	color:#333;
	padding:0px 0px 0px 0px;
}
ul{
	list-style-type:square;
}
p{
	margin:0px;
	padding:5px 0 5px 0;
}
hr{
	color:#333;
	background-color:#333;
	height:1px;
	border:0;
}
#contenu-texte img{
	border:4px #D06C4A solid;
}
#contenu-texte .no-border{
	border:none;
}
.tbl-border{
	border:1px #fff solid;
}
.petit{
	font-size:10px;
}
.gras{
	font-weight:bold;
}
.entete{
	color:#FF0000;
}
.colonne{
	float:left;
}

/******************************************/
/*************** FORMULAIRES **************/
/******************************************/

input.txt11 {
	border:1px #1B278D solid;
	color:#333;
	background-color:#fff;
}

select, option {
	color:#fff;
}

textarea {
	border:1px #1B278D solid;
	color:#333;
}
input.txt11:focus,textarea:focus {
	border:1px #BA201E solid;
	background-color:#fff;
}
/******************************************/
/****************** BAS *******************/
/******************************************/

#block-bas h2{
	text-align:center;
	font-size:12px;
	color:#fff;
	font-weight:bold;
	margin:0px;
	padding:40px 0 0 0px;
}

#credits img{
	vertical-align:middle;
}
#credits{
	width:765px;
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-size:11px;
	color:#fff;	
}
#credits a{
	font-size:11px;
	color:#fff;
	text-decoration:underline;	
}
#credits a:hover{
	font-size:11px;
	color:#fff;	
	text-decoration:none;
}

h4{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#FE0000;
	padding:0;
	margin:0;
}
.cadre3{border: 1px solid #FFFFFF;}