body {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/bkg_page.gif);
	text-align: center;
	margin: 0px;
	padding: 0px;
}

/*-----------------------general------------------------*/


#container {
	background: url(../images/bkg_container.gif) repeat-y;
	display: table;
	height: 100%;
	width: 764px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
}

#pageContent {
	margin-right: 27px;
	margin-left: 27px;
	margin-top:15px;
	text-align: left;  
}

#footer 
{
	clear:both;
	padding-top: 20px;
	margin-top: 20px;
	margin-right: 7px;
	margin-left: 7px;
	font-size: 9px;
}

a {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
}

hr {
	clear: both;
	border: none 0; 
	border-top: 1px solid #D7D7D7;
	width: 100%;
	height: 1px;
	margin-bottom: 10px;
} 



/*----------------------header and menu ------------------------*/

#header {
	height: 173px;
	width: 750px;
	margin-right: 7px;
	margin-left: 7px;

}
#menu 
{
	background-image:url(../images/bkgMenu.jpg);
	background-repeat:no-repeat;
	height:27px;
	padding-top:3px;
	margin-left:7px;
	margin-right:7px;
}

#menuAdmin
{
	background: #295286;
	color:White;
	border:1px solid white;	
}

.menu 
{	
	font-weight: bold;
	text-align: left;
	font-size: 11px;
	height: 18px;
	width: auto;
	list-style: none;
}
.menu ul {
	padding: 0px 0px 0px 10px;
	list-style: none;
	margin: 0px;
}
.menu li {
	padding: 2px 10px;
	list-style: none;
	display: block;
	float: left;
}
.menu li a {
	color: #FFFFFF;
	text-decoration: none;
}
.menu li a:hover {
	color: #FAAB42;
	text-decoration: none;
}

.menuSelected a,
.menuSelected a:visited
{
	color: #FAAB42;
	text-decoration: none;
}

/*----------------------- boxes ---------------------------*/
.column, .columnRight {
	float: left;
	width: auto;
	margin-right: 19px;
	display: inline;
	text-align: center;
}

.columnRight {
	margin-right:0px;
}

.box {
	margin-bottom: 15px;
	clear: both;
}


.boxHeader {
	font-size: 12px;
	font-weight: bold;
	color: #565656;
	padding-left: 19px;
	height: 30px;
	text-align: left;
	
}

.boxHeaderImage 
{
	padding-top:0px;
	padding-left:0px;


}


.boxContent 
{
	padding: 10px 5px 10px 10px;	
	border-right: 1px solid #C2544F;
	border-bottom: 3px solid #C2544F;
	border-left: 1px solid #C2544F;
	text-align: left;
}

.boxContentNoPadding
{
	padding:0px 5px 0px 10px;
}


.boxContentColor 
{
	background-color:#FDE5C4;
	border-top: 0px;
	padding: 0px 15px 10px 15px;
	
}

.boxNewsDetails 
{
	text-align:left;
	width: 500px;
}

.box3LeftRight {
	width: 178px;
}
.box3Center {
	width: 314px;
}
.box2LeftRight {
	width: 345px;
}
.boxSingle {
	width: 710px;
}

.box3LeftHeader {
	background: url(../images/box3LeftHeader.gif) no-repeat;
}
.box3CenterHeader {
	background: url(../images/box3CenterHeader.gif) no-repeat;
}
.box3RightHeader {
	background: url(../images/box3RightHeader.gif) no-repeat;
}
.box2LeftHeader {
	background: url(../images/box2LeftHeader.gif) no-repeat;
}
.box2RightHeader {
	background: url(../images/box2RightHeader.gif) no-repeat;
}
.boxSingleHeader {
	background: url(../images/boxSingleHeader.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;
}

.controlBarItem
{
	padding-left:2px;
	padding-right:2px;
}



