@charset "utf-8";

body,td {  font-family: serif; background-color: #FFFFFF; color: #000000; line-height: normal; page-break-before: auto; page-break-after: auto; font-size: 12px}

/*Liens*/

a {  color: #BBBBBB; FONT-SIZE: 1em; text-decoration: none}
a:hover {  color: #333333; text-decoration: none}
a:active {  color: #0000FF}
a:visited {  text-decoration: none}

/*Mise en page*/

html, body {
	width:100%;
	height:100%;
	/*background-color: #FFFFFF;*/
 	background-repeat:no-repeat;
}
dl, dt, dd, ul, li {
margin: 2px;
padding: 0;
list-style-type: none;
}
#couchebody {
	position: absolute;

	top:0px;
	bottom:0px;
	
	left:0px;
	right:0px;

	height:100%;
	width:100%;
	/*background-position:center;*/ 
	background-repeat:repeat;
}

.coucheFond {
	position: absolute;
	top:1px;
	left:20%;
	right:20%;	
	width:800px;
	height:99%;
	/*overflow: auto;*/

	color: #EEEEEE;
	font-family:  Tahoma, serif;
	font-weight: normal;
	font-size: 10px;
	/*border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;

	border-right: 1px solid #000000;	
	/*background-image:url('http://banjo/devcolo/images/fr/fond_noir.png');*/
 	background-repeat:no-repeat;
	background-position: center;	
}
.coucheHeader {
	position: absolute;
	top:1px;
	width: 100%;
	height:1px;	

	text-align: center;
 	background-repeat:no-repeat;	
	/*background-color: #BBBBBB;*/	

}
.coucheFooter {
	position: absolute;	
	width: 100%;	
	/*top:700px;*/		
	bottom:1px;		
	/*left:1px;*/
	right:1px;
	height:30px;	
	/*background-color: #EEEEEE;*/

}
.coucheContent {
	position: absolute;	
	top:1px;
	/*left:1%;*/
	width: 100%;
	height:100%;		
	text-align: left;
	font-size:12px;
	font-weight: normal;
}
.titre {
	top:1px;
	font-size:22px;
	color: #113366;
/*
	 box-shadow: 6px 6px 0px black;
	-moz-border-radius: 10px;	 
	-webkit-border-radius: 10px;		

	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;	
*/
	transform-origin: 1% 99%;
	transform: scale(1);

	list-style-position:outside;  	
}
.ul_Titre {
	text-shadow: 4px 4px 4px #555555;
	text-align: center;
}
.ul_Titre li{
	color: #663366;

	font-size:14px;
  	/*background-color: #EEEEEE;*/	
}
.ul_Titre:hover {
	color: #EE3366;
			/*background-color:rgba(153,185,44,.7);*/
			-webkit-transform: scale(1.15);
			-moz-transform: scale(1.15);
			-ms-transform: scale(1.15);
			-o-transform: scale(1.15);
			transform: scale(1.15);
}
.sousTitre {
		color: #113366;
	font-size:14px;
	text-shadow: 4px 4px 4px #555555;


	}

.ul_sousTitre li {
	list-style-type:none;	
	list-style-position:outside; 	
	margin-left: 10px; 
	padding-left: 0;

	margin-left: 0; 
	font-weight: bold;
	font-size:16px;
}
.ul_sousTitre:hover {
	color: #008800;
			/*background-color:rgba(153,185,44,.7);*/
			-webkit-transform: scale(1.15);
			-moz-transform: scale(1.15);
			-ms-transform: scale(1.15);
			-o-transform: scale(1.15);
			transform: scale(1.15);
}
.ul_element:hover {
				color: #663366;	
	text-shadow: 4px 4px 4px #555555;
				
			/*background-color:rgba(153,185,44,.7);*/
			-webkit-transform: scale(1.15);
			-moz-transform: scale(1.15);
			-ms-transform: scale(1.15);
			-o-transform: scale(1.15);
			transform: scale(1.15);

}	
.element {
	position: relative;	
	left:25px;
	width: 90%;
}
.ul_element {
	transform-origin: 50% 50%;
	transform: scale(1);
	text-shadow: 4px 4px 4px #555555;

	list-style-type:square;	
	list-style-position:outside; 	
	margin-top: 5px; 
	padding-top: 0;

	margin-top: 0; 
	padding-top: 5px;
	
	margin-left: 15px; 
	padding-left: 0;

	margin-left: 0; 
	padding-left: 15px;
	font-size:12px;
	color: #222222;	
  	/*background-color: #EEEEEE;*/
}