body
{
	margin:0px;
	background-image:url(Images/top_bg.gif);
	background-repeat:repeat-x;
	background-color:#ffffff;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#444444;
}

h4
{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#444444;
	margin:0px 0px 7px 0px;
}

h2
{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	text-decoration:underline;
	color:#444444;
	margin:0px 0px 7px 0px;
}

.CodeTitle
{
	font-family:Geneva, Arial, Helvetica, sans-serif;	
	font-size:16px;
	text-decoration:none;
	color:#444444;
	margin:0px 0px 7px 0px;
}

p
{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#444444;
	margin-top:5px;
}

a
{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#2385d9;
}

li
{
	margin-bottom:10px;
}

img
{
	border:none;
}


.title_bg
{
	background-image:url(Images/title_bg.gif);
	width:560px;
	height:28px;
	color:white;
	font-size:18px;
	font-weight:bold;
	padding:7px 0px 0px 65px;
}

#top_bar
{
	width:908px;
	height:150px;
	margin:auto;
	background-image:url(Images/top_bar.gif);
	background-repeat:no-repeat;
}

#menu_bar
{
	width:908px;
	position:relative;
	top:125px;
}

#menu_bar a
{
	padding:1px 7px 1px 7px;
	background-color:#71b95b;
	color:white;
	display:inline-block;
	border:1px solid #287542;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	text-decoration:none;
}

#menu_bar a:hover
{
	background-color:#3d975b;
}

.user_bar
{
	padding-right:5px; 
	position:relative;
	float:right;
	top:55px;
	color:#ffffff;	
}

.user_bar a
{
	color:#ffffff;
	text-decoration:none;
}

.user_bar a:hover
{
	color:#ffffff;
	text-decoration:underline;
}

#main_page
{
	width:900px;
	margin:auto;
	margin-top:10px;
	padding:25px 0px 25px 0px;
}

#nouvelles_box
{
	width:300px;
	float:left;
	margin-left:25px;
}

#nouvelles p
{
	margin:0;
	padding:0;
}

.nouvelles_delimiter
{
	margin:5px 0px 0px 0px;
}

#nouveautes_box
{
	width:200px;
	float:right;
	background-color:#e5e4df;
	border:1px solid #b1b0aa;
	margin-bottom:25px;
	padding:0;
}

.nouveautes_item
{
	margin:auto;
	margin-bottom:10px;
	width:170px;
	padding:5px 0px 5px 0px;
	background-color:#cdccc6;
	border:1px solid #b1b0aa;
	text-align:center;
}

.nouveautes_item a
{
	color:#444444;
}

.nouveautes_item img
{
	margin:10px 0px 10px 0px;
	border:1px solid #b1b0aa;
}

#direction
{
	width:245px;
	margin-bottom:25px;
	background-color:#e5e4df;
	border:1px solid #b1b0aa;
}

.direction_item
{
	width:100px;
	height:150px;
	background-color:#cdccc6;
	border:1px solid #b1b0aa;
	text-align:center;
	font-size:10px;
}

.direction_item img
{
	margin:10px 0px 5px 0px;
	border:1px solid #7a7973;
}

p#HitCounter
{
    clear: both;
    margin: 0px auto 1em auto;
    text-align: center;
    display: block;
    font-size: 9px;
}
		
/*  GRID */

table.GridRessource 
{
    background-color: #e5e4e0;
    color: #000000;
    width: 100%;
    border: 1px solid #b1b0ab;
    border-collapse: collapse;
    margin-bottom:1em;
}

table.GridRessource td 
{
    padding: 10px 10px 10px 10px;
}

tr.GridRessourceHeaderRow th{
    background-color: #cdccc7;
    padding: 5px 10px 5px 10px;
    height:25px;    
    border:solid 1px #b1b0ab;
    color:#444444;
}

tr.GridRessourcePager
{
	background-color: red;
	border:solid 1px #b1b0ab;
}

tr.GridRessourcePager td
{
	background-color: #cdccc7;
	border:solid 1px #b1b0ab;
	padding: 2px 4px 2px 4px;	
}

table.GridRessourceInner
{
	background-color:#cdccc7;
	color:#444444;
	width:100%;
	border:solid 1px #b1b0ab;
}

table.GridRessourceInner .Title
{
	font-size:16px;
	color:#444444;
	text-decoration:underline;
	font-weight:bold;
}

.RequiredAsterix
{
	color:Red;
}

.CommentsTable
{
	
}
.CommentsTable td
{
	text-align:left;	
}
.CommentsTable .label
{
	text-align:right;
	font-weight:bold;
	padding-right:10px;
}

.txtError
{
	border:solid 1px red;
}