body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;

	margin: 0px;
	padding: 0px;
	text-align: center;
}

/*-----------------------general------------------------*/

#header {
	background: url(../images/header.jpg) no-repeat;	
	width: 750px;
	height: 200px;
    
}

#container {
/*	background: url(../images/bkg_container.gif) repeat-y; */
	display: table;
	height: 100%;	
	width: 764px;
}

#containerTools
{
/*	background: url(../images/bkg_container.gif) repeat-y; */
	display: table;
	height: 100%;	
	width: 1100px;
}

#pageContent {
	margin-right: 17px;
	margin-left: 17px;
	text-align: left;  

}

#footer 
{
	clear:both;
	padding-top: 20px;
	margin-top: 20px;
	margin-right: 7px;
	margin-left: 7px;
	font-size: 9px;
	text-align:center;
}


hr {
	clear: both;
	border: none 0; 
	border-top: 1px solid #D7D7D7;
	width: 100%;
	height: 1px;
	margin-bottom: 10px;
} 



/*---------------------- FONTS ------------------------*/

a {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
}

.fntField
{
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color:#B50900;
	margin-bottom: 10px;
	margin-top:0px;
}

.fntNewsTitle
{
	font-size: 14px;
	font-weight: bold;
	color: #B50900;
	margin-bottom: 10px;
}

/*----------------------header and menu ------------------------*/


#menu 
{
	position:absolute;
	top:144px;
	float:left;

}

#menuAdmin
{
	background: #295286;
	color:White;
	border:1px solid red;	
	top:0px;
	position:absolute;
}

.menu 
{	
	font-weight: bold;
	text-align: left;
	font-size: 11px;
	height: 18px;
	width: auto;
	list-style: none;
}
.menu ul {
	padding: 0px 0px 0px 0px;
	list-style: none;
	margin: 0px;
}
.menu li {
	padding: 2px 12px;
	list-style: none;
	display: block;
	float: left;
	border-right: 1px solid #9B1401;
}
.menu li a {
	color: #FFFFFF;
	text-decoration: none;
}
.menu li a:hover {
	color: #000000;
	text-decoration: none;
}

/*----------------------- LEFT MENU ---------------------------*/

#menuLeft
{
	color:White;
	margin:0px;
	padding:0px;
}

#menuLeft ul 
{
	padding:0px;
	margin:0px;
}

#menuLeft li 
{
	margin-top:2px;
}

/*----------------------- boxes ---------------------------*/
.column, .columnRight {
	float: left;
	width: auto;

}

.columnRight {
	margin-right:0px;
}

.centered
{
	text-align:center;
	width:100%;
}

.boxContent 
{
	margin-left:10px;
	margin-top:10px;
	text-align: left;
}


.boxTitle
{
	border-bottom:1px solid #CBC9BC;
	margin-bottom:15px;
	
}


.boxNewsDetails 
{
	text-align:left;
	width: 500px;
}

.boxHomeLeft {
	width: 425px;
	margin-right:40px;
}

.boxHomeRight 
{
	width: 250px;
}

.box2Left {
	width: 190px;
}

.box2Right 
{
	width: 475px;
}

.box2LeftRight 
{
	width: 350px;
}

.box3Center
{
	width:500px;
}

.box3LeftRight
{
	width: 190px;
}

.boxSingle {
	width: 710px;
}

.box2LeftBackground {
	background: url(../images/bkgBox2Left.gif) no-repeat;
}

/*----------------------- forms ---------------------------*/

.form 
{
	height:100%;
}
.formRow {
	clear:left;
	height:20px;
	text-align:left;
	height:100%;
}

.formCol1 {
	width:100px;
	float:left;	
	padding-top:5px;
}

.formCol1XL {
	width:220px;
	float:left;	
	padding-top:5px;
}


.formCol2 {
	float:left;
	padding-top:2px;
}

.formCol3 {
	float:left;
	padding-top:5px;
	margin-left:5px;
}

/*----------------------- tables ---------------------------*/

.gridStyle 
{
	border-style:none;
	border-width:0px;
	border-collapse:collapse;
}

.gridHeader {
	font-weight: bold;
	background-color:#FEF9F1; 
	color:#C2544F;
	padding-top: 2px;
	padding-bottom: 2px;
	height:20px;	
}

.tableRowStyle,
.tableRowAltStyle { 
	background-color: #FFFFFF;
	border-style:none;
	font-size:10px;
	border-width:0px;
	height:18px;
}

.tableRowAltStyle {
	background-color: #FEF9F1;
}

/*---------------------- lists ------------------------*/

#hebdoquilles ul 
{
	margin-left:0px;	
}

#hebdoquilles li
{
	margin-left:0px;	
	list-style-type:none;
	margin-bottom:5px;
}

/*----------------------- admin ---------------------------*/

.adminControlBar
{
	clear:both;
	border-top:1px dotted gray;
	text-align:right;
	margin-top:4px;
}

/*----------------------- LOGS ---------------------------*/

.divLogs 
{
	height:500px;
	overflow-y:scroll;
	overflow-x:hidden;
}

.divMidSize 
{
	height:250px;
	overflow-y:scroll;
	overflow-x:hidden;
}


