@charset "utf-8";
/* CSS Document */


/* Stoquage temporaire
color:#6bb0c7;


*/

/*definition de la couleur des textes*/

.menu_txt .selected a:visited {
	color:#b2cb7e;
	text-decoration:none;
}

.menu_txt .selected a {
	color:#b2cb7e;
	text-decoration:none;
}

.menu_txt_sub .selected{
	color:#b2cb7e;
}

ul.menu1 .selected {
    color:black;
}

h1, h2, h3, h4, h5, h6 {
	color:#b2cb7e;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color:#b2cb7e;
}


#coursfullView h3 {
    text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
}

/*definition de la couleur des textes du menu*/
ul.menu1 li{
	color:#707173;
}

.inEnglishSelected{
    border: solid 2px #b2cb7e;
}

/*definition de la couleur du sous menu et de l'image*/
.navigation{
	background-color:#b2cb7e;
}

.header_sub{
	background-image:url(../../images/header_sub_photo7.gif);
}

.path a{
	color:#b2cb7e;
}

/*definition de l'activation et desactivation du block de droit*/


/************************************* les liens dans le centtre de la page *********************************/

.content_sub a{
	text-decoration:none; 
	color:#000000;
}
.content_sub a:hover {
	text-decoration:none; 
	color:#b2cb7e;
}
.green a:hover {
	color:#000000;
}

/************************************* Formulaire de recommandation *********************************/
.titreFormRecommandation
{
    color: #B2CB7E;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-left: 0;
}

table.tableFormContact
{
    border-spacing: 3px;
    width: 100%;
}

table.tableFormRecommandation th
{
    background: #B2CB7E none repeat scroll 0 0;
    color: black;
    font-weight: bold;
    padding: 5px;
    width: 30%;
    vertical-align: middle;
}

table.tableFormRecommandation td
{
    padding: 5px;
    vertical-align: middle;
    width: 80%;
}

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/enveloppeCours.gif) no-repeat top right;
}

/************************************* Sous Menu *************************************/
.subMenuNiveau1 td a {
	color: #000000;
}

.subMenuNiveau1 a.selected_submenu {
	color: #B2CB7E !important;
}

.subMenuNiveau1 td a:hover {
	background-color: #B2CB7E;
	color: #000000 !important;
}
