/* Caractéristiques de la partie rédactionnelle */
#redactionnel {
	height:100%;
	width: 500px;
	float: right;
}
.article, .article2 {
	width: 500px;
	overflow: auto;
	font-size: 10px;
	line-height: 17px;
	color: #333333;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #333333;
}
.article .icone {
	float: left;
	height: 50px;
	width: 50px;
	border: 5px solid #508420;
}
.article .icone2 {
	float: left;
	height: 60px;
	width: 60px;
}
.article .texte {
	float: right;
	width: 440px;
}
.article2 .texte {
	float: right;
	width: 500px;
}
#redactionnel h1 {
	font-size: 14px;
	color: #FFFFFF;
	padding: 3px 80px 3px 8px;
	margin: 25px 0px 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
	font-weight: normal;
}
#redactionnel h1.cerise {
	background-color: #CC0036;
	background-image: url(images2/h1-cerise.jpg);
	background-repeat: repeat-y;
}
#redactionnel h1.vert {
	background-color: #508420;
	background-image: url(images2/h1-vert.jpg);
	background-repeat: repeat-y;
}
#redactionnel h1.orange {
	background-color: #F04900;
	background-image: url(images2/h1-orange.jpg);
	background-repeat: repeat-y;
}
#redactionnel h2 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	margin: 0px;
	padding: 5px 0px 5px 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
}
#redactionnel h3 {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	margin: 0px;
	padding: 10px 10px 0px;
}
#redactionnel h4 {
	font-size: 12px;
	font-weight: bold;
	color: #F80041;
	margin: 0px;
	padding: 15px 0px 0px;
}
.article p {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin: 0px;
}
#redactionnel ul {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
	list-style-image: url(images2/puce-carre.gif);
}
#redactionnel a {
	color: #F80041;
}

/* Rollover sur les boutons */
#navigation .bouton a {
	font-size: 12px;
	text-align: center;
	width: 80px;
	height: 21px;
	display: block;
	color: #F80041;
	background-image: url(images2/fond-bouton.gif);
	padding: 3px 0px 0px 0px;
	text-decoration: none;
}
#navigation .bouton a:hover {
	color: #FFFFFF;
	background-image: url(images2/fond-bouton_over.gif);
}
#navigation .precedent a {
	width: 24px;
	height: 24px;
	display: block;
	background-image: url(images2/bouton-precedent.gif);
	text-decoration: none;
}
#navigation .precedent a:hover {
	background-image: url(images2/bouton-precedent_over.gif);
}
#navigation .suivant a {
	width: 24px;
	height: 24px;
	display: block;
	background-image: url(images2/bouton-suivant.gif);
	text-decoration: none;
}
#navigation .suivant a:hover {
	background-image: url(images2/bouton-suivant_over.gif);
}
.encadre {
	border: 1px dashed #CC0036;
}
#redactionnel .encadre h3 {
	color: #CC0036;
}

/* Gallerie Shadowbox */
.exemple {
	float: left;
	width: 100px;
	margin-right: 5px;
}
.exemple p {
	margin: 0px;
	padding: 0px;
}
.exemple a.vignette {
	display: block;
	width: 90px;
	heigth: 90px;
	padding: 5px;
	border: 1px solid #666666;
}
.exemple a.vignette:hover {
	background-color: #CC0037;
}
.separateur {
	clear: both;
	height: 10px;
}
