/* CSS Document */

html{
	padding:10px;
	/*background:url(images/bg.jpg) repeat-x top #FFF;*/
	background:url(images/bg.jpg) center;
	background-attachment:fixed;
}

body{
	width:960px;
	margin:0 auto;
	background:url(images/trans.png);
	font-family: 'Archivo Narrow', sans-serif;
	font-size:16px;
	color:#000000;
}

/*h1{
	height:50px;
	padding-left:10px;
	line-height:50px;
	text-transform:uppercase;
	margin:0;
	font-size:28px;
	margin-bottom:5px;
}
*/
h1{
	height:38px;
	padding-left:10px;
	line-height:38px;
	text-transform:uppercase;
	margin:0;
	font-size:22px;
	margin-bottom:5px;
}
.h1_rouge{
	background:url(images/menu_rouge.jpg) repeat-x center;
	color:#FFF;
}
.h1_jaune{
	background:url(images/menu_jaune.jpg) repeat-x center;
	color:#FFF;
}
.h1_gris{
	background:url(images/bg_menu.png) repeat-x center;
	color:#000;
}


h3{
	text-transform:uppercase;
	font-weight:bold;
	font-size:22px;
	color:#E41111;
	border-bottom:1px solid #E41111;
	padding:0;
	margin:5px 0;
}


a{
	color:#000;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}

a.explorer{
	background:url(images/calendrier.png) no-repeat left;
	padding-left:36px;
	font-weight:bold;
	color:#E41111;
	font-family: 'Rambla', sans-serif;
}

.head1{
	width:960px;
	height:165px;
	
	background:url(images/bann3.jpg) no-repeat;
}

.logo{
	width:155px;
	padding-top:7px;
	text-align:center;
	float:left;
}
.logo_nom{
	width:522px;
	padding-top:26px;
	text-align:center;
	float:left;
}
.acces_parents{
	width:273px;
	padding-top:27px;
	text-align:center;
	float:left;
}

.menus{
	background:url(images/menu_jaune.jpg) repeat-x;
	height:50px;
	border:1px solid #B76B17;
}

.banniere img{
	width:960px;
}

.main{
	padding:5px;
}

.left{
	width:650px;
	float:left;
}
.right{
	width:285px;
	padding-left:15px;
	float:left;
}

.left_50{
	width:465px;
	padding:5px;
	float:left;
}

.accueil_element{
	width:306px;
	float:left;
	padding:0 5px
}
.accueil_element_titre{
	height:80px;
	background:url(images/btn.png) center no-repeat;
	font-family: 'Rambla', sans-serif;
	color:#E41111;
	font-size:24px;
	line-height:70px;
	text-align:center;
}
.image_cadre{
	border:5px solid #C0870C;
	width:280px;
}
.accueil_element h2{
	margin:0;
	padding:0;
	font-family: 'Rambla', sans-serif;
	font-weight:bold;
	font-size:22px;
	color:#000;
}
.texte{
}
.lire_suite {
}
.lire_suite a{
	background:url(images/bullet_on.png) no-repeat left;
	padding-left:12px;
	font-weight:bold;
	color:#E41111;
	font-family: 'Rambla', sans-serif;
}

.lien{
	color:#E41111;
}

.img_float{
	float:left;
	padding:5px;
	border:1px solid #999999;
	margin-right:10px;
}
.img_gal{
	padding:5px;
	border:1px solid #CCCCCC;
}
.img_gal:hover{
	border:1px solid #000000;
}

.img_art{
	padding:5px;
	border:1px solid #999999;
}
.img_art img{
	width:290px;
}

.foot{
	background:#EA9914;
	padding:15px;
	color:#000000;
	border-top:5px solid #D35400;
	font-family: 'Rambla', sans-serif;
	text-align:center;
}
.foot a{
	color:#E41111;
}

.clear{
	clear:both;
}

form{
	text-align:left;
}

form p {
	margin: 1em 0;
	padding-left:5px;
}

form p.double {
	/* Empêcher le dépassement des flottants */
	overflow: hidden;
	/* Idem pour IE6 */
	width: 100%;
}

form p.double label {
	float: left;
	width: 160px;
	text-align: left;
	color: #333;
	font-weight: bold;
	cursor: pointer;
}

form p.double label span.info {
	display: block;
	margin-top: .2em;
	font-size: .8em;
	font-weight: normal;
	cursor: default;
}

form p.double input,
form p.double select{
	width: 250px;
	margin-left: 12px;
	border: solid 1px #dadada;
	padding: 4px 8px;
	font-size:22px;
	padding:5px;
	background:url(images/module-header.png) no-repeat left #FFF;
}

.select{
	text-transform:capitalize;
	font-weight:bold;
	margin-left: 12px;
	border: solid 1px #dadada;
	padding: 4px 8px;
	font-size:12px;
	padding:5px;
}

textarea {
	width: 250px;
	margin-left: 12px;
	border: solid 1px #dadada;;
	padding: 4px 8px;
	font-size:22px;
	padding:5px;
}

form p.double textarea {
	padding: 2px 0 0 4px;
	width: 320px;
	height: 6em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
}

form p.simple {
	margin-left: 160px;
}

.bouton{
	font-family: 'Rambla', sans-serif;
	color:#E41111;
	font-size: 22px;
	padding:5px 25px;
}

fieldset{
	border:1px solid #929294;
}

legend{
	color:#929294;
	color:#333333;
	font-weight:bold;
}

.message
{
    border:dotted 1px #188400;
	background:#dafac6;
    color:#188400;
	font-weight:bold;
    padding:4px;
	font-size: 18px;
	text-transform:uppercase;
    text-align:center;
}

.erreur
{
    border:dotted 1px #c50000;
	background:#fbdbd6;
    color:#c50000;
    padding:4px;
	font-size: 18px;
	text-transform:uppercase;
    text-align:center;
}

.warning
{
    border:dotted 1px #E17100;
	background:#FFE4CA;
    color:#DD6F00;
    padding:5px;
    text-align:center;
	font-size: 18px;
	font-weight:bold;
	text-transform:uppercase;
}

.juste{
	font-weight:bold;
	text-transform:uppercase;
	font-size:24px;
	color:#003300;
}

table{
	width:100%;
}
th{
	padding:5px;
	width:200px;
	text-align:left;
	font-size:22px;
	border:1px solid #EAEAEA;
}
td{
	border:1px solid #EAEAEA;
}
.op{
	width:100px;
	text-align:center;
}
.c{
	
}

.coordonnees{
	font-size:18px;
	font-weight:bold;
	text-align:center;
}
.coordonnees img{
	width:64px;
}

.sep{
	height:8px;
	background:url(images/sep.png);
}

.center{
	text-align:center;
}