/*DEFINITIONS GENERALES*/
*{
	margin:0px;
	padding:0px;
}
html{
	background-color:#000;
}
body{
	background:#000;
	width:100%;
	vertical-align:top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	text-align:justify;
	color:#f2f2f2;
}
a:link, a:visited {
	text-decoration:underline;
	color:#ff0000;
}
a:hover, a:active{
	text-decoration:none;
	color:#ff0000;
}
img{
	border:none;
}
p{
	margin-bottom:10px;
}

/*DEFINITION DES BLOCS GENERAUX*/
#container{
	width:1150px;
	height:100%;
	background:#000;
	margin:0px auto;
}
#header{
	width:920px;
	height:140px;
	background:url(../img/bground_menu1.jpg) repeat-x top left;
	margin-left:230px;
	margin-bottom:19px;
	margin-top:20px;
	padding-top:20px;
}
#lang{
	width:180px;
	margin-left:5px;
	text-align:center;
}
#menu{
	width:180px;
	height:100%;
	background:url(../img/bground_menu.jpg) repeat-y top left;
	padding-top:10px;
	margin-left:10px;
	margin-top:10px;
	text-align:center;
	float:left;
	font-size:14px;
}
#main{
	margin:0 10px 0px 220px;
	padding:10px 10px 10px 10px;
	height:100%
}

#footer{
	clear:both;
	background:#000;
	width:1150px;
	height:40px;
}

/*DEFINITIONS DES BLOCS DE NAVIGATION*/
#page{
	width:600px;
	height:16px;
	/*background-color:#f2f2f2;*/
	margin:25px 0px 30px 0px;
	padding:4px 2px 0px 1px;
	text-align:right;
	float:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
}
.nav_actif{
	color:#98141b;
	padding:0px 2px;
	font_weight:bold;
}
.passif{
	color:#cccccc;
	padding:0px 2px;
}
#archive{
	text-align:left;
	width:655px;
	float:left;
	margin-bottom:0px;
}

/*DEFINITIONS DU BLOC HEADER*/
#header a:link, #header a:visited {
	text-decoration:none;
	color:#000;
}
#header a:hover, #header a:active{
	text-decoration:underline;
	color:#000;
}
#logo{
	width:122px;
	margin-left:-195px;
	margin-top:-27px;
	float:left;
	text-align:center;
}
#title{
	margin:0px 10px 0 110px;
	margin-right:10px;
	padding-top:10px;
	text-align:center;
	height:125px;
}
/*DEFINITIONS DU BLOC LOGO*/


/*DEFINITIONS DU BLOC MENU*/
#menu ul li{padding:0; margin:0; list-style-type:none;}
#menu ul ul{margin:0 0 10px 0; padding:0;}
#menu ul ul li{padding:0; margin-bottom:2px; list-style-type:none;}
#menu ul ul li a{background-color:#000; padding:0 5px 0 5px;}
#menu a:link, #menu a:visited{color:#ff0000; text-decoration:none;}
#menu a:hover, #menu a:active{color:#fff; text-decoration:none;}
#menu a.white:link, #menu a.white:visited{color:#fff; text-decoration:none;}
#menu a.white:hover, #menu a.white:active{color:#ff0000; text-decoration:none;}

/*DEFINITIONS DU BLOC MAIN*/
#col1{
	width:400px;
	float:left;
	margin-left:100px;
}
#col1 p{
	background:url(../img/love.jpg) left no-repeat;
	padding-left:25px;
}
#col2{
	margin-left:525px;
}
#col2 p{
	background:url(../img/dead.jpg) left no-repeat;
	padding-left:33px;
	color:#ff0000;
}

/* DEFINITION DES TITRES*/
h4{
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
	margin-bottom:10px;
}

h1.boutiks{
	font-size:22px;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
	margin-bottom:10px;
}
/*DEFINITION DES CONTENUS TEXTE*/
.clear{
	text-align:justify;
	width:100%;
	clear:both;
}
p.clear{
	margin-bottom:25px;
}
.actu{
	text-align:left;
	width:600px;
	background-color:#ff0000;
	padding:5px;
}
p.perso{
	text-align:center;
	margin:0 0 10px 50px;
	font-size:14px;
	line-height:20px;
}
.news{
	text-transform:uppercase;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.rouge{
	color:#ff0000;
}
.presse{
	width:930px;
	clear:right;
}
.dp{
	text-align:center;
	font-size:18px;
}
.logo{
	margin:0 10px;
}
#asso{
	text-align:center;
	font-size:14px;
	line-height:25px;
	margin:0 150px;
}
.left{
	width:350px;
	float:left;
}
.right{
	margin-left:450px;
}
table{
	border:none;
	padding:0px;
}
td{
	padding:10px;
	padding-top:0;
	vertical-align:top;
	text-align:center;
	width:200px;
}
/*DEFINITION DES CONTENUS IMAGE*/
img.perso{
	float:right;
	margin:0 10px 20px 50px;
}
img.vignette{
	padding-bottom:5px;
}
