/* CSS Document */

body {
	background: #778BA0;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #e0e0e0;
}

.container {
	width: 878px;
	margin: 0;
	text-align: left;
	padding: 0;
	margin: 0 auto;
	background-image: url(images/fond-container.gif);
	background-repeat: repeat-y;
}

.article {
	font-family: Arial, Helvetica, sans-serif;
	width: 492px;
	margin: 0 auto;
	position: relative;
	background-color: #202020;
	border: 1px solid #4c4c4c;
}

.articleheader {
	background-image: url(images/article-header-fond.gif);
	height: 62px;
	padding: 10px 10px 0px 10px;
}


.articlecontent {
	padding: 0px 10px 5px 10px;
	text-align: justify;
}

.articlefooter {
	text-align: right;
}

.grostextebleu {
	font-size: 16px;
	font-weight: bold;
	color: #8EAFD5;
}

.petittextebleu {
	font-size: 10px;
	color: #8EAFD5;
}

.petittextebleubas {
	font-size: 10px;
	color: #8EAFD5;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #4c4c4c;
	border-left-color: #4c4c4c;
	line-height: 12px;
}

.petittextebleubas:hover {
	font-size: 10px;
	color: #e0e0e0;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #4c4c4c;
	border-left-color: #4c4c4c;
	line-height: 12px;
}

.petittexteblanc {
	font-size: 10px;
	color: #e0e0e0;
}

.moyentexteblanc {
	font-size: 11px;
	color: #e0e0e0;
}

.moyentextebleu {
	font-size: 11px;
	color: #8EAFD5;
}

.textelienblanc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e0e0e0;
}

.textelienblanc:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8EAFD5;
}

.textelienbleu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8EAFD5;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #e0e0e0;
}
a:active {
	text-decoration: none;
}

.cartouche {
	padding: 0;
	height: 203px;
	width: 878px;
	background-image: url(images/cartouche.gif);
}

.menusup {
	height: 30px;
	width: 864px;
	text-align: center;
	background:url(images/fond-menu-global.gif);
	padding-left: 14px;
}

ul#menu
{
	margin: 0 ;
	padding: 0 ;
	list-style-type: none ;
/* Suppression du margin, du padding et des puces du <ul> */
}

ul#menu li
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #e0e0e0;
	margin: 0;
	padding: 0 ;
	float:left;
/* Suppression du padding du <li> et on définit une marge basse de 5px pour aérer le tout */
}

ul#menu li a
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #e0e0e0;
	display: block ; /* On passe les liens en éléments de type block pour leur donner des propriétés de taille */
	width: 170px ;
	line-height: 30px ;
	text-indent: 0px ; /* On décale le texte de 40px du bord gauche */
	text-align: center;
	text-decoration: none ;
	background: url(images/fond-menu.gif) repeat-x; /* On met une image de background, que l'on positionne à 0px du bord gauche et 0px du bord haut */
	float: left;
}

ul#menu li a:hover
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #e0e0e0;
	background: url(images/fond-menu-actif.gif) repeat-x; /* Et ici on décale l'image du background de 30px vers le haut pour laisser apparaître la 2eme partie de l'image */
	text-align: center;

}

.blocauchehaut {
	width: 142px;
	height: 32px;
	background: url(images/fond-blocgauche-haut.gif) no-repeat;
	padding-top: 4px;
	text-align: center;
	margin-left: 20px;
}

.blocgauchecontenu {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	width: 130px;
	padding: 0;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #4c4c4c;
	border-left-color: #4c4c4c;
	background-color: #202020;
	padding-left: 10px;
	margin-left: 20px;
	line-height: 18px;
}

.blocgauchebas {
	width: 142px;
	height: 10px;
	background:url(images/fond-blocgauche-bas.gif) no-repeat;
	padding: 0;
	margin-left: 20px;
}
	
.blocdroitehaut {
	width: 182px;
	height: 32px;
	background: url(images/fond-blocdroite-haut.gif) no-repeat;
	padding-top: 4px;
	text-align: center;
	margin-left: 10px;
}

.blocdroitecontenu {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	width: 160px;
	padding: 0;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #4c4c4c;
	border-left-color: #4c4c4c;
	background-color: #202020;
	padding-left: 20px;
	margin-left: 10px;
	line-height: 18px;
}

.blocdroitebas {
	width: 182px;
	height: 10px;
	background:url(images/fond-blocdroite-bas.gif) no-repeat;
	padding: 0;
	margin-left: 10px;
}

.grostextebleucentre{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #8EAFD5;
}

.loginhaut {
	width: 260px;
	height: 49px;
	background:url(images/login-haut.gif);
}

.loginmilieu {
	width: 260px;
	background:url(images/login-milieu.gif) repeat-y;
	text-indent: 15px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.loginmilieu table{
	width: 260px;
	background:url(images/login-milieu.gif) repeat-y;
	text-indent: 12px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}


.loginbas {
	width: 260px;
	height: 16px;
	background:url(images/login-bas.gif)
}

.decalageok {
	padding-right: 20px;
}

