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


 
body {
	background-color: #1E121F;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333;
	overflow:auto;
}


#container {
	position: relative;
	width: 96%;  
	height:100%;
	top: 0px;
	right: 0px;
	margin-right: 2%;
	margin-left: 2%;
	z-index: 1;

} 
#header {
	width: 100%;
	position: relative;
	top: 12px;
	margin-right: 0%;
	margin-left: 0%;


	visibility: visible;
} 
#middle {
	width: 100%;
	/* paramétrage de la largeur à 20 pixels de moins que le plein écran (800 pixels) pour tenir compte de l'habillage du navigateur et éviter l'apparition d'un ascenseur horizontal */
	margin: 0 auto; /* les marges automatiques (et dotées d'une largeur positive) centrent la page */
	text-align: left; /* ce paramétrage annule le paramètre text-align: center de l'élément body. */
	background-image: url(../images/fond3.jpg);
	background-repeat: no-repeat;
	height: 700px;
	z-index: -1;
	
} 
#phrase
{
	z-index:4;
	position: absolute;
	margin-right: 22%;
	margin-left: 22%;
	top: 2px;
	width: 70%;
	color: #FFC00F;
	font-size: 14px;
	font-weight: bold;
	visibility: visible;
}
#sidebar1 {
	float: left; /* cet élément est flottant, il faut donc lui attribuer une largeur */
	z-index:4;
	top:92px;
	position: absolute;
	width: 115px;
	z-index: 1;
	padding-right: 3%;
	visibility: visible;
}
.imgBarre{
	padding-top: 0px;
	padding-bottom: 10px;
	width: 60%;
	height:60%;
}
#mainContent {
	font-family: Arial, Helvetica, sans-serif;
} 


.anim{
	z-index: 3;
	position: absolute;
	left:24%;
	top: 91px;
	width: 70%;
	visibility: visible;
		}
.objet		{
		width: 85%;
		}
.titre		{
	position: absolute;
	top: 0px;
	left:0px;
	width: 100%;
		}		
			

.titre_gr		{
		height:70%;
		}
#txt {
	z-index: 10;
	position: absolute;
	left: 9%;
	top: 100px;
	width: 50%;
	height: 400 px;
	overflow: auto;
	background-color: #FFFFFF;
	
}
#formulaire {
	z-index: 10;
	position: absolute;
	left: 9%;
	top: 100px;
	width: 70%;
	height: 400 px;
	overflow: auto;
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	
}
#langues{

width:100%;
padding-top:5px;
padding-bottom:10px;


}
#langues h4{
	font-size: 11px;
	font-weight: bold;
	color: #210526;
	text-align: center;
	
}
#langues table{
	margin-right:3%;
	font-size: 12px;
}
#langues a:link{
	text-decoration: none;
	color: #21011F;
	font-size: 12px;
}
#langues a:hover{
	text-decoration: none;
	color: #96BA3E;
	font-size: 12px;
}
#langues a:visited{
	text-decoration: none;
	color: #21011F;
	font-size: 12px;
}


#footer {
	width:100%;
	margin: auto; /* les marges automatiques (et dotées d'une largeur positive) centrent la page */
	background-color: #0E0011;
	z-index: 5;
	
	} 
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	color: #97BB3F;
	padding-top: 15px;
	padding-bottom: px;
	font-size: 11px;
	text-align: center;
	z-index: 5;
}



.TabbedPanels {
	margin: 0px;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
	overflow: hidden;
	z-index: 3;
	position: absolute;
	left:24%;
	top: 110px;
	width: 67%;
	height:500px;
	visibility: visible;
}


.TabbedPanelsTabGroup {
	margin: 0px;
	position: absolute;
	top:472px;
	height:42px;
	overflow:hidden;
	left:25%;
	z-index: 3;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;	
}

.TabbedPanelsTab {
	position: relative;
	top: 0px;
	float: left;
	height:35px;
	background-repeat: no-repeat;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	font-family: sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;

}

.TabbedPanelsTab a:link {
	color: #fff;
	text-decoration: none;
	position: relative;
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/bt.gif);
	height:30px;
	margin-top: 2px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 15px;
}

.TabbedPanelsTab a:hover {
	position: relative;
	color: #1E121F;
	text-decoration: none;
	background-image: url(../images/bt_over.gif);
	height:30px;
		margin-top: 2px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 15px;
	
}
.TabbedPanelsTab a:focus {
	position: relative;
	color: #1E121F;
	text-decoration: none;
	background-image: url(../images/bt_over.gif);
	height:30px;
		margin-top: 2px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.TabbedPanelsTab a:active {
	position: relative;
	color: #1E121F;
	text-decoration: none;
	background-image: url(../images/bt_over.gif);
	height:30px;
		margin-top: 2px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 15px;
}


.TabbedPanelsTab a:visited {

	text-decoration: none;
	position: relative;
	color: #1E121F;
	text-decoration: none;
	background-color: #5E325B;
	height:30px;
	margin-top: 2px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 15px;
	}
.Small_Text_Underline {
	font-size: x-small;
	text-decoration: underline;
}
.Small_Text {
	font-size: x-small;
}
