/*  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;
	outline:0;
}

a:link,a:active,a:visited{
	text-decoration:none;
	color:#1b6c77;
}
	
a:hover{
	text-decoration:underline;
	color:#83c8c0;
}

body{
	background:#07212d;
	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:#264c66;
	/*background:url(../images/bg_header_menu.gif) repeat-x;*/
	text-align:left;
	padding-top:2px;
}

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

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

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

#header-menu a:hover{
	color:#83c8c0;
}

/* NAVIGATION */

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

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

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

#navigation li a:hover{
	background:#264c66;
}

.nav_links a:link, .nav_links a:active, .nav_links a:visited{
	color:#1b6c77;
	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:23px;
	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:21px;
	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;
	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:274px;
	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:380px;
	/*height:616px;*/
	/*border:#2a4160 solid 1px;*/
	padding-bottom:10px;
	text-align:left;
}

#titre-actus{
	width:380px;
	height:15px;
	background:#264c66;
	color:#fff;
	border-bottom:#2a4160 solid 1px;
	margin-top:10px;
	margin-bottom:15px;
	padding-top:2px;
	border-radius:5px;
}

.texte_titre_actu{
	float:left;
	padding:0 7px 0 20px;
	width:50%;
}

.rss_actu{
	width:42%;
	float:left;
	text-align:right;
}

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

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

#maj, #forum{
	/*border:#2a4160 solid 1px;*/
	padding-bottom:12px;
	text-align:left;
}

#maj{
	margin-bottom:40px;
	height:210px;
}

#titre-maj, #titre-forum {
	width:300px;
	height:15px;
	color:#fff;
	background:#264c66;
	border-bottom:#2a4160 solid 1px;
	margin-bottom:15px;
	margin-top:10px;
	padding-top:2px;
	border-radius:5px;
}

.texte_titre{
	float:left;
	padding-left:20px;
	width:50%;
}

.rss{
	width:42%;
	float:left;
	text-align:right;
}

#texte-maj{
	padding-bottom:10px;
}

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

#texte-actus ,#texte-maj, #texte-forum{
	background:#e9edec;
	border-radius:10px;
	padding-top:10px;
}


#forum{
	/*height:369px;*/
}

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

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

#ancre{
	float:left;
	width:160px;
}


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

/* FOOTER */

#footer{
	clear:both;
	color:#fff;
	background:#264c66;
	margin-top:20px;
	text-align:right;
	/*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 */

fieldset{
	margin-bottom:10px;
}

.bouton{
	background:#264c66;
	color:#fff;
}

.bouton:hover{
	background:#83c8c0;
}

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