@charset "UTF-8";
/* CSS Document */
/* GENERAL --------------------------------------------------------------- */
html, body {
	height: 100%;
	width: 100%;
}
body {
	margin:0px;
	padding:0px;
	background-color:#4d0a18;
	background-image:url(../pix/interface/background.jpg);
	background-repeat:no-repeat;
	font-family:Helvetica, Arial, sans-serif;
	font-size:10px;
	
}
img {
	border:none;
}
/* LOGO ---------------------------------------------------------------- */
#logo {
	position:absolute;
	width:250px;
	height:70px;
	left:15px;
	top:90px;
	z-index:100;
}
/* MENU ------------------------------------------------------------------ */
#menu {
	position:absolute;
	margin:0px;
	padding:32px 0 0 0;
	height:23px;
	left:0px;
	top:0px;
	right:0px;
	background-image:url(../pix/interface/background_menu.jpg);
	background-repeat:no-repeat;
	white-space:nowrap;
	text-transform:uppercase;
	z-index:50;
}
#menu ul {
	display:block;
	width:990px;
	text-align:right;
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#menu li {
	list-style-type:none;
	display:inline;
	margin:0 0 0 30px;
}
#menu li:hover {
	margin-top:5px;
}
/* SIDEBAR ---------------------------------------------------------------- */
#sidebar {
	padding-top:10px;
	position:absolute;
	width:150px;
	height:auto;
	color:#e30c4b;
	top:200px;
	left:120px;
}
#sidebar p {
	border-left:1px solid;
	border-color:#e30c4b;
	padding-left:5px;
	margin-bottom:0px;
	padding-bottom:0px;
}
/* CONTENT ---------------------------------------------------------------- */
h1 {
	text-align:right;
	text-transform:lowercase;
	position:absolute;
	font-size:32px;
	font-weight:normal;
	letter-spacing:-2px;
	color:#e30c4b;
	height:25px;
	width:990px;
	overflow:hidden;
	left:0px;
	top:150px;
	z-index:20;
}
#content {
	position:absolute;
	float:left;
	width:670px;
	
	height:2000px;
	top:200px;
	left:293px;
	padding:10px 10px 10px 20px;
}
#col {
	width:310px;
	height:auto;
	
	float:left;
	margin-right:10px;
}
#col2 {
	width:215px;
	height:auto;
	
	float:left;
	margin-right:5px;
}

#col3{
margin-right:5px;
margin-top:15px;
width:375px;
height:265px;
float:left;}
#col4{
width:290px;
height:auto;
float:left;}
/* TEXTE CONTENT ---------------------------------------------------------------- */

#content h3 {
	margin-bottom:0px;
	margin-left:10px;
	font-weight:normal;
	color:#fff;
	font-size:12px;
}
#content h2 {
	font-size:14px;
	margin-left:10px;
	font-weight:normal;
	color:#e30c4b;
}
#content h4 {
	margin-top:2px;
	font-weight:normal;
	margin-left:10px;
	font-size:10px;
	color:#CCCCCC;
}
#content p {
	margin-left:10px;
	color:#9c576e;
	letter-spacing:0.5px;
	line-height:15px;
	font-size:11px;
}
/* NEWS ---------------------------------------------------------------- */

.news {
	padding-top:5px;
	padding-bottom:10px;
	margin-top:10px;
	height:120px;
	width:650px;
}

.newsb {
float:left;
	padding-top:5px;
	padding-bottom:10px;
	margin-top:10px;
	height:450px;
	width:650px;
}

.news a:link {
	color: #ccc;
	text-decoration: none;
}
.news a:visited {
	text-decoration: none;
	color: #ccc;
}

.news a:active {
	text-decoration: none;
	color: #ccc;
}

.news a:hover {
	color:#FFF;
	text-decoration:none;
}
/* STYLE DE LIENS -------------------------------------------------------- */


a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #666;
}
/* VIGNETTE  ---------------------------------------------------------------- */


.vide {
	display:block;
	width:110px;
	height:110px;
	float:left;
	padding:0px;
	margin:10px;
}
.cadre {
	width:90px;
	height:90px;
	background:url(../pix/interface/cadre.png) no-repeat;
	padding:10px;
	text-align:right;
}
.cadre p {
	text-align:right;
	margin:5px;
	color:#666666;
}
.cadre a {
	color:#CCC;
}
.cadre a:hover {
	color:#FFF;
}
.pixvignette {
	float:left;
	width:110px;
	height:110px;
	padding:0px;
	margin:10px;
	background-position: 5px 5px;
	background-repeat:no-repeat;
}
/* LIEN  ---------------------------------------------------------------- */
.link {
margin-top:5px;
	margin-left:10px;
	height:40px;
	font-weight:normal;
	color:#ccc;
	background-image:url(../pix/interface/arrow.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding:5px 0px 0px 30px;
	text-transform:uppercase;
	text-align:left;
}



#content a:link {
	color: #ccc;
	text-decoration: none;
}
#content a:visited {
	text-decoration: none;
	color: #ccc;
}

#content a:active {
	text-decoration: none;
	color: #ccc;
}

#content a:hover {
	color:#FFF;
	text-decoration:none;
}