@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4 {color:#000;}
h1 { font-size:20px;margin-left:20px;margin-right:20px;margin-top:10px;margin-bottom:10px;}
h2 { font-size:16px;margin-left:20px;margin-right:20px;margin-top:6px;}
h3 { font-size:14px;margin-left:20px;margin-right:20px;margin-top:6px;}
h4 { font-size:14px;margin-left:20px;margin-right:20px;margin-top:6px;}
ul{margin-top:5px; margin-bottom:5px;font-size:14px;}
li {list-style:none; ;}
Acronym {text-decoration:none; color:#900;}
a {text-decoration:none;color:#C03; font-weight:bold;}
a:hover {color:#FFF; background-color:#C03;font-weight:bold;}
p,form,tr,ul{
	color:#000;
	font-size:13px;
	margin-left:20px;
	margin-right:5px;
	margin-top:3px;
}
table{width:90%;}
fieldset{width:95%;}
fieldset legend{ font-weight:bold;color:#000;}
html {
	text-align:center;
	background-color:#000;
	}
body{
	position:relative;
	width:900px;
	margin:0 auto;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#900;
	text-align: left;
}

/***************************************************************** BLOCS ***********************/
#intro {
	position:relative;
	left:0px;
	top:100px;
	width:900px;
}
#header {
	float:left;
	width:900px;
	height:120px;
	background-image:url(../garnitures/banniere_bordeau.jpg);
}
#FlashID{
	margin-left:20px;
	float:left;
	background-image:url(../animations/img20.jpg);
	background-repeat:no-repeat;
}

#alert{
	font-size:13px;
	line-height:30px;
	color:#F00;
	float:right;
	width:400px;
	height:30px;
	font-weight:bold;
}

#contenu{
	float:left;
	width:100%;
	background-image:url(../garnitures/fond_conteneur_principal.jpg);
	height:390px;
	overflow-y: auto;
	}
#contenu dl ul li {/************* Pour la page réalisation *******/
	color:#000;
	font-size:12px;
	margin-bottom:2px;
	margin-top:2px;
	margin-left:5px;
	margin-right:5px;
}
#contenu li {margin-left:40px; margin-bottom:2px; list-style:disc; margin-right:10px; font-size:14px;}
#contenuPrincipal{
	float:left;
	width:50%;
	height:390px;
	background-image:url(../garnitures/fond_conteneur_principal.jpg);
	}
#contenuSecondaire{
	float:left;
	width:50%;
	height:390px;
	background-image:url(../garnitures/fond_conteneur_principal.jpg);
	}
#cube {
	position:relative;
	left:0px;
	top:0px;
	width:400px;
	height:420px;
}
#jukeBox{
	float:left;
	left:205px;
	width:607px;
	height:600px;
}
#feteMusique{
	float:left;
	left:0px;
	width:801px;
	height:601px;
}
#Nota{
	font-size:13px;
	float:left;
	width:250px;
	height:400px;
	margin-top:50px;
	margin-left:10px;
	margin-right:20px;
	color:#FFF;
}
#legend {
	position:absolute;
	top:460px;
	left:0px;
	width:400px;
	height:20px;
	font-size:13px;
	color:#FFF;
	font-weight:bold;
	text-align:center;
}
/***************************************************************** ETAPES ***********************************/
#contenuEtapesGauche{
	margin-top:5px;
	float:left;
	width:28%;
	height:300px;
	}
#contenuEtapesGauche fieldset{margin-left:10px; margin-top:10px; padding-left:0px; padding-right:0px; width:90%;}
#contenuEtapesGauche fieldset legend{ font-weight:bold; font-size:14px;}
#contenuEtapesGauche table {
	margin-top:5px;
	width:93%;
	margin-left:10px;
	margin-right:5px;
}
#contenuEtapesGauche table a img{
	text-decoration:none;
	border:none;
}
#contenuEtapesGauche table a:hover {
	text-decoration:none;
	border:none;
	background:none;
}
#contenuEtapesDroite{
	margin-top:0px;
	float:left;
	width:71%;
	height:300px;
	background-image:url(../garnitures/fond_conteneur_principal.jpg);
	overflow:auto;
	}
#contenuEtapesDroite h3{
	text-align:center;
	margin-top:0px;
	margin-bottom:5px;
}
#contenuEtapesDroite ul li{
	font-size:13px;
	margin-left:5px;
}
/********************************************************************** DEVIS ********************************/
#devisGauche{
	border:none;/*pour ne pas voir les bordures du fieldset*/
	color:#666;
	float:left;
	width:45%;
	}
#devisDroite{
	border:none;/*pour ne pas voir les bordures du fieldset*/
	float:right;
	width:48%;
	}
/******************************************************** PIED DE PAGE *****************************************/	
#pied_page{
	font-size:12px;
	text-align:center;
	clear:both;
	height:30px;
	background-color:#9d0f0f;
	}
#pied_page a{
	color:#FFF;
	font-weight:500;
	}
#pied_page a:hover{
	color:#999;
	background-color:#FFF;
	font-weight:bold;
	}
/***************************************************************** CLASSES DIVERSES ***************************/
.lettrine {
	color:#C03;
	float: left; /* positionnement de la lettrine dans le conteneur*/
	font-size: 18px; /* 3 hauteurs de lignes pour la lettrine*/
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	line-height: 18px;
}
.centrage{
	text-align:center;
}
.page_active{color:#FF6;}
.sous_menu a{width:180px;height:20px;display:block; line-height:20px;margin-bottom:1px; margin-top:-5px; text-indent:20px}
.sous_menu a:hover{color:#FFF;background-color:#C03;width:180px;height:20px;display:block; line-height:20px;margin-bottom:1px; margin-top:-5px;}
.sous_page_active{color:#FFF; background-color:#C03;width:180px;height:20px;display:block; line-height:20px; margin-bottom:1px; margin-top:1px;}
.imageDroite{
	float:right;
	margin-left:10px;
	margin-top:1px;
	margin-bottom:5px;
	margin-right:1px;
}
.droit{
	font-size:15px;
}
.tirelire{
	float:right;
	margin-left:4px;
	margin-top:-5px;
	margin-bottom:0px;
	margin-right:0px;
	background-image:url(../images/tirelirecontente.png);
	background-repeat:no-repeat;	
}
/****************************************************************CLASSES PAGE  REALISATIONS ****************************/
.site{
	margin-top:0px;
	margin-left:12px;
	float:left;
	width:32%;
	height:340px;
	}
.anim{
	width:30%;
	height:250px;
	margin-left:10px;
	margin-top:5px;
	float:left;
	}	
.site li,p,img {
	margin-top:3px;
	margin-bottom:2px;
	margin-left:10px;
	margin-right:10px;
	font-size:13px;
}
.site a:hover {
	color:#C03;
	background:none;
}
.separateur{
	margin-top:10px;
	float:left;
	width:1%;
}
.titre{
	 font-size:14px;
	 font-weight:bold;
	 margin-left:20px;
	 margin-right:20px;
	 margin-top:6px;
}

/*********************************************************** MENU ***********************************/
#menu, #menu ul /* Liste */     
{		margin:0;
        padding : 0; /* pas de marge intérieure */
        list-style : none; /* on supprime le style par défaut de la liste */
        line-height : 30px; /* on définit une hauteur pour chaque élément */
        text-align : center; /* on centre le texte qui se trouve dans la liste */
}
#menu ul 
{	
		padding : 0; /* pas de marge intérieure */
        margin : 0; /* ni extérieure */
        list-style : none; /* on supprime le style par défaut de la liste */
         line-height : 20px; on définit une hauteur pour chaque élément */
        text-align : center; /* on centre le texte qui se trouve dans la liste */
}

#menu  Ensemble du menu 
{
        /*font-weight : bold;  on met le texte en gras */
        /*font-family : Arial;  on utilise Arial, c'est plus beau ^^ */
        /*font-size : 12px;  hauteur du texte : 12 pixels */
	
}

#menu a /* Contenu des listes */
{
        display : block; /* on change le type d'élément, les liens deviennent des balises de type block */
        padding : 0; /* aucune marge intérieure */
        background: url(../navigation/boutonsBordeau.jpg) left top no-repeat  ;  
        color : #fff; /* couleur du texte */
        text-decoration : none; /* on supprime le style par défaut des liens (la plupart du temps = souligné) */
        width : 180px; /* largeur */
		color:#FFF;
		font:Arial, Helvetica, sans-serif;
		font-size:18px;
		line-height: 30px ;
		font-weight:normal;
}

#menu li /* Elements des listes */      
{ 
        float : left; 
}

/* IE ne reconnaissant pas le sélecteur ">" */

#menu li ul /* Sous-listes */
{ 
        position: absolute; /* Position absolue */
        width: 180px; /* Largeur des sous-listes */
        left: -999em; /* Hop, on envoie loin du champ de vision */
}

#menu li ul li a
{
		font-size:14px;
		line-height:20px ;
}

/* IE ne reconnaissant pas le sélecteur ">" ... je me répète ;-) */

#menu a:hover /* Lorsque la souris passe sur un des liens */    
{
        color:#FFF; 
		font-weight:normal;
        background: url(../navigation/boutonsBordeau.jpg) right top no-repeat  ;
}

#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul  /* Sous-listes lorsque la souris passe sur un élément de liste ET sous-sous-lites lorsque la souris passe sur un élément de sous-liste */
{
        left: auto; /* Repositionnement normal */
        min-height: 0; /* Corrige un bug sous IE */
}



