/* CSS Document */

/****************************/
/*         CONTENU          */
/****************************/
#colDblc #centreDeGestion {
	width: 302px;
	height: 76px;
	background: url(../img/bg_centreDeGestion.gif) no-repeat;
	margin: 10px 0px 10px 20px;
}
#colDblc #centreDeGestion h2 {
	display: none;
}

#colDblc hr {
	border: none;
	/*border-bottom: solid 2px #6a5ea2;*/
	margin: 0px 0px 0px 20px;
	padding: 20px 0px 0px 0px;
}
#colDblc #intro {
	margin: 0px 0px 0px 20px;
	height: 395px;
	background: url(../img/imageIntro.jpg) no-repeat;
}
#colDblc #intro p {
	display: none;
}

#colDblc h2 {
  font-size:28pt;
	color:#39388B;
	border-bottom: solid 2px #39388B;
	margin: 0px 0px 0px 0px;
}

#colDblc h3 {
  font-size:12pt;
  font-style: italic ;
	color:#39388B;
	margin: 30px 0px 20px 0px;
}

#colDblc ul {
	margin: 0px 0px 0px 30px;
}

/*************************/
/*       ALERTE INFO     */
/*************************/
#alerteInfo {
	border-bottom: solid 2px #6a5ea2;
	border-top: solid 2px #6a5ea2;
	margin: 0 0 0 20px;
}
#alerteInfo h2,
#alerteInfo h3 {
	display: block;
	width: auto;
	float: left;
	margin: 0;
	color: #fff;
	font-size: 0.9em;
	font-style: normal;
	border: none;
	padding: 5px 25px 5px 5px;
}
#alerteInfo h2 {
	background: #38368b url(../img/alerteInfo_coteTitre1.gif) no-repeat right top;
}
#alerteInfo h3 {
	background: #6a5ea2 url(../img/alerteInfo_coteTitre2.gif) no-repeat right top;
}
#alerteInfo p {
	padding: 5px;
	clear: both;
	color: #38378b;
	font-weight: bold;
	font-size: 0.8em;
}
