﻿#conteneurmenu
{
	margin:auto;
	width:936px;
	background-image:url(images/logo-rouge.jpg);
	background-repeat:no-repeat;
	height:40px;
}
.menu h1
{
	font-size:12px;
	text-transform:uppercase;
	margin-left:30px;
	margin-top:19px;
}
.logo
{
	width:160px;
	height:100%;
}
.logo a
{
	display:block;
	width:100%;
	height:100%;
}
.menu1
{
}
.menu a
{
	color:#fff;
	text-decoration: none;
}
.menu
{
	float:left;
}
.menu a:hover
 {
	text-align: left;
	text-decoration: none;
}
.menu span, .ssmenu span {
	/* Ne pas toucher
	C'est pour cacher les ; en fin de <li>, ce qui permet aux synthèses vocales de prendre une
	pause dans l'élocution */
	display:none;
}
.ssmenu ul, .ssmenu li {
	/* Ne pas trop toucher.
	Les items (les <li>) des sous-menus, notamment pour enlever les puces des liste */
	padding:0;
	margin:0;
	list-style-type:none;
		z-index: 10;
}

.ssmenu a, .ssmenu a:visited {
	text-decoration:none;
	color:#ff0000;
	z-index: 10;
	/* Ne pas modifier le block */
	display:block;
	/*	Un width:100% fait planter Mozilla, sans le width:100% c'est IE et Opera... La combinaison
	aucun width et height:100% marche sur tous, donc ne pas toucher ces 2 lignes */
/*	height:100%;
	margin:0px;*/
	margin:0px;
	width:100%;
}

.ssmenu ul:hover, .ssmenu a:hover, .ssmenu a:focus {
	color:#FF0000;
	text-decoration:underline;
	z-index: 10;
}

.ssmenu img {
	/* un petit espacement entre l'image et le texte du lien <a href="..."><img.../>blabla</a> */
	margin-right:2px;
}

.ssmenu img.hr {
	/* Encore un peu expérimental, un <hr /> entre deux items pour faire un "éparateur"... */
	margin-top:1px;
	margin-bottom:1px;
	margin-left:0;
	margin-right:0;
	width:100%;
	display:block;
}

#plinks
{
	margin:auto;
	width:936px;
}

#baseline
{
	width:250px;
	float:left;
	height:44px;
}
#baseline h1
{
	float:left;
	color:#ff0000;
	font-size:10px;
	text-transform:uppercase;
	font-weight:normal;
	line-height:44px;
}
#baseline h1.star
{
	background-image:url(images/star-icon.gif);
	background-repeat:no-repeat;
	padding-left:20px;
	background-position:5px 17px;
}
#date
{
	width:130px;
	float:right;
	text-align:right;
	height:44px;
	line-height:44px;
	text-transform:capitalize;
	font-size:11px;
}
#partners
{
	height:44px;
	line-height:44px;
}
#partners a
{
	font-size:11px;
	color:#999999;
}