html
{
	overflow: scroll;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

html, body
{
	background-color: black;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial;
	font-size: 12px;
}

a
{
	color: #dddddd;
	font-weight: bold;
}

.gras
{
	color: white;
	font-weight: bold;
}

.spacer 
{
	clear: both;
	margin: 0px;
	padding: 0px;
}

#support
{
	border-collapse: collapse;
	width: 852px;
	margin: auto;
}

#entete
{
	background-image: url('images/entete.jpg');
	background-repeat: no-repeat;
	width: 852px;
	height: 103px;
}

#menu
{
	width: 852px;
	height: 30px;
	margin-top: 10px;
}

#menuTable
{
	background-image: url('images/menu.jpg');
	background-position: left;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	margin-left: 110px;
	border-collapse: collapse;
	width: 650px;
	height: 30px;
}

#menuTable td
{
	padding: 0px;
	text-align: left;
}

#corps
{
	background-image: url('images/corps.jpg');
	background-repeat: repeat-y;
	width: 852px;
	color: #FFFFFF;
	vertical-align: top;
}

#pied
{
	color: #BBBBBB;
	background-image: url('images/pied.jpg');
	background-repeat: no-repeat;
	width: 852px;
	height: 35px;
}

#supportCadre
{
	padding: 20px;
}

#cadre, .cadre
{
	background-color: #000000;
	color: #FFFFFF;
	text-align: justify;
	padding: 20px;
	border: solid 2px #440000;
	opacity : .6;
	filter : alpha(opacity=60);
}

/*** NEWS ***/

.news_date
{
	color: white;
	font-weight: bold;
	width: 100%;
	text-align: left;
	font-style: italic;
	margin-top: 10px;
}

.news_texte
{
	color: white;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: double 3px #666666;
}

.news_texte2
{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
	margin-bottom: 5px;
	margin-top: 15px;
	padding-top: 5px;
	border-top: double 3px #666666;
}

/*** LE GROUPE ***/

.groupe_titre
{
	color: white;
	font-weight: bold;
	width: 100%;
	text-align: left;
	font-style: italic;
}

.groupe_texte
{
	color: white;
	width: 100%;
	margin-bottom: 5px;
	margin-top: 15px;
	padding-top: 5px;
	border-top: double 3px #666666;
}

/*** LIENS ***/

.liens_lien, .liens_lien a
{
	color: white;
	font-weight: bold;
	width: 100%;
	text-align: left;
	font-style: italic;
	margin-top: 10px;
}

.liens_commentaire
{
	color: white;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: double 3px #666666;
}

/*** LIENS ***/

#pochette
{
	width: 100%;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 30px;
}

#pochette_table
{
	width: 100%;
}

#pochette_image
{
	text-align: right;
}

#pochette_titres
{
	vertical-align: top;
	line-height: 26px;
	padding-left: 20px;
	text-align: left;
}

/* pour IE 6 */
#cadre, .cadre
{
	height : 1px;
}

/* pour les autres navigateurs */
* > #cadre, .cadre
{
	height: auto;
}

/* pour IE 7 */
*+html #cadre, .cadre
{
	min-height : 1px;
}
