/* Feuille de style pour le contenu des pages 
 * C'est cette feuille de style qui doit être liée aux pages du site
 * La feuille de style de la charte est appelée depuis cette feuille.
 */
 
/* Import des style pour la charte */
@import "charte.css";
@import "mail_styles.css";
h1{
	font-family: Arial, Helvetica, Verdana;
	font-size: 1.9em;
	font-weight: bold;
	color:#193686;
	display:block;
	padding-bottom:5px;
	text-transform:none;
	letter-spacing:-1px;
	border-bottom:1px solid #FF9500;
	}
h2{
	font-family: Arial, Helvetica, Verdana;
	font-size: 1.5em;
	font-weight: bold;
	color:#E88B07;
	display:block;
	padding-top:10px;
	}
h3{
	font-family: Arial, Helvetica, Verdana;
	font-size: 1.3em;
	font-weight:normal;
	padding-top:5px;
	color:#193686;
	display:block;
	}
.petit{
	font-size: 9px;
	font-weight:bold;
	color:#193686;
	}
#content p{
	padding:5px 0px;
	}
ul.list1{
	margin-left:10px;
	list-style:none;
	}
	ul.list1 li{
		background:url(../images/charte/icon-list.jpg) no-repeat left 6px;
		padding-left:15px;
		}
.subtitle{
	background: url(../images/charte/icon-subtitle.jpg) no-repeat left 4px;
	padding-left:25px;
	}
.image-right{
	float:right;
	margin-left:10px;
	width:165px;
	cursor:pointer;
	}
.image-left{
	float:left;
	margin-left:10px;
	width:165px;
	cursor:pointer;
	}
.line{
	border-bottom:1px dotted #FFC879;
	clear:both;
	}
#galerie{
	text-align:center;	
	}
	#galerie img{
		cursor:pointer;
		}
.legend{
	background: url(../images/charte/bg-legend.gif) no-repeat left bottom;
	text-align:center;
	}
	.legend p, .legend1 p{
		font-weight:bold;
		padding:0px;
		font-size:13px;
		color:#193686;
		}
.legend1{
	background: url(../images/charte/bg-legend1.jpg) no-repeat left bottom;
	text-align:center;

	}
#galerie div{
	float:left;
	width:215px;
	margin-top:10px;
	}

h1 span{
	font-family: Arial, Helvetica, Verdana;
	font-size: 18px;
	font-weight: bold;
	color:#E88B07;
	}
 a#fermer:link, a#fermer:visited{
	color:#2742C3;
	}
 a#fermer:hover, a#fermer:active{
	color:#5A84FC;
	}

