/* Styles généraux */

*{
margin:0;
padding:0;
border:0;
list-style-type:none;
text-decoration:none;
}

input, button, textarea, submit, reset{
border:1px solid #ccc;
}

body{
background:#D7D4C7;
height:100%;
font-size:11px;
color:black;
font-family:Verdana, Arial, "Bitstream Vera Sans", sans-serif;
}

a, a:visited {
	color: #000;
}
#conteneur #menu_sup a.no_border {
	border-left: 0px;
}
#conteneur{
width:800px;
border:1px solid black;
margin:0 auto;
background:white;
position:relative;
}

#contenu {
padding:0 0px;
}
#contenu a:hover{
color:#F48A00;
}


#bandeau, #fresque,#fresque * {
	text-align: left;
}
h1 a,h1 a:visited {
	color: white;
}
/* Styles spéciaux */

/* BANDEAU */
#bandeau {
height:144px;
width:800px;
background:url(http://www.forum-de-philosophie.com/images/bandeau.jpg);
}

	#bandeau span{
	position:absolute;
	top:-500px;
	}

/* MENU */
#menu {
height:47px;
width:800px;
}

#menu_sup {
height:28px;
background:#93B34E;
text-align:center;
padding-left:1px;
}

	#menu_sup div {
	margin-top:7px;
	float:left;
	}

		#menu_sup div a {
		font-family:Verdana, "Century Gothic", Arial, sans-serif;
		font-size:12px;
		display:block;
		width:158px;
		text-align:center;
		border-left:1px solid black;
		color:white;
		font-weight:bold;
		text-decoration:none;
		}

		#menu_sup div a:hover {
		background:black;
		}

#menu_inf {
height:19px;
background:#CDC48D;
}

		#menu_inf span a {
		font-family: "Century Gothic", Arial, sans-serif;
		font-size:10px;
		line-height:19px;
		padding:10px 3px;
		color:#7F7539;
		font-weight:bold;
		text-decoration:none;
		background:url(http://www.devoir-de-philosophie.com/images/fleche_menu.gif) left 14px no-repeat;
		padding-left:10px;
		margin-left:10px;
		}

		#menu_inf span a:hover {
		color:white;
		}

/* PAGE D'ACCUEIL */
#zone_recherche_accueil {
background:url(http://www.devoir-de-philosophie.com/images/zone_recherche.gif) no-repeat;
width:250px;
height:110px;
position:absolute;
right:0px;
top:30px;
padding-left:60px;
padding-top:4px;
padding-bottom:3px;
text-align: left;

}

.recherche_accueil_zone_input {
background:#F5F4F1;
height:16px;
padding-left:7px;
padding-top:1px;
width:190px;
margin-bottom:1px;
}
*>body .recherche_accueil_zone_input{
padding-top:3px;
margin-bottom:2px;
}
.input_check {
border:0;
}
#recherche_accueil {
width:140px;
height:12px;
font-size: 9px;
}
#contenu #recherche_accueil {
	font-size: 9px;
	border: 1px solid #000;
}
#valider_recherche {
cursor:pointer;
border:0;
width:12px;
height:14px;
background:url(http://www.devoir-de-philosophie.com/images/bouton_recherche.gif) left 1px no-repeat;
}

/* ZONE DU MINICHAT */
#zone_recherche_chat {
background:url(http://www.devoir-de-philosophie.com/images/chat_zone_recherche.gif) no-repeat;
cursor:pointer;
width:40px;
height:112px;
position:absolute;
right:5px;
top:30px;
}

#zone_recherche_chat_bulle {
background:url(http://www.devoir-de-philosophie.com/images/chat_bulle.gif) no-repeat;
visibility:hidden;
display:"none";
width:260px;
height:170px;
position:absolute;
right:40px;
top:30px;
padding-left:10px;
padding-right:10px;
text-align:left;
z-index:500;
}

#zone_recherche_chat_bulle_nav2{
margin-right:10px;
overflow:auto;
height:145px;
width:255px;
}

#chat_send{
background:url(http://www.devoir-de-philosophie.com/images/chat_send.bmp) no-repeat;
border:0px solid #E2EAF2;
width:74px;
height:18px;
}
#zone_recherche_chat_bulle textarea {
	width: 90%;
	height: 50px;
}

/* FOOTER */
#footer {
text-align:center;
font-size:9px;
height:20px;
line-height:20px;
color:white;
background:#93B34E;
margin-top:35px;
}

#ccl_page_footer {
height:25px;
background:url(http://www.devoir-de-philosophie.com/images/texte_pres.jpg)
}


 
/* Style types pour box */

#contenu .box_v {
	background: #F1FFD2;
	border: 1px solid #C2D792;
	padding: 5px 5px 5px 10px;
}
#contenu .box_70 {
	width: 70%;
	margin: 10px auto 15px;
}

