@charset "utf-8";
/* CSS Document basée sur le site Easter-eggs.fr */

.clearfix:after {
	clear:both;
	}

.frames {
	margin-bottom:1em;
	padding:0 5px;
	}
	
.frames .left {
	width:49%;
	float:left;
	margin-top: 5px;
	margin-bottom: 10px;
	}
.frames .right {
	width:49%;
	float:right;
	margin-top: 5px;
	margin-bottom: 10px;
	}

.frame .frame-header {
	background: transparent url(../images/frame_bleu.gif) repeat-y right top;
	padding-top: 0;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 0;
	}
.frame .frame-header h2 {
	padding:8px 0 0 10px;
	background: transparent url(../images/frame_bleu.gif) no-repeat left top;
	color: #FFFFFF;
	}
.frame .frame-contents {
	padding:0 10px;
	background-color:#FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #4398B6;
	border-left-color: #4398B6;
	}

.frame .frame-contents img { margin:2px; }

.frame .frame-header dl {padding:0;}

.frame .frame-footer {
	padding:0 8px 0 0;
	background:transparent url(../images/frame_bleu.gif) repeat-y right bottom;
	}

#contenuCentral .frame .frame-footer p.empty {
	height:20px;
	text-align:center;
	font-size:0.9em;
	padding:0;
	background:transparent url(../images/frame_bleu.gif) no-repeat left bottom;
	}

/* Frame with outline */
.outline {
	padding:0 5px;
	}
	
.outline .frame-header {
	background:transparent url(../images/outline_bleu.gif) repeat-y right top;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 0;
	}

.outline .frame-header h2 {
	padding: 10px 0 0 10px;
	background:transparent url(../images/outline_bleu.gif) no-repeat left top;
	color:white;
	}

.outline .frame-contents img { margin:2px; }

.outline .frame-contents {
	padding: 0 8px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #4398B6;
	border-left-color: #4398B6;
	}
.outline .frame-footer {
	padding: 0 10px 0 0;
	background:transparent url(../images/outline_bleu.gif) repeat-y right bottom;
	}

#contenuCentral .outline .frame-footer p {
	padding: 0 0 10px 10px;
	font-size: inherit;
	background:transparent url(../images/outline_bleu.gif) no-repeat left bottom;
	}
	
#contenuCentral ul {
	background-image:none;
	list-style:url(../images/gab/puce_jaune.gif);
	}
