/* CSS Document */
/*
-- Subject : CSS FRANQUS - SECTIONS
-- Historique : Création le 27 novembre 2006
-- Author : Cynthia Roy
-- Évolubiz Inc.
*/

/**********CoMENUeur***********/
/*
	Bleu : #00678F
	Bleu moyen : #7A96B6
	Bleu pâle : #F4F6F9
	Rouge : #894717
	Jaune pâle : #F8F4D8
	Menu Vert : #4A592D
	Menu Vert pâle : #6D7D3D
	Menu Jaune : #99711A
	Menu Jaune pâle : #B99A4F
	Menu Bleu : #33495F
	Menu Bleu pâle : #687D95
*/

/************************************************* Menu ***************************************************/
/* Le projet */
#header DIV.menu MENU LI.projet DIV.onglet DIV .left
{
	background-image: url(../images/header_menu_btvert-left.gif);
}

#header DIV.menu MENU LI.projet DIV.onglet DIV .right
{
	background-image: url(../images/header_menu_btvert-right.gif);
}

#header DIV.menu MENU LI.projet DIV.onglet DIV A
{
	color: #4A592D;
	background-image: url(../images/header_menu_btvert.gif);
}

#header DIV.menu MENU LI.projet DIV.onglet DIV .text
{
	background-image: url(../images/header_menu_btvert-bg.gif)
}

#content.projet H1
{
	color: #4A592D;
}

#content.projet H2
{
	color: #6D7D3D;
}

/* Méthodologie */
#header DIV.menu MENU LI.methodologie DIV.onglet DIV .left
{
	background-image: url(../images/header_menu_btjaune-left.gif);
}

#header DIV.menu MENU LI.methodologie DIV.onglet DIV .right
{
	background-image: url(../images/header_menu_btjaune-right.gif);
}

#header DIV.menu MENU LI.methodologie DIV.onglet DIV A
{
	color: #99711A;
	background-image: url(../images/header_menu_btjaune.gif);
}

#header DIV.menu MENU LI.methodologie DIV.onglet DIV .text
{
	background-image: url(../images/header_menu_btjaune-bg.gif)
}

#content.methodologie H1
{
	color: #99711A;
}

#content.methodologie H2
{
	color: #B99A4F;
}

/* Exemplier */
#header DIV.menu MENU LI.exemplier DIV.onglet DIV .left
{
	background-image: url(../images/header_menu_btbleu-left.gif);
}

#header DIV.menu MENU LI.exemplier DIV.onglet DIV .right
{
	background-image: url(../images/header_menu_btbleu-right.gif);
}

#header DIV.menu MENU LI.exemplier DIV.onglet DIV A
{
	color: #33495F;
	background-image: url(../images/header_menu_btbleu.gif);
}

#header DIV.menu MENU LI.exemplier DIV.onglet DIV .text
{
	background-image: url(../images/header_menu_btbleu-bg.gif)
}

#content.exemplier H1
{
	color: #33495F;
}

#content.exemplier H2
{
	color: #5078AD;
}

#row_middle.mots #column_left DIV.menu MENU LI A { font-weight: bold; }
#row_middle.mots #column_left DIV.menu MENU LI LI A { font-weight: normal; }

#row_middle.mots #content DIV.content
{
	/*
	float: left;
	width: 70%;
	*/
	line-height: 18px;
}
/* \*/ * html #row_middle.mots #content DIV.content{ float: none; margin-right: 0%; width: auto; } /* */

#row_middle.mots #content DIV.article
{
	margin-left: 0;
	margin-right: 10px;
}

/* Ajouts pour l'exemplier */
.article_encyclopedique
{
	margin-top:15px; 
}

a.lienHTTP,  
a.lienHTTP:hover,  
a.lienHTTP:link,  
a.lienHTTP:visited  
{  
	 float:none !important;
     color:#000;  
     text-decoration:none;  
     border-bottom:1px dotted #666;  
}

/**********************************************************************************************************/