/*---
SOPROQ // CSS 
Auteur: Sophie Gagnon - Capella technologies - www.capella.coop
Derniere revision: 30 novembre 2004

Styles typographiques
	1.	Entete
	2. 	Colonne du centre
	3.	Colonne gauche
	4.	Colonne Manchettes ( droite)
	5.	Pied de page

Notes: 

---*/
/* ---------------------------------------- */
/* 1. Entete   	 						    */
/* ---------------------------------------- */

div#menuUtilitaire ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

div#menuUtilitaire a {
	color: #000000;
	text-decoration: none;
}

div#menuUtilitaire a:hover {
	color: #9C2010;
}

div#menu a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	margin-right: 3px;
	padding: 1px 15px 2px 15px;
	background-color: #f54029;
	float: left;
}

div#menu a:hover {
	color: #000000;
}

div#menu p {
	color: #000000;
	display: block;
	margin: 0 3px 0 0;
	padding: 1px 15px 2px 15px;
	background-color: #EABC55;
	float: left;
}
/* ---------------------------------------- */
/* 2. Colonne du centre						*/
/* ---------------------------------------- */

td#centre.index h1{
	color: #EABC55;
	font-size: 22px;
	font-weight: bolder;
	line-height: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	width:auto;
}

td#centre.index{
	color: #AFA280;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	/*padding: 10px 16px 20px 16px;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	width:370px;
}



td#centre a#info{
	color: #D9CC61;
	text-decoration: none;
}

td#centre a:hover#info{
	color: #000000;
}

td#centre h1{
	color: #9C2010;
	font-size: 22px;
	font-weight: bolder;
	line-height: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
td#centre .Titre{
	color: #9C2010;
	font-size: 22px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}


td#centre td, td#centre th{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #000000;
}
td#centre p.intro{
	font-weight: bold;
}

td#centre a{
	color: #000000;
	text-decoration: underline;
}

td#centre a:hover{
	color: #D9CC61;
}

td#centre ul {
	list-style-position: outside;
	list-style-image: url(/images/chevron.gif);
	list-style-type: disc;
	margin-left: 16px;
	padding-left: 0px;
}

td#centre table#listeDoc{
	width: 100%;
	border-bottom: 1px solid #F5DEAA;
	font-size: 11px;
}

td#centre table#listeDoc td{
	border-top: 1px solid #F5DEAA;
	padding: 4px;
}
td#centre table#listeDoc td.sorte{
/*	background-color: black;	*/
	width:25px;
	border-right: thin dotted #BC8610;
	color: #E84C06;
	padding-right: 8px;
}

td#centre table#listeDoc h4{
	font-size: 10px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

td#centre table#listeDoc a{
	color: #AFA280;
	text-decoration: none;
}

td#centre table#listeDoc a:hover{
	color: #000000;
}

td#centre dt{
	padding: 0px;
	margin-top: 10px;
	font-weight: bold;
}

td#centre dd{
	margin: 0px;
	padding: 3px 0px 0px 10px;
}
/* ---------------------------------------- */
/* 3. Colonne de gauche					    */
/* ---------------------------------------- */
td#colGauche h2{
	color: #EABC55;
	font-size: 10px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

td#colGauche h3{
	font-size: 10px;
	font-weight: bolder;
	margin: 0px;
	padding: 0px;
}

td#colGauche ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

td#colGauche a{
	font-size: 10px;	
	color: #AFA280;
	text-decoration: none;
}

td#colGauche a:hover{
	color: #000000;
}
/* ---------------------------------------- */
/* 4. Colonne Manchettes					*/
/* ---------------------------------------- */

td#manchette p{
	color: #EABC55;
	font-size: 11px;
	background-image: url(/images/manchette-bg.gif);
	border: 1px solid #E84C06;
	padding: 5px 5px 11px 5px;
	margin: 0 0 10px;
	width: 110px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

td#manchette a{
	color: #EABC55;
	font-size: 9px;
	text-decoration: none;
	left: 18px;
	top: 10px;
	width: 110px;
	text-align: right;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: relative;
}

td#manchette a:hover{
	color: #000000;
}

/* ---------------------------------------- */
/* 5. Pied de page						    */
/* ---------------------------------------- */

div#footer p{
	color: #FFFFFF;
	font-size: 9px;
	padding: 0px;
	margin: 0px;
}

div#footer p a{
	color: #FFFFFF;
	font-size: 9px;
	text-decoration: none;
}
