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

body 
{
background-color: #FFFFFF;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
font-family: Arial, Helvetica, sans-serif;
color:white;
font-weight:bold;
font-size: 12px;
}

.clearBoth {
clear:both;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

.texteDefilant {
color:#333333;
font-size:15px;
height:35px;
line-height:35px;
}

/* Inscription */
#inscription {
display:block;
height:auto;
margin-bottom:40px;
margin-left:auto;
margin-right:auto;
margin-top:40px;
padding:0px;
text-align:left;
width:700px;
}

.value {
background:none;
border:none;
display:block;
float:left;
height:30px;
line-height:30px;
margin-bottom:0px;
margin-left:0px;
margin-right:0px;
margin-top:0px;
text-align:right;
padding:0px;
width:300px;
}

.boite_texte {
background:#ffffff;
border:#000033 1px solid;
display:block;
float:right;
height:20px;
line-height:20px;
margin-bottom:0px;
margin-left:20px;
margin-right:0px;
margin-top:0px;
padding:5px;
width:360px;
}

.valider {
background:#333333;
border:none;
color:#ffffff;
display:block;
float:right;
margin-right:0px;
padding-bottom:10px;
padding-left:20px;
padding-right:20px;
padding-top:10px;
}

.messageContre {
background:#990000;
color:#FFFFFF;
display:block;
margin-bottom:20px;
margin-top:10px;
text-align:center;
padding-bottom:10px;
padding-top:10px;
width:100%;
}

.messagePour {
background:#006600;
color:#FFFFFF;
display:block;
margin-bottom:20px;
margin-top:10px;
text-align:center;
padding-bottom:10px;
padding-top:10px;
width:100%;
}

/* MISE EN PAGE DU TEXTE */

.a_venir
{
color:#333333;
font-weight:normal;
}
.a_venir_date
{
font-weight:bold;
text-decoration:underline;
}
.a_venir_titre
{
font-size:14px;
font-weight:bold;
}

.titre
{
font-size:14;
font-weight:bold;
}

.commentaire
{
font-weight:normal;
}

.cout
{text-decoration:underline;}

.publicite_index
{
display:block;
float:inherit;
position:absolute;
top:200px;
width:100%;
height:309px;
z-index:100;
}

.no-repeat
{background-repeat:no-repeat;
background-position:top;
}


/* **************** Menu ***/

#menu {
display:block;
float:right;
height:218px;
margin-bottom:0px;
margin-left:0px;
margin-right:30px;
margin-top:0px;
list-style:none;
padding:0px;
width:715px;
}

#menu li {
display:block;
float:left;
height:218px;
}

#menu li:hover {
background-position:0 -218px;
}

#menu li a {
display:block;
height:100%;
width:100%;
}

	/* Accueil */
	#accueil {
	background:url(im/menu/accueil.jpg) top no-repeat;
	width:101px;
	}
	
	/* Organisme */
	#organisme {
	background:url(im/menu/organisme.jpg) top no-repeat;
	width:126px;
	}
	
	/* Services */
	#services {
	background:url(im/menu/services.jpg) top no-repeat;
	width:110px;
	}
	
	/* Atelier */
	#atelier_activites {
	background:url(im/menu/atelier_activites.jpg) top no-repeat;
	width:121px;
	}
	
	/* Programmation */
	#programmation {
	background:url(im/menu/programmation.jpg) top no-repeat;
	width:158px;
	}
	
	/* Contact */
	#contact {
	background:url(im/menu/contact.jpg) top no-repeat;
	width:98px;
	}
