/* CSS Document */

/* Pour l'affichage à l'écran */
@media screen{

/*************************************************** général */
body{
 	background-color:#FFFFFF;
	color:#9999cc;
	font-family: Verdana, Arial, sans-serif;	
}

a{
	background-color:transparent;
	color:#7777cc;
	text-decoration:underline;
}

a:hover{
	background-color:transparent;
	color:#cccfff;
}


/*************************************************** Contenu */
#Contenu{
	position : absolute;
	left : 50%;
	width : 984px;
	margin-left : -492px;
}


/*************************************************** log */
#log{
	width:984px;
}

#logbox{
	position:absolute;
	width:184px;
	right:1%;
	color:white;
}


/*************************************************** Haut */
#Haut{
/*background-color:#FF0000;*/
	background:url(background/fond_01.jpg) left no-repeat;
	height:151px;
}


/*************************************************** Nav */
#Nav{
/*background-color:#FFFF00;*/
	background:url(background/fond_02.jpg) left no-repeat;
	height:249px;
}

/* Placement des boutons */
/*Test pour IE*/
/*#Accueil{
	background:transparent url("boutons/Bouton Accueil.png") no-repeat left; 
	_background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="boutons/Bouton Accueil.png", sizingMethod='scale');
}

#Accueil:hover{
	background:transparent url("boutons/Bouton Accueil Survol.png") no-repeat left; 
	_background:none; 
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="boutons/Bouton Accueil Survol.png", sizingMethod='scale'); 
}*/

#Accueil{
	background:url("boutons/Bouton Accueil.jpg") left no-repeat;
 	position:absolute;
	top:230px;
	left:10px;
	width:150px;
	height:50px;
}

#Accueil:hover{
	background:url("boutons/Bouton Accueil Survol.jpg") left no-repeat;
}

#Affiche{
	background:url("boutons/Bouton Affiche.jpg") left no-repeat;
	position:absolute;
	top:178px;
	left:168px;
	width:150px;
	height:50px;
}

#Affiche:hover{
	background:url("boutons/Bouton Affiche Survol.jpg") left no-repeat;
}

#Animations{
	background:url("boutons/Bouton Animations.jpg") left no-repeat;
	position:absolute;
	top:178px;
	left:338px;
	width:150px;
	height:50px;
}

#Animations:hover{
	background:url("boutons/Bouton Animations Survol.jpg") left no-repeat;
}

#Infos{
	background:url("boutons/Bouton Infos.jpg") left no-repeat;
	position:absolute;
	top:230px;
	left:495px;
	width:150px;
	height:50px;
}

#Infos:hover{
	background:url("boutons/Bouton Infos Survol.jpg") left no-repeat;
}

#Association{
	background:url("boutons/Bouton Association.jpg") left no-repeat;
	position:absolute;
	top:287px;
	left:607px;
	width:150px;
	height:50px;
}

#Association:hover{
	background:url("boutons/Bouton Association Survol.jpg") left no-repeat;
}

#Qui{
	background:url("boutons/Bouton Qui Sommes Nous.jpg") left no-repeat;
	position:absolute;
	top:344px;
	left:695px;
	width:150px;
	height:50px;
}

#Qui:hover{
	background:url("boutons/Bouton Qui Sommes Nous Survol.jpg") left no-repeat;
}

#navAdmin{
	border:1px solid;
	text-align:center;
	font-size:10px;
	width:100%;
	margin-bottom:10px;
	height:18px;
	vertical-align:bottom;
}

#navAdmin a{
	padding:0 5px 0 5px;
}

/*************************************************** Corps */
#Corps{
	background-color:white;
	color:#9999cc;
	min-height:380px;
}

#Corps h3{
	text-align:left;
	font-size:20px;
	color:#9999cc;
	margin:0 0 5px 0;
}

#Corps h4{
	text-align:left;
	font-size:16px;
	color:#9999cc;
	margin:0 0 3px 0;
}

#photos{
	position:relative;
	margin-right:20px;
	float:left;
	min-height:400px;
}

#texte{
 text-align:center;
 font-size:24px;
}

.gauche{
  vertical-align:top;
  text-align:right;
}

.droit{
  vertical-align:top;
  text-align:left;
}

table{
	text-align:center;
}

.semaine{
	font-weight:bold;
	text-align:center;
	border : 1px solid;
	margin-bottom:10px
}

.film{
	width:100%;
	text-align:center;
	padding:0;
	margin:0;
}

.partiegauche{
	width:66%;
	float:left;
	padding:0;
	margin:0 100px 0 0;
}

.affiche{
	float:left;
	height:100%;
	text-align:justify;
	margin-right:10px;
}

.detail{
	text-align:justify;
	padding:0;
	margin:0;
}

.seances{
	text-align:left;
	padding:0;
	font-size:20px;
}

.anim{
	text-align:center;
	width:100%;
	height:100%;
	padding:0;
	margin:0 0 10px 0;
	border:1px solid;
}

.evenement{
	text-align:left;
	width:100%;
	border:1px solid;
	padding:5px;
}

/*************************************************** pied */
#Pied{
	background-color:white;
	padding-top:20px;
	text-align:center;
	color:#9999cc;
	font-size:10px;
}

#Pied img{
	border:none;
}


/*************************************************** clearer */
.clearer { 
  clear: both;
  height: 0px;
}

}
/* Fin du media screen */