/*-------------------------------------------GENERAL-----------------------------------------------*/

BODY {
	font-size : 10px;
	font-family : Verdana;
	color : #000000;
	background-image: url(../images/background.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	margin-left: 15%;
}

INPUT, TEXTAREA, SELECT{
	font-family: verdana;
	font-size: 10px;
}

TD  {
	font-size : 10px;
	font-family : Verdana;
	color : #000000;
}

.PgeTitle { /*les gros titres en noir avec un souligné en dégradé orange*/
	font-size: 16px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/souligne_gros_titre.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	width: 450px;
	
	border: 0px;
	margin: 0px;
	padding: 0px;

	/*background-color: green;*/
}

.SectionTitle { /*les gros titres en orange*/
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #ed9d4c;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

/*-------------------------------------------TEXTES-----------------------------------------------*/
a  {
	font-size : 10px;
	color : #000000;
	text-decoration : underline;
}

a:hover  {
	color: #ed9d4c;
}


.TitreQCM { /*les gros titres en noir avec un souligné en dégradé orange*/
	font-size: 16px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/souligne_gros_titre.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	text-align: left;
	
	border: 0px;
	margin: 0px;
	padding: 0px;

	/*background-color: green;*/
}

#txtNew {
	color: red;
	font-size : 10px;
}
#autresLiens {
	color: #ed9d4f;
	border-bottom: 1px solid black;
	margin-left: 20px;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}

#titre_moyen { /*les titres en noir et gras avec un simple souligné orange*/
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: black;
	border-bottom: 1px solid #ed9d4c;
	height: 15px;
	margin-left: 20px;
}

#petit_sous_titre {
	margin-left: 20px;
	border-bottom: 1px solid #ed9d4c;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

#texte_petit_sous_titre {
	margin-left: 40px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}


/*-------------------------------------------BANNIERE-----------------------------------------------*/
#Banniere {
	width: 863px;
	height: 109px;
}

#image_banniere {
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

/*-------------------------------------------LIENS EN HAUT DE PAGE-----------------------------------------------*/
#Liens_haut {
	width: 863px;
	height: 30px;
}

#texte_liens_haut {
	text-decoration: none;
	font-weight: bold;
	font-size : 10px;
}


/*-------------------------------------------LE MENU-----------------------------------------------*/
#fond_menu {
	background-color: white;
	border: 1px solid black;
	font-family: Verdana;
	width: 160px;
	float: left;
}

#titre_menu_1 {
	height:17px;
	margin-top: 0px;
	margin-bottom: 5px;
	border-bottom: 1px solid black;
	font-size: 12px;
	font-weight: bold;
	color: white;
	background-color: #ed9d4f;
}

#titre_menu {
	height:17px;
	margin-top: 8px;
	margin-bottom: 5px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	font-size: 12px;
	font-weight: bold;
	color: white;
	background-color: #ed9d4f;
}

#liens_menu {
	font-family: verdana;
	font-weight: bold;
	text-decoration: none;
	margin-left: 10px;
}


/*-------------------------------------------LA PARTIE CENTRALE-----------------------------------------------*/
#partie_centrale {
	margin-left: 170px;
	width: 715px;
}

#BoiteHaut {
/*	border: 1px solid green;*/
	text-align: right;
	position: absolute;
	margin-left: 460px;
	width: 200px;
}

#centre {
	background-image: url(../images/milieu.png);
	background-repeat: repeat-y;
	width: 715px;
}

#contenu {
	width: 650px;
	margin-left: 30px;
}

#bas {
	text-align: center;
/*	background-image: url(../images/milieu.png);
	background-repeat: repeat-y;*/
}

#onglets {
	padding: 5px;
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-left: 1px solid black;
}

#imgFooter {
	width: 715px;
	margin-left: 0px;
}