html,body{margin:0px;padding:10px}
body{
	font: 76% arial,sans-serif;
	background-image:url(pics/fond_siteweb_clair.jpg);
}

p{margin:0 10px 10px}
/*a{color: #981793;padding:0px}*/

pre {
	font: 12px arial,sans-serif;
}
.table { background: transparent}
/* Champs */

input, textarea, select{
	color : #000000;
	border : 1px solid #804A02;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	background-color: #CCDDFF;
	padding-left: 0.2em;
	padding-right: 0.2em;
}

.rubrique{

	height:56px;
	width:170px;
	background-image:url(pics/heading.gif);
	background-repeat:no-repeat;
	background-position: center center;
	text-align:center;
	color: #1F65AB;
	font-weight:bold;
	font-size:14px;

}

.inactif{
	background-color:#DDDDDD;
}

ul.attach{
	list-style-image:url("pics/attach.png");
}
	

/* Liens */

a {
	text-decoration: none;
	font-weight: bold;
	color:  #1F65AB;
	outline: none;
	}
a:visited {
	color:  #777777;
	}
a:active {
	color:  #B50000;
	}
a:hover {
	color: #FF3333;
	text-decoration: underline;
	}
	
a.small{
	font-size: 10px;
}

a.inv{
	color:#f5f5f5;
	text-decoration: none;
	outline: none;
}

a.stealth{
	color:#000000;
	text-decoration: none;
	outline: none;
	font-weight: normal;
}

/* Images */

img {
	border: 0;
	}

/* Tables */

td.separator{
	
	border-top: solid gray 1px;

}

tr.separator{
	
	border-top: solid gray 1px;

}

th{

	font: 120%;
	background: #DCDAE3;
	
}

td#header{
	/*background: #FFFFFF;*/
	background-color : transparent;
	border-top:1px solid #657253;
	border-left:1px solid #657253;
	border-right:1px solid #657253;
	border-bottom:1px solid #657253;
}

td#header h1{
	
	height:80px;
	line-height:80px;
	margin:0;
	color: #657253
}

td#content{
	vertical-align : top;
	padding-left: 5px;
	padding-right: 5px;
	width:60%;
	margin-left:10px;
	/*background: #FFFFFF;*/
	background-color : transparent;
}

td#content p{line-height:1.4;}

td#navigation{
	vertical-align: top;
	width:20%;
	/*background:#FFFFFF;*/
	background-color : transparent;
	border-left:1px solid #657253;
	border-right:1px solid #657253;
	border-bottom:1px solid #657253;
	padding-bottom:5px;
}


td#extra{
	/*background:#FFFFFF;*/
	background-color : transparent;
	/*background: url(images/degrade.png) repeat-x;*/
	vertical-align: top;
	width:20%; 
	border-left:1px solid #555555;
	border-right:1px solid #555555;
	border-bottom:1px solid #555555;
}

td#footer{background: #EEEBFC;color: #555555;}

td#footer p{
	margin:0;
	padding:5px 10px
}

/*
td#navigation ul {
 margin: 0;
 padding:0;
}
*/



.normal{
	background-color:#DAEBF5;
}

.alternate{
	background-color:#FFFFDD;
	
}

.inactif{
	background-color:#DDDDDD;
}


#navigation ul li {
 list-style-type: none;
 margin:0px;
 padding:4px 2px 2px 4px; /* bottom left right top */
 border-bottom:1px dotted #657253;
 list-style-image:url("pics/puce.gif");
}

#navigation ul li:hover{background: #EEEBFC;}


#extra ul li {
 list-style-type: none;
 margin:0px;
 padding:4px 2px 2px 4px; /* bottom left right top */
 border-bottom:1px dotted #657253;
 list-style-image:url("pics/puce.gif");
}

#extra ul li:hover{background: #EEEBFC;}


