/* CSS Document */


/* COLONNE CENTRE */

#colonnecentre {
	width: 500px;
	margin-left: 10px;
	float: left;
}
#colonnecentre h1 {
	font-size: 120%;
	color: #8e3633;
	background-image: url(../images/crosse.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	font-weight: bold;
}
#colonnecentre h1 .soustitre {
	font-weight: normal;
	font-size: 140%;
	margin-left: -15px;
}
#colonnecentre .centregauche {
	float: left;
	width: 250px;
	margin-bottom: 3px;
}
#colonnecentre .centredroit {
	float: right;
	width: 245px;
	margin-bottom: 3px;
}
#colonnecentre .centredroit ul {
	list-style-type: none;
	padding-left: 5px;
	list-style-image: url(../images/puce-jaune.gif);
	text-align: left;
	margin-left: 10px;
}
#colonnecentre .centredroit ul li {
	padding-bottom: 2px;
}



/* COLONNE DROITE */

#colonnedroite {
	background-color: #f7f7f7;
	float: right;
	width: 220px;
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #c4c4c4;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#ongletpagespro {
	font-weight: bold;
	color: #FFF;
	background-color: #aa003f;
	float: left;
	font-size: 110%;
	line-height: 160%;
}
#ongletpagespro img {
	height: 18px;
	width: 6px;
	margin: 0px;
	padding: 0px;
}
#ongletpagespro a {
	color: #ffffff;
}
#colonnedroite h1 {
	font-size: 140%;
	font-weight: bold;
	color: #333333;
	text-align: right;
}
#colonnedroite h2 {
	font-size: 100%;
	font-weight: bold;
	color: #8e3632;
	text-align: left;
}

#colonnedroite #pagespro {
	background-color: #FFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666;
	border-bottom-color: #666;
	width: 200px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	clear: both;
}
#colonnedroite #pagespro p strong {
	color: #8E3633;
	font-size: 110%;
}

#colonnedroite .expositions img {
	border: 2px solid #d2d2d2;
	padding: 2px;
	text-align: center;
}
#colonnedroite .expositions {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #d2d2d2;
	padding-bottom: 10px;
}
#colonnedroite .expositions .detailexpo a {
	font-weight: bold;
	color: #8e3633;
	float: right;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #8e3633;
	text-decoration: none;
}
