/* CSS Document - Author: Shaibal Mandal */

body
{
	font-size: 12px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	margin: 0px;	
	padding-left:50%;
	background: #f4f4f4 url(images/bordures.gif) center repeat-y;
}

a {text-decoration: none; color: #FFFFFF;}
a:hover {text-decoration: underline; color: #FFFFFF;}


#container
{
	width: 700px;
	margin-left: -350px;
}

#topheader
{
	background-color: #A39B81;
	height: 70px;
	text-align:left;
	
}


#title
{
    font-size: 23px;
    color: #FFFFCC;
    font-family: verdana;
    margin: 5px;
}

#desctitre
{
   font-size: 12px;
   color: #FFFFCC;
   font-family: Tahoma, Arial, Helvetica, FreeSans, sans-serif;
   margin: 5px;
}




.navitem
{
	background-color: #CFCFB8;
	padding: 5px;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	color: #fff;
	width: 165px;
	height: 13px;
	margin-top:1px;
	margin-right:1px;
	float:left;
}



.navnow
{
	background-color: #A39B81;
	padding: 5px;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	color: #A39B81;
	width: 165px;
	height: 13px;
	margin-top:1px;
	margin-right:1px;
	float:left;
}



.navitemlast
{
	background-color: #CFCFB8;
	padding: 5px;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	color: #fff;
	width: 160px;
	height: 13px;
	margin-top:1px;
	margin-right:0px;
	float:left;
}

.navnowlast { 
	background-color: #A39B81;
	padding: 5px;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	color: #A39B81;
	width: 160px;
	height: 13px;
	margin-top:1px;
	margin-right:0px;
	float:left;
}







#main
{
	padding:5px;
	width: 690px;
	text-align:left;
	color:#000000;
	background-color: #EBEBDA;
	line-height: 1.6em;
	}

a.main {
text-decoration: underline; 
color: #123456;
}
a:hover.main {
text-decoration: none; 
color: #123456;
}

#connexion
{
	border-bottom:1px solid #A39B81; border-top:1px solid #A39B81; border-left:1px solid #A39B81; border-right:1px solid #A39B81;
	margin-left: 45px ;
	padding:5px;
	width: 590px;
	height: 290px;
	text-align:left;
	color:#000000;
	font-size: 13px;
	font-family: tahoma, Arial, Helvetica, sans-serif;
}


h1
{
	font-size:20px;
	font-weight:bold;
	padding-top: 5px;
}


#footer { background-color:#A39B81;
 color: #fff; text-align:center; vertical-
align:middle; height: 20px; padding-top:5px; clear:both; }




/* Inset 3D Curved */
.inset {background: transparent; width:90%; margin:0 auto; margin-top:20px; font-weight:bold;}

.inset p {padding-bottom:0.5em;}
.inset .top, .inset .bottom {display:block; background:transparent; font-size:1px;}
.inset .b1, .inset .b2, .inset .b3, .inset .b4, .inset .b1b, .inset .b2b, .inset .b3b, .inset .b4b {display:block; overflow:hidden;}
.inset .b1, .inset .b2, .inset .b3, .inset .b1b, .inset .b2b, .inset .b3b {height:1px;}
.inset .b2 {background:#DFDFC4; border-left:1px solid #999; border-right:1px solid #aaa;}
.inset .b3 {background:#DFDFC4; border-left:1px solid #999; border-right:1px solid #ddd;}
.inset .b4 {background:#DFDFC4; border-left:1px solid #999; border-right:1px solid #eee;}
.inset .b4b {background:#DFDFC4; border-left:1px solid #aaa; border-right:1px solid #fff;}
.inset .b3b {background:#DFDFC4; border-left:1px solid #ddd; border-right:1px solid #fff;}
.inset .b2b {background:#DFDFC4; border-left:1px solid #eee; border-right:1px solid #fff;}

.inset .b1 {margin:0 5px; background:#999;}
.inset .b2, .inset .b2b {margin:0 3px; border-width:0 2px;}
.inset .b3, .inset .b3b {margin:0 2px;}
.inset .b4, .inset .b4b {height:2px; margin:0 1px;}
.inset .b1b {margin:0 5px; background:#fff;}

.inset .boxcontent {display:block; background:#DFDFC4; border-left:1px solid #999; 	color:#A39B81; border-right:1px solid #fff;}


.rouge {
color:#FF0000;
}