/*#############################################################
Name: Bright Pixel
Date: 2006-05-07
Description: A smooth, monochrome, lightweight design.
Author: Viktor Persson
URL: http://arcsin.se

Feel free to use and modify but please provide credits.

Changements : 09/12/2007 by agota.be
#############################################################*/

/* standard elements */
a {
	color: #000;
	text-decoration: none;
}
/* body {
	background: #CCC url(img/bg.gif) repeat-y fixed bottom center;
	color: #333;
	text-align: center; font: normal 0.7em sans-serif,Arial;
} */


/* header */
.header {
	background: #FFF;
	border-bottom: 1px solid #E5E5E5;
	font: bold 2.6em Arial;
	line-height: 3em;
}

/* main */
.main {
	background: #FFF; 
	border: 3px double #EEE; 
	border-color: #E4E4E4 #CFCFCF #CCC #CFCFCF; 
	margin: 20px auto 4px auto; 
	text-align: left;
	max-width: 1140px; 
}

/* menu */
.menu {
	display: flex;
	max-width: 1140px;
	width: 100%;
}
.menu a {
	background: #EEE;
	border: 1px dashed #AAA;
	color: #2F2F4F;
	float: left;
	padding: 20px;
	text-transform: uppercase;
	font-weight: bold;
	width: 100%;
	flex: row;
	text-align: center;
}
.menu a span {
	padding-left: 6px;
}
.menu a:hover {
	background: #EEE url(img/bgmenu.gif) repeat-x;
	color: #555;
}
.menu a#last {
	width: 150px;
	border-right: none;
}

/* content */
.content {
	background: #F5F5F5;
	border-top: 1px solid #E5E5E5;
	clear: both;
}
.content h1 {
	margin: 0;
	font: bold 1.2em sans-serif,Arial;
	color: #666;
}
.content p {
	font-size: 1.3em;
}

.item {
	background: #FCFCFC url(img/bgitem.gif) repeat-x;
	padding: 10px;
}

/* footer */
.footer {
	padding: 5px;
	background: #F5F5F5;
	color: #666;
}

.footer .left, .footer .right {padding: 0 12px;}

/* floats */
.left {float: left;}
.right {float: right;}
.clearer {clear: both;}.main .container .content .item p strong {
	color: #F00;
}
.vert {
	color: #0F0;
	font-weight: bold;
}
.main .container .content .item p {
	color: #666;
}
.main .container .content .item p .style22 em {
	color: #F00;
}
.main .container .content .item p .style22 em {
	color: #F00;
}
.main .container .content .item p .style22 em {
	color: #F00;
}


/* Styles pour la barre retour à Erita */
#backtoerita{
	background-color: #24317a;
	padding: 10px;
	text-align: center;
	width: 100%;
	max-width: 1140px;
	margin: auto;
}

#backtoerita p {
	color: white;
	font-size: 1.5em;
}

#backtoerita p a {
	font-weight: bold;
	color: white;
	text-decoration: underline;
}

body {
	margin: 0;
}