/* CSS Document */
/* style par defaut */

body /*propri�t� du corps de page ____________________
______________________________________________________
____________________________________________________*/
{
	color: #666666; /* couleur des caracteres */
	background-color: #FFFFFF; /* couleur de fond */
	font-family: Verdana, Courier New, Courier, monospace; /* type de police */
	font-weight: normal; /* gras */
	font-style: normal; /* italique */
	font-size: 11px; /* taille de la police */
}

table /* propri�t� des tableaux */
{border:Opx;
padding:Opx;
margin:Opx;
}

image /* propri�t� des images */
{border:Opx;
padding:Opx;
margin:Opx;
}

a /* lien */
{
	color: #333333; 
	font-style: normal; /* italique */
	font-weight:bold;
	text-decoration: none;
}

a:hover /* lien souris dessus */
{
	color: #666666;
	text-decoration:none;	
}

a.jaune /* autre type de lien (ex : lien barre bas) */
{
	color: #F8E517;
	text-decoration: none;
}

a.jaune:hover /* lien souris dessus autre type de lien (ex : lien barre bas)*/
{
	color: #FFC91B;
	text-decoration: none;
}

/* ___________________________________
______________________________________new */


div.menu
{
	position: absolute;
	top:100px;
	left:20px;
	height:30px;
	width:800px;
}

div.logo
{
	position: absolute;
	top:20px;
	left:770px;
	height:100px;
	width:230px;
}

div.topline
{
	position: absolute;
	top:130px;
	left:20px;
	height:30px;
	width:1000px;
}

div.baseline
{
	position: absolute;
	top:560px;
	left:20px;
	height:33px;
	width:1000px;
}

div.menubas
{
	position: absolute;
	text-align:center;
	top:594px;
	left:20px;
	height:30px;
	width:1000px;
}

div.texte
{
	position: absolute;
	text-align:justify;
	top:200px;
	left:50px;
	height:315px;
	width:460px;
}

div.cadre
{
	position: absolute;
	top:200px;
	left:530px;
	height:315px;
	width:460px;
}

div.mozaik
{
	position: absolute;
	top:200px;
	left:573px;
	height:325px;
	width:325px;
}

div.video
{
	position: absolute;
	top:200px;
	left:150px;
	height:315px;
	width:490px;
}

div.menuvideo
{
	position: absolute;
	top:200px;
	left:650px;
	height:315px;
	width:300px;
	background-color: #FFFFFF;
}

div.videoboutique
{
	position: absolute;
	top:200px;
	left:30px;
	height:350px;
	width:472px;
}

div.masquevideoboutique
{
	position: absolute;
	top:520px;
	left:0px;
	height:25px;
	width:500px;
}

div.magasinboutique
{
	position: absolute;
	top:200px;
	left:530px;
	height:315px;
	width:470px;
	background-color: #FFFFFF;
}

div.interview
{
	position: absolute;
	top:200px;
	left:275px;
	height:315px;
	width:490px;
}

div.signature
{
	position: absolute;
	top:594px;
	left:933px;
	height:50px;
	width:87px;
}

div.baseline2
{
	position: absolute;
	top:2070px;
	left:20px;
	height:33px;
	width:1000px;
}

div.menubas2
{
	position: absolute;
	text-align:center;
	top:2104px;
	left:20px;
	height:30px;
	width:1000px;
}

div.signature2
{
	position: absolute;
	top:2104px;
	left:933px;
	height:50px;
	width:87px;
}

div.baseline3
{
	position: absolute;
	top:666px;
	left:20px;
	height:33px;
	width:1000px;
}

div.menubas3
{
	position: absolute;
	text-align:center;
	top:700px;
	left:20px;
	height:30px;
	width:1000px;
}

div.signature3
{
	position: absolute;
	top:700px;
	left:933px;
	height:50px;
	width:87px;
}

.styletitre {font-size:16px; color:#333333; font-weight:bold;}

.stylegenerique {font-size:14px; color: #999999; font-weight:bold;}

.stylelegende {font-size:9px; color: #CCCCCC;}

