/* 
    Document   : css
    Created on : 19 juil. 2010, 17:21:53
    Author     : nicolas
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body
{
	background:black;
	margin: 0;
	padding:0;
	text-align: center;
}


div.langue
{
	text-align:center;
	width:528px;
	margin:0 auto;
	height: 40px;
}

div.langue img
{
	border:0;
}

div.langue a
{
	text-decoration:none;
}


div.contact
{
	position:absolute;
	margin-left : 780px;
	top: 250px;
	color : #da0f82;
	font-size: 15px;
}

div.contact h1
{
	color : #da0f82;
	font-size: 18px;
}

div.contact a
{
	color : #da0f82;

}


div.global
{
	margin:0 auto;
	background: black;

}

div.background
{
	background: url(../images/background.jpg) top left;
	width:980px;
	height:768px;
	margin:0 auto;
	margin-top:-20px;
		text-align: left;
}

div.background a.link
{
	display: block;
	position:absolute;
	width:533px;
	height:500px;
	color:#fff;
	overflow:hidden;
	top:190px;
	margin-left:210px;
}

div.background a.link span{
	display:block;
	position:absolute;
	top:-50000px;
}

div.construct
{
	color : #da0f82;
	font-size: 35px;
	font-weight:bold;
	margin-top : 50px;
	text-align: center;
}

div.catalogue
{
	position:absolute;
	width:500px;
	margin:0 auto;
	margin-left:250px;
	top:700px;

}

div.catalogue a{
	color : #da0f82;
	font-size: 30px;
	font-weight:bold;
	text-decoration:none;
}


