/* 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";

/* STYLE CONTENU */
#contenu h1{
font:Bold 1.5em Arial;
text-align:left;
color:#1F361D;
margin-bottom:10px;
letter-spacing:2px;
}
#contenu h2{
font:Bold 1.3em Arial;
text-align:left;
color:#1F361D;
margin-bottom:9px;
letter-spacing:1px;
}
#contenu{
font:normal 1.2em/1.2em Arial, Helvetica, sans-serif;
text-align:justify;
color: #1F361D;
}
#contenu p{
	margin:5px 0px;
	}

#contenu p.couleur, .couleur{
font-size:1.1em;
font-weight:bold;
color:#1F361D;
}
#contenu a:link, #contenu a:visited{
	font-size:1.1em;
	font-weight:normal;
	text-decoration:underline;
	color: #089300;
	font-weight:bold;
	}
#contenu a:hover, #contenu a:active{
	font-size:1.1em;
	font-weight:normal;
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;
	}
#contenu p.subtitle-info{
	background:url(../images/charte/icon-subtitle.jpg) no-repeat 0 0;
	padding-left:25px;
	}
/*---cadre---*/
.cadre{
	background-color:#B7DDB4;	
	padding:5px;
	border:1px dotted #E3F2E2;
	}
	.info{
		background:#B7DDB4 url(../images/charte/bg-cadre.jpg) no-repeat left bottom;
		text-align:center;	
		}
	.subtitle{
		background:#B7DDB4 url(../images/charte/bg-subtitle.jpg) no-repeat 5px center;	
		padding:0px 5px;
		text-align:center;
		}
/*---list---*/
ul.list1{
	list-style:none;
	margin:5px 20px;
	}
	ul.list1 li{
		background:url(../images/charte/icon-list.jpg) no-repeat 0 3px;
		padding-left:15px;
		}
	.half{
		float:left; 
		width:80px;
		}

ul.list2{
	list-style:none;
	margin:5px 40px;
	}
	ul.list2 li{
		background:url(../images/charte/icon-list.jpg) no-repeat 0 6px;
		padding-left:25px;
		line-height:22px;
		}	
			
.line{
	background:url(../images/charte/bg-line.jpg) no-repeat 0 center;
	clear:both;
	height:1px;
	}

.bonCommande{
  position:absolute;
	top:450px;
	left:50px;
	font-family: Arial;
	font-size: 12px;
}

.bonCommande a:link, .bonCommande a:visited{
  color: #FFFFFF;
	text-decoration: underline;
}

.bonCommande a:hover, .bonCommande a:active{
  color: #FFFFFF;
	text-decoration: none;
}