#nom_article.test
{
background:blue;
}

body
{
        background-color:#999999;
        font-family: 'myriad pro', helvetica;
}

#encadrement
{
	background-color:#FFFFFF;
	margin-top:30px;
	margin-left:auto;
	margin-right:auto;
	width:66%;
}

#contenu
{
	min-height:600px;
	padding-left:15px;
	padding-top:15px;
	padding-right:15px;
}

#bandeau img
{
	max-width:100%;
	height:auto;
}

#outils
{
	padding-top:10px;
	padding-right:25px;
	text-align:right;
}

#outils img
{
	max-height:20px;
}

#nom_article
{
	background:white;
	border:0;
	padding:10px 0px;
	font-size:16px;
}

table
{
	text-align:left;
}

#titres_articles
{
	vertical-align:top;
	padding-top:10%;
	width:100%;
	padding-left:10px;
	text-align:left;
	text-align-last:left;
}

#article
{
	font-size:12px;
	padding:0 30px;
}

.fond_accueil
{
background: url("../img/visuel_page_3.jpg") no-repeat;
-webkit-background-size: cover;
background-size: cover;
}

#pied
{
	clear:both;
}

#menu
{
	width:17.5%;
	position:fixed;
	bottom: 20%;
	right:0%;
}

#menu img
{
	width:97%;
}

#menu_logo
{
	display:block;
	margin-left:auto;
	margin-right:auto;
}

#menu li,
#menu ul
{
	list-style:none;
	margin: 0;
	padding: 2px;
	line-height: 1;
}

#menu a
{
	text-decoration:none;
	color: black;
}

#groupe,
#groupe a,
#groupe a:hover
{
	display:inline-block;
	color:white;
	background:#231F20;
	width:100%;
	height:25px;
	line-height:25px;
	text-align:center;
}

#categorie
{
	position: absolute;
	overflow:hidden;
	width:0;
}

#difficulte
{
	display:block;
	position:relative;
	height:30px;
}

#difficulte:hover #categorie
{
	width:auto;
	min-width:190px;
	padding:0;
	overflow:visible;
	left:-192px;
	top:0;
	border:1px solid black;
}

#difficulte:hover a
{
	display:inline-block;
	width:auto;
	min-width:186px;
}

.green,
.green:hover #categorie,
#nom_article.green
{
	background:#F2EF6E;
}

.green:hover #categorie a:hover
{
	background:#E2DF5E;
}

.blue,
.blue:hover #categorie,
#nom_article.blue
{
	background:#A2DCF5;
}

.blue:hover #categorie a:hover
{
        background:#92CCD5;
}

.red,
.red:hover #categorie,
#nom_article.red
{
	background:#F6957C;
}

.red:hover #categorie a:hover
{
        background:#D6856C;
}

.nom_souscategorie
{
font-size:1.5em;
font-family:"book antiqua", verdana;
font-weight: bold;
font-style:italic;
}
