@charset "utf-8";

/*definition de la couleur des textes*/

.menu_txt .selected{
	color:#073686;
}

.menu_txt_sub .selected a{
	color:black;
}

h1, h2, h3, h4, h5, h6 {
	color:#707173;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color:#707173;
}

div.contentDescription h4{
	color: rgb(107, 176, 199);
	font-size:11px;
	font-weight:bold;
}
/*definition de la couleur des textes du menu*/
ul.menu1 li{
	color:#707173;
	list-style-type:none;
}

/*definition de la couleur du sous menu et de l'image*/
.navigation{
	background-color:#d8dada;
}

.header_sub{
	position:relative;
	float:left;
	width:100%;
	background-repeat: no-repeat;
	height:90px;
}

.path{
	margin-top:15px;
}

.path a{
	color:#707173;
}

/*placement du menu

.searchBox{
	position:relative;
	float:left;
	margin: 15px 0px 20px 21px;
}
*/

ul.menu1 .selected{
	background-image:url(../../images/fleche_gris.png);
	color:black;
}



/*definition de l'activation et desactivation du block de droit*/
.nagigation_sub{
	display:none;
}

/*-------------- Nouvelle taille pour ce layour------------------*/

.content{
	width:743px;
	padding-right:0px;
}

.content_sub{
	width:743px;
	min-height:580px;
	background-color:#d8dada;
}

.inEnglishSelected{
    border: solid 2px #d8dada;
}

.navigation{
	background-color:#d8dada;
}


ul.menu1{
	margin-left:0px;
}

ul.menu1 li ul{
	margin-left:0px;
}


/************************************* les liens dans le centtre de la page *********************************/

.content_sub a{
	text-decoration:none; 
	color:#000000;
}
.content_sub a:hover {
	text-decoration:none; 
	color:#707173;
}

.menu_txt .selected a{
	color: #707173;
}

/************************************* Formulaire de recommandation *********************************/
.titreFormRecommandation
{
    color: #707173;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-left: 0;
}

table.tableFormContact
{
    border-spacing: 3px;
    width: 100%;
}

table.tableFormRecommandation th
{
    background: #a8aaad none repeat scroll 0 0;
    color: black;
    font-weight: bold;
    padding: 5px;
    width: 30%;
}

table.tableFormRecommandation td
{
    padding: 5px;
}

table.tableFormRecommandation input.submit2
{
    background: #d4d0c8 none repeat scroll 0 0;
    float: right;
    height: 30px;
    margin: 5px;
    margin-right: 20px;
    width: 70px;
}

table.tableFormRecommandation input.submitPrev
{
    background: #d4d0c8 none repeat scroll 0 0;
    float: right;
    height: 30px;
    margin: 5px;
    margin-right: 100px;
    width: 70px;
} 

/********************************* Lien recommandation ***************************************/
.recommandationLink
{
    background: url(../../images/enveloppe.gif) no-repeat top right;
    padding-bottom: 5px;
    padding-right: 30px;
    margin-top: -20px;
    display: block;
    width: 85%;
    text-align: right;
    margin-left: 30px;
}

.recommandationLink:hover
{
    background: url(../../images/enveloppeFormationGrise.gif) no-repeat top right;
} 


/************************************* Sous Menu *************************************/
.subMenuNiveau1 td a {
	color: #000000;
}

.subMenuNiveau1 a.selected_submenu {
	color: #a8aaad !important;
}

.subMenuNiveau1 td a:hover {
	background-color: #a8aaad;
	color: #000000 !important;
}
