@charset "utf-8";

/*definition de la couleur des textes*/

.menu_txt .selected a{
	color: #6bb0c7;
}

.menu_txt_sub .selected a{
	color:#6bb0c7;
}

h1, h2, h3, h4, h5, h6 {
	color:#6bb0c7;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color:#6bb0c7;
}

h3 {
    text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	color:#6bb0c7;
}

.contentTitel {
    text-transform:uppercase;
	font-size:12px;
	color:#6bb0c7;
	font-weight:bold;
	margin-bottom:10px;
}  

/*definition de la couleur des textes du menu*/
ul.menu1 li{
	color:#707173;
}

.inEnglishSelected{
    border: solid 2px #6bb0c7;
}

/*definition de la couleur du sous menu et de l'image*/
.navigation{
	background-color:#6bb0c7;
}

.header_sub{
	background-image:url(../../images/header_sub_photo10.gif);
}

.path a{
	color:#6bb0c7;
}

/*definition de l'activation et desactivation du block de droit*/

.nagigation_sub{
}

.content_sub{
}

/*---------------- les tableux de la page central fait avec l'editeur    ----------------*/

table.renderedtable{
	border:#999 solid 1px;
}
table.renderedtable td {
	border:#999 solid 1px;
	margin:4px;	
	padding:2px;
}


table.renderedtable td.centre{text-align:center;}
table.renderedtable td.droite{text-align:right;}
table.renderedtable td.fond_colore,table.renderedtable td.fond_colore *{background:#6bb0c7;color:#FFFFFF;}
table.renderedtable td.centre_fond_colore,table.renderedtable td.centre_fond_colore *{background:#6bb0c7;color:#FFFFFF; text-align:center;}
table.renderedtable td.droite_fond_colore,table.renderedtable td.droite_fond_colore *{background:#6bb0c7;color:#FFFFFF; text-align:right;}
/*
td h1 ,td h2{
	text-align:center;
	background:#6bb0c7;
	color:#FFFFFF;
}
td h3,td h4{
	color:#6bb0c7;
}
*/
/************************************* les liens dans le centtre de la page *********************************/

.content_sub a{
	text-decoration:none; 
	color:#000000;
}
.content_sub a:hover {
	text-decoration:none; 
	color:#6bb0c7;
}

/************************************* Formulaire de recommandation *********************************/
.titreFormRecommandation
{
    color: #6BB0C7;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-left: 0;
}

table.tableFormContact
{
    border-spacing: 3px;
    width: 100%;
}

table.tableFormRecommandation th
{
    background: #6BB0C7 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: 0px;
    display: block;
    width: 95%;
    text-align: right;
}

.recommandationLink:hover
{
    background: url(../../images/enveloppeFormation.gif) no-repeat top right;
}

/************************************* Sous Menu *************************************/
.subMenuNiveau1 td a {
	color: #000000;
}

.subMenuNiveau1 a.selected_submenu {
	color: #6BB0C7 !important;
}

.subMenuNiveau1 td a:hover {
	background-color: #6BB0C7;
	color: #000000 !important;
}
