/************** feuille de style du forum de President ******************/

/******Général***********/
/*body {
	background: #496e03;
	font-family: "Verdana", Arial, sans-serif;
	font-size: 10px;
	margin-top:0px;
	color:#496e03;
}*/

/* BLOC DU FORUM */
div#forum {
	float: left;
	width: 695px;
	margin-top:10px;
	padding: 0 10px 0 20px;
}
div#forum h2 {
	background-image: url("images/fleche-4f.gif");
	color: #4f5047;
}

.ligneMessage{
	margin-bottom:10px;
}
.ligneMessage img{
	border:#B0B0B0 1px solid;
	
}

/*************Mise en page***************/

.notification{
	background:#FFF;
	color:#496e03;
	width:400px;
	padding:10px;
		
}

#content{
	padding:5px;
	background:#FFF;
	float:right;
	width:100%;
	margin-top:5px;
	margin-bottom:20px;
	border:#DADBDB 1px solid;
}

.entete{
	background: #97bd00 url(images/fond_entete.gif); 
	background-repeat:repeat-x;
	color: #FFF;
	font-size:12px;
	margin-bottom:10px;
	padding:5px;
	border-bottom:#B0B0B0 1px solid;
	
}

.onglet a{
	text-decoration:none;
	color:#496e03;
}
.onglet{
	display:inline;
	padding:5px;
	padding-bottom:5px;
	padding-left:20px;
	padding-right:20px;
	margin-right:5px;
	background: #FFFFFF url(images/fond_onglet2.gif) ; 
	background-repeat:repeat-x;
	border:#DADBDB 1px solid;
}

.onglet2 a{
	text-decoration:none;
	color:#FFF;
}

.onglet2{
	display:inline;
	padding:5px;
	padding-bottom:5px;
	padding-left:20px;
	padding-right:20px;
	margin-right:5px;
	background: #5b8608 url(images/fond_entete.gif) ; 
	background-repeat:repeat-x;
	border:#DADBDB 1px solid;
}

#cadreUser{
	text-align:right;
	padding:5px;
	margin-left:30px;
	margin-right:5px;
	margin-bottom:10px;
	border-bottom:#97bd00 1px solid;
}

.ligne1{
	padding:5px;
	color:#6d6d6d;
	float:left;
}

div.for{
	background: #cdcdca url(images/ligne1.gif) ; 
	background-repeat:repeat-x;
	border-top:#FFF 1px solid;
	border-bottom:#b4b4b4 1px solid;
	width:695px;
}

.listMsg{
	border-top:#b4b4b4 1px solid;
	margin-bottom:10px;
	padding-top:2px;
	color:#6d6d6d;
}

.ligne1 img { border: 0; vertical-align:middle; }

.ligne1 a{
	color:#6d6d6d;
}

.ligne2{
	padding:5px;
	background: #cdcdca url(images/ligne1.gif) ; 
	background-repeat:repeat-x;
	border:#b4b4b4 1px solid;
	color:#6d6d6d;
}
.ligne2 a{
	color:#6d6d6d;
}

#corpsForum{
	width:695px;
}


#corpsForum .ligne1{
	width:350px;
}

.txtRight{
	float:left;
	padding:5px;
	width:350px;
	padding-left:80px;
	color: #4f5047;
}
.txtRight a{
	color:#6d6d6d;
}

.txtRightMsg{
	float:right;
	padding:5px;
	width:120px;
	color: #4f5047;
}
.txtRightMsg a{
	color:#6d6d6d;
}

.spacer {
	clear: both;
}
.spacer2{
	clear: both;
}

.alert{
	width:200px;
	text-align:center;
	background: #97bd00;
	color:#FFF;
	padding:20px;
}

hr{
	border:#97bd00 1px solid;
}

.corpsMessage{
	/*background:#F1F6F5;*/
	margin-left:65px;
	margin-top:0px;
	padding:5 5 5 5;
	margin-bottom:10px;
}

.corpsMessage a{
	background:#F1F6F5;
}

.textMini{
	margin:0px;
	margin-top:3px;
	font-size:9px;
}

.popupAlert{
	background:#FFF;
	border: solid 1px #072C61;
	margin-left:20%;
	margin-top:20%;
	padding:5px;
	position:absolute;
	top:expression(documentElement.scrollTop+body.scrollTop);
	z-index:389;
	width:40%;
}
html>body #popup{	
	position: fixed;
}

.textEdit{
	font-style: italic ;
	color:#25558D;
	font-size:10px;
	margin:20px 0px 0px 0px;
}

.pagination{
	padding-bottom:10px;
	padding-top: 10px;
}
.pagination a{
	margin-bottom:10px;
	color:#496e03;
	text-decoration:none;
}



.pagination img { border: 0; vertical-align: text-bottom; }

#forum input {
	padding: 2px 5px;
	border: 1px solid #c6c7c0;
	background: url("images/input-fond.gif") 0 0 repeat-x #ebedf4;
}
#forum textarea {
	padding: 2px 0;
	border: 1px solid #c6c7c0;
	background: url("images/textarea-fond.gif") 0 0 repeat-x #ebedf4;
}