﻿/*Feuille de style main.cssCréation : 10/112005Révision 30/11/2005*/
 *{	border:0px;	margin : 0px;	padding : 0px;}
/* Styles des balises et éléments génériques */
body {	background-color:#FFE; color:#444;}
a {
	text-decoration:none;}
li {list-style:none;}
input,textarea { border : 1px solid silver;  background-color:#eee; /*color:navy;*/ color: white;
}
/* le div séparateur */
.cr {clear:both}

#main{background-image:url('../images/Textures/main.jpg');	 width:100%;	}/* Réglage des zones principales bannière, left_pan, main_pan */ 
/* Le left_pan contiens le menu principal*/
#banniere{ 	background-image:url('../images/Textures/haut.jpg');	}#footer{	background-image:url('../images/Textures/bas.jpg');
/* test sans img,background-image:url('../images/fond_sort.gif') */}
#left_pan {margin-top:10px;	width:20%;	float:left;	/*margin-bottom:20pt;*/
}
#menu {float:left;	text-align:center;	/*margin-left:50px;*/
}#left_pan a{	margin-top:5px;}
/* Agencement des colones */
#banniere {width:100%;/*margin-left:10px;*/		float:left;}
/* Le main_pan contiens le contenu importé */
#main_pan {margin-left:-25px;		float:left;		width:60%;		/*background-color:#EEE;*/	/*border:2px solid black;*/}#main_pan1{float:left;		width:400px;}#right_pan {	float:right;	/*margin-right:30pt;*/	width:20%;	font-family:tahoma,sans-serif;	font-size:8pt;	text-align:center;	margin-top:10px;	margin-left:10pt;	/*border-left: 1px solid #F80;*/	/*background-color:inherit; color:#444;*/
	color:#FFFFFF;}
.min_120 img{	width:120px;}

#footer{height:184px;	float:left;	/*margin:top:50pt;*/	/*height:25pt;*/	width:800px;	font-family:tahoma,sans-serif;
}
/* Définition des boites dans le colone droite */
.boite_liste {
	/*padding-bottom: 3pt;*/
	margin-bottom:10pt;
}

.boite_liste a{
	background-color:inherit; /*color:#888;*/;color:#FFFFFF;
}

.titre_boite {color:#FFFFFF;
	/*border-top:1px solid #F80;
	border-bottom:1px solid #F80;*/
	background-color:inherit; /*color:#666;*/
	margin-bottom:5pt;
	font-weight : bold;
}

/* Le titrage */
/* Révision 26/11/2005 */ 
.titre_rubrique {
	margin-top:10px;
	margin-bottom:15px;
	padding-left:15px;
	padding-top:5px;
	padding-bottom:5px;
	width:375px;
	/*height:50px;*/
	background-color:inherit;/*color:#F80;*/color:white;
	/*background-image:url('../images/back_titre.gif');*/
	font-family: "comic sans MS",sans-serif;
	font-weight:bolder;
	font-size:20pt;
	
}


.sous_rubrique {
	/*margin-top:10pt;
	margin-bottom:5pt;
	padding:5pt;*/
	background-color:inherit;color:#666;
	border-top:1px solid silver;
	font-family: arial, sans-serif;
	font-weight:bolder;
	font-style:normal;
	font-size:12pt;color:white;
	
}

.actualise{
	text-align:right;
	font-size:12pt;color:white;
	background-color:inherit;/*color:#777;*/
	margin-bottom:20px;
}

/* menu_texte  (est mal placé...devrait être dans la feuille chanson) */ 
.menu_texte{
	margin-left:20pt;
}

.menu_texte .titre{
	border-top:1px solid silver;
	font-family:arial,sans-serif;
	background-color:inherit;/*color:blue;*/
	font-weight:bolder;color:white;
	font-size:14pt;
}

.menu_texte table {
	margin-top:10pt;
	border:1px solid silver;
}

.menu_texte td {color:white;
	padding-left:5pt;padding-right:5pt;padding-top:5pt;
}

.menu_texte th {color:white;
	background-color:#EEE;/*color:navy;*/
	padding:3pt;
	border-bottom:1px solid silver;
	text-align:center;
	font-family:arial,sans-serif;
}

