/*** elements de base */

html, *
{
	margin: 0;
	padding: 0;
}
body
{
	font-family: "Trebuchet MS";
	font-size: 80%;
	color: #000;
	background-color: #111;
}

h1
{
	font-size: 300%;
	text-transform: uppercase;
	color: #333;
}
h2
{
	text-transform: uppercase;
	font-size: 170%;
	font-weight: normal;
	color: #44a0c4;
	border-bottom: #44a0c4 1px dotted;
}
h3
{
	margin: 30px 0 10px 0;
	padding: 5px 0;
	font-size: 110%;
	text-transform: uppercase;
	color: #333;
	border-top: #333 1px dotted;
	border-bottom: #333 1px dotted;
}

p
{
	margin: 25px 0;
	text-align: justify;
	z-index: 1000;
}

ul
{
}
li
{
	margin-left: 15px;
	color: #333;
}

a
{
	text-decoration: none;
	color: #333;
}
a:hover
{
	text-decoration: underline;
}
a:visited
{
}
a img
{
	border: none;
}

em
{
	text-transform: uppercase; 
	font-size: 120%;
	font-weight: bold;
	font-style: normal;
	color: #44a0c4;
	text-align: center;
}

strong
{
	color: #333;
}
/*** elements de mise en page */

div#conteneur
{
	width: 990px;
	margin: 0 auto;		
}

div#entete
{
	position: relative;
	height: 110px;
	padding-top: 20px;
	background: url(../img/nav/entete-nemomedia.png) no-repeat top right;
}

div#contenu
{
	position: relative;
	width: 960px;
	padding: 30px 15px 20px 15px;
	background: #e7ecee url(../img/nav/motif-rayon.jpg) no-repeat;
	border-left: #aaa 1px solid;
	border-right: #aaa 1px solid;
}

div#bloc-photo
{
	width: 250px;
}

div#bloc-description
{
	position: absolute;
	left: 300px;
	width: 420px;
}

div#bloc-couv
{
	float: right;
	width: 220px;
}

p#avertissement
{
	margin: 2px 0 10px 0;
	font-size: 90%;
	color: #444;
}

img#photo-accueil
{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

div#boutons
{
	position:absolute;
	bottom: 80px;
	right: 10px;
	z-index: 100;
}

div#langue
{
	position: absolute;
	right: 5px;
	top: 5px;
	color: #fff;
}

p#pied-page
{
	margin: 30px 0 0 0;
	padding-top: 15px;
	font-size: 85%;
	text-align: center;
	color: #666;
	border-top: #333 1px dashed;
}

/*** menu principal */

ul#menu
{
	width: 100%;
	height: 31px;
	list-style: none;
	background: #666 url(../img/nav/bg_menu.gif) repeat-x;
	border-left: #aaa 1px solid;
	border-right: #aaa 1px solid;
}
ul#menu li
{
	float: left;
	width: 100px;
	margin: 0;
	text-align: center;	
}
ul#menu li a
{
	display: block;
	height: 30px;
	line-height: 31px;
	color: #000;
	text-decoration: none;
	border-right: #ccc 1px solid;
}
ul#menu li a:hover
{
	color: #8cb0bb;
}

/*** elements de mise en forme */

.bleu
{
	margin-bottom: 40px;
	color: #44a0c4;
	font-size: 2000%;
	line-height: 0.8em;
	text-align: center;
}

.prix
{
	text-align: right;
	color: #333;
	border-color: #333;
}

.double-bordure
{
	padding: 3px;
	background: #fff;
	border: #ccc 1px solid;	
}

.bouton
{
	display: inline;
	width: auto;
	height: 28px;
	margin: 20px 0;
	padding: 3px 20px;
	font-weight: bold;
	line-height: 28px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	background: #333 url(../img/nav/btn-gris.gif) repeat-x;
	border: #333 1px solid;
}

.bouton:hover
{
	text-decoration: none;
	color: #fff;
	background: #333 url(../img/nav/btn-bleu.gif) repeat-x;
}

.accueil
{
	position: relative;
	width: 49%;
	margin: 100px 0 50px 0;
	font-size: 120%;
	color: #333;
	z-index: 2;
}

.banniere-lien
{
	display: block;
	margin: 20px 0 0 0;
}

.premier-plan
{
	position: relative;
	z-index: 1000;
}

.sous-titre
{
	font-size: 130%;
	text-align: center;
	border: none;
}
.lien-bleu
{

color:#44a0c4;
}

div#titre
{
	width: 550px;
	margin-top: 20px;
}

div#titre p
{
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	line-height: 0.6em;
	font-size: 18em;
	font-weight: bold;
	color: #44a0c4;
}