/*  Dol Celeb main.css by Ervael 2009 */

img,div,td,p,h1,h2,h3,h4,h5,h6,br,ul,li,a,form{
	margin:0;
	padding:0;
	border:0;
	font-family:verdana;
}

a:link,a:active,a:visited{
	text-decoration:none;
	color:#7a8abd;
}
	
a:hover{
	text-decoration:underline;
	color:#2a4160;
}

body{
	background:#091B33;
	font-family:verdana;
}

#pere{
	background:#fff;
	width:900px;
	margin:auto;
	border:#c4c4c4 1px solid;
}

#header{
	background:url(../images/dol-celeb.jpg) no-repeat;
	width:900px;
	height:200px;
}

/* header MENU */

#header-menu{
	height:23px;
	/*background:#c0c0c0;*/
	background:url(../images/bg_header_menu.gif) repeat-x;
	text-align:center;
	padding-top:2px;
}

.nbr_connectes{
	color:#000;
	font-size:10px;
	padding-left:70px;
}

#header-menu ul li{
	display:inline;
	margin:0 7px;
}

#header-menu a:link, #header-menu a:active, #header-menu a:visited{
	color:#2A4160;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

#header-menu a:hover{
	color:#7a8abd;
}

/* NAVIGATION */

#navigation{
	width:155px;
	float:left;
	/*background:#f7f7f7;*/
	background:url(../images/bg_navigation.gif) repeat-y;
	margin-top:27px;
}

#navigation li{
	list-style-type:none;
	border-bottom:#d8d6d6 solid 1px;
}

#navigation li a{
	padding-left:5px;
	display:block;
	width:150px;
	height:18px;
}

#navigation li a:hover{
	background:#4a6085;
}

.nav_links a:link, .nav_links a:active, .nav_links a:visited{
	color:#2a4160;
	font-size:11px;
}

.nav_links a:hover{
	text-decoration:none;
	color:#fff;
}

.nav_links form{
	padding-left:2px;
}

#img-fantasy, #img-medias, #img-graphisme, #img-search, #img-pubs, #img-liens{
	width:149px;
	height:24px;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	text-align:right;
	padding:7px 5px 0 0;
	border:#2a4160 solid 1px;
	border-left:0;
}

#img-fantasy{
	background:url(../images/fantasy.gif);
}

#img-medias{
	background:url(../images/medias.gif);
}

#img-graphisme{
	background:url(../images/graphisme.gif);
}

#img-search{
	background:url(../images/search.gif);
}

#img-pubs{
	background:url(../images/annonces.gif);
	margin-bottom:2px;
}

#adsense{
	text-align:center;
}

#img-liens{
	background:url(../images/liens.gif);
}

/* CONTENT */

#content{
	float:left;
	width:700px;
	margin-top:25px;
	padding:0 20px;
	font-size:11px;
	text-align:justify;
}

h1{
	font-size:25px;
	text-align:left;
	font-weight:lighter;
	border-bottom:#2a4160 solid 1px;
}
	
h2{
	font-size:14px;
	text-align:left;
	font-weight:bold;
	margin:20px 0;
}

h3{
	font-size:12px;
	text-align:center;
	font-weight:bold;
	color:#fff;
}
	
h4,h5,h6{
	font-size:12px;
	text-align:left;
	font-weight:bold;
	margin:20px 0 10px 0;
}

#content ul li{
	list-style-type:none;
	margin:5px 0;
}

.citation{
	font-size:10px;
	font-style:italic;
}
	
.note{
	font-size:10px;
	text-indent:0;
}

/* INDEX */

#texte-presentation{
	width:510px;
	float:left;
	margin-right:40px;
}

#image-index{
	float:left;
	width:150px;
	height:270px;
	background:url(../images/image_index.jpg) no-repeat;
	margin-bottom:20px;
}

#recent{
	clear:both;
}

#texte-actus p, #texte-maj p, #texte-forum p{
	padding:0 20px;
}

#actualites{
	float:left;
	width:350px;
	height:616px;
	border:#2a4160 solid 1px;
	padding-bottom:10px;
}

#titre-actus{
	width:350px;
	height:20px;
	background:#4a6085;
	border-bottom:#2a4160 solid 1px;
	margin-bottom:20px;
	padding-top:4px;
}

#actus-site{
	float:left;
	width:330px;
	margin-left:10px;
}

.lien_blog, .lien_forum{
	text-align:center;
}

#maj, #forum{
	border:#2a4160 solid 1px;
	padding-bottom:10px;
}

#maj{
	margin-bottom:20px;
	height:215px;
}

#titre-maj, #titre-forum {
	width:328px;
	height:20px;
	color:#fff;
	background:#4a6085;
	border-bottom:#2a4160 solid 1px;
	margin-bottom:20px;
	padding-top:4px;
	text-align:center;
}

#texte-maj p{
	margin-bottom:5px;
}

#forum{
	height:369px;
}

#bottom-page{
	margin-top:20px;
}

#partage{
	float:left;
	text-align:right;
	width:500px;
}

#up{
	float:left;
	width:200px;
}

#content .row_color tr:nth-child(even){
	background:#e5e5e5;
}

/* FOOTER */

#footer{
	clear:both;
	background:#4a6085;
	margin-top:20px;
	text-align:center;
	/*border-top:#2a4160 dashed 1px;*/
	font-size:11px;
	padding:3px 0;
}

#footer ul li{
	display:inline;
	margin:0 7px;
}

#footer a:link,#footer a:active,#footer a:visited{
	text-decoration:none;
	color:#fff;
}
	
#footer a:hover{
	text-decoration:underline;
}

/* FORMULAIRES */

.bouton{
	background:#4a6085;
	color:#fff;
}

.bouton:hover{
	background:#7a8abd;
}

.good{
	color:#1fa028;
}
	
.notgood{
	color:#db1e1e;
}