/* 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";
@import "../admin/fckeditor/css/fck.css";

/* STYLE CONTENU */
#texte h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.5em;
	font-weight:bold;
	line-height:22px;
	color:#ffa353;
	padding-top:5px;
	margin:25px 0px 20px 30px;
	text-transform:uppercase;
	}
#texte h2{
	font-size:1.3em;
	font-weight:bold;
	height:40px;
	text-align:left;
	color:#38120d;
	margin:0px 0px 0px 0px;
	padding-top:5px;
	}
#texte h3{
	font-size:1.3em;
	font-weight:bold;
	height:23px;
	text-align:center;
	color:#ffa353;
	margin:0px;
	background:url(../images/charte/subtitle.jpg) no-repeat left top;
	padding-left:30px;
	padding-top:18px;
	margin-bottom:10px;
	}
	.subtitle-content{
		background:url(../images/charte/bg2-subtitle.jpg) no-repeat center top;
		height:118px;
		padding-top:5px;
		margin:15px 0px 0px 0px;
		}
#texte p{
	font-size:1.2em;
	line-height:14px;
	}
#texte a:link, #texte a:visited{
	font-weight:bold;
	text-decoration:none;
	color: #BE9056;
	}
#texte a:hover, #texte a:active{
	font-weight:bold;
	text-decoration:underline;
	color: #BE9056;
	}
ul.list1{
	margin:10px 30px;
	list-style-type:none;
	font:normal 1.2em Arial;
	}
	ul.list1 li{
		background:url(../images/charte/icon-list.jpg) no-repeat left 7px;
		padding-left:18px;
		}
		.image-right{
		float:right;
		margin-left:15px;
		cursor:pointer;
		}
	.image-left{
		float:left;
		margin-right:15px;
		cursor:pointer;
		}
	.line{
		clear:both;
		padding:5px 0px;
		}
	#texte p.lead-text {
		margin-top:30px;
		line-height:20px;
		}
/*---Presenattion---*/
#presentation-actualites #title {
	font-size:1.2em;
	background:url(../images/charte/icon-list.jpg) no-repeat left 7px;
	padding-left:15px;
	margin:5px 0px;
	}
	#presentation-actualites img{
		margin-top:5px;
		margin-right:10px;
		margin-bottom:5px;
		}
/*---Noces----*/
#noces-text p{
	float:left; 
	width:33%; 
	text-align:center;
	font-weight:bold;
	}
#noces-images div{
	width:33%; 
	margin:0px; 
	text-align:center;
	}

