/* CSS Document */

/* *******************
	La page sommaire general
	******************** */
#somPrincipal {
	background-color:#FFFFFF;
	margin:0em;	
	width:100%;
	padding-left:0em;
	padding-right:0em;
	padding-bottom:0.5em;
}
.fd_blanc {
	background-color:#f2f7fa;
	border-bottom-color:#d4dcde;
	border-bottom-style:solid;
	border-bottom-width:1px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px; 
	text-align:left;
	line-height:1em;
}

.fd_vert {
	background-color:#2d5255;
	border-bottom-color:#2d5255;
	border-bottom-style:solid;
	border-bottom-width:1px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px; 
	text-align:left;
	line-height:1.5em;
}

.fd_orange {
	background-color:#ed6f08;
	border-bottom-color:#ed6f08;
	border-bottom-style:solid;
	border-bottom-width:1px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px; 
	text-align:center;
	font-weight:bold;
	font-size:1.5em;
	line-height:1.5em;
}

/* ********************
	la page sommaire GT
	********************* */
.sommaire {
	background:#FFFFFF url(../images/fd_sommaire.jpg) repeat-x scroll left top;
	color:#FFFFFF;
	clear:both;
	width:100%;
	height:auto;
	font-size:1.5em;
	font-weight:bold;
	text-align:center;
	padding-top:0em;
	padding-bottom:1em;
	line-height:2em;
}
.sommaireItem {
}
a.sommaireSpeItem {
	text-decoration:none;
	font-weight:bold;
	color:#056261;	
}
a.sommaireSpeItemAbr {
	text-decoration:none;
	color:#056261;	
}