/*************************

Style spécifique de la page d'accueil

*************************/

.cadre_centre_500
{
	width:490px;
	border:1px solid #E00024;
	float:left;
	position:relative;
	padding:5px;
	text-align:justify;
	margin-bottom:10px;
	margin-left:162px;
	font-size:small;
}
.cadre_centre_500_center
{
	width:490px;
	border:1px solid #E00024;
	float:left;
	position:relative;
	padding:5px;
	text-align:center;
	margin-bottom:10px;
	margin-left:162px;
	font-size:small;
}
.cadre_centre
{
	width:235px;
	text-align:justify;
	margin-bottom: 10px;
	border:1px solid #E00024;
	float:left;
	min-height:200px;
	position:relative;
	margin-left:162px;
	font-size:smaller;
	padding:5px;
	
	font-family:Arial,Helvetica,sans-serif;
	font-size:8pt;
}

.cadre_centre .bas-cadre-droite { width:225px; left:0; }

.bas-cadre-droite
{
	margin: 0px;
	padding: 5px;
	background-color:#E00024;
	color:#FFFFFF;
	height:10px;
	line-height:10px;
/*	position: absolute; */
	bottom: 0px;
}

.bas-cadre-droite a
{
	color:#FFFFFF;
	text-decoration:none;
}

.bas-cadre-droite a:hover
{
	color:#CCCCCC;
	text-decoration:underline;
}



h1
{
	color: #E00024;
	font-weight:bolder;
}
.cadre_centre_500 h1 {
	font-size:larger;
}
.cadre_centre h1 {
	font-size:medium;
}

/* GALLERY LIST */
/* IMPORTANT - Change '#photos' to the ID of your gallery list to prevent a flash of unstyled content */
#photos { visibility: hidden; }

/* GALLERY CONTAINER */
.galleryview {
	background: #ddd;
	border: 1px solid #aaa;
	float:left !important;
	position:relative !important;
	margin-bottom:10px !important;
	margin-left:162px !important;
}


/* LOADING BOX */
.loader { background: url(loader.gif) center center no-repeat #ddd; }

/* GALLERY PANELS */
.panel img {
	width: 490px !important;
	height: 290px !important;
}
.panel h2 {
	font-size:large !important;
	background:none !important;
	border-bottom:1px solid #EEE !important;
}
.panel  h2 a {
	text-decoration:none !important;
	font-weight:normal !important;
	color:#EEE !important;
}
.panel h2 a:hover {
	color:#999 !important;
}

.panel h2:first-letter {
	color:#EEE !important;
}
.panel p {
	color:#EEE !important;
}

/* DEFINE HEIGHT OF PANEL OVERLAY */
/* NOTE - It is best to define padding here as well so overlay and background retain identical dimensions */
.panel .panel-overlay,
.panel .overlay-background { height: 60px; padding: 0 1em; }

/* PANEL OVERLAY BACKGROUND */
.panel .overlay-background { background: #222; }

/* PANEL OVERLAY CONTENT */
.panel .panel-overlay { color: white; font-size: 0.7em; }
.panel .panel-overlay a { color: white; text-decoration: underline; font-weight: bold; }

/* FILMSTRIP */
/* 'margin' will define top/bottom margin in completed gallery */
.filmstrip { margin: 5px; }

.filmstrip li img {
	margin:0 !important;
}

/* FILMSTRIP FRAMES (contains both images and captions) */
.frame {}

/* WRAPPER FOR FILMSTRIP IMAGES */
.frame .img_wrap { border: 1px solid #aaa; }

/* WRAPPER FOR CURRENT FILMSTRIP IMAGE */
.frame.current .img_wrap { border-color: #000; }

/* FRAME IMAGES */
.frame img { border: none; }

/* FRAME CAPTION */
.frame .caption { font-size: 11px; text-align: center; color: #888; }

/* CURRENT FRAME CAPTION */
.frame.current .caption { color: #000; }

/* POINTER FOR CURRENT FRAME */
.pointer {
	border-color: #000;
}

/* TRANSPARENT BORDER FIX FOR IE6 */
/* NOTE - DO NOT CHANGE THIS RULE */
*html .pointer {
	filter: chroma(color=pink);
}
