/* * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	HTML Entities
*/
BODY{
	margin:0px;
	padding:0px;
	text-align:left;
	background: #8fb0be;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #110800;
}
TD, DT, DD, LI, DIV, SPAN, P, INPUT, TEXTAREA, OPTION, SELECT, BUTTON{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #110800;
}
FORM{
	margin:0px;
	padding:0px;
}
P{
	margin:0px 0px 10px 0px;
	padding:0px;
}
SELECT{
	margin:0px;
	padding:.1em;
}
INPUT, TEXTAREA{
	width: auto;
	padding:.1em;
}
TABLE{
	padding:0px;
	border-collapse:collapse;
	border-spacing: 0px;
	border: 0px;
	margin: 0;
	width:100%;
}
TABLE TD{
	padding:0px;
	vertical-align:top;
}

IMG,
A IMG{
	display: block;
	padding:0;
	margin:0;
	border:0;
}

fieldset{
	border:0;
	padding:0;
	margin:0;
}

fieldset div label{
	display:block;
}

/*/ Utility
*/

.clear{
	overflow:hidden;
	clear:both;
	
	height:1px;
	padding:0px;
	margin:0px;
}
.uiClear{clear:both;}
.flLeft{float:left;}
.flRight{float:right;}

.tblAuto{width:auto;}

.uiBlock{display:block;}
.uiNone{display:none;}
.uiLeft{text-align:left;}
.uiRight{text-align:right;}
.uiCenter{text-align:center;}
.uiVMiddle{vertical-align:middle;}
	.uiVIMiddle IMG, .uiVIMiddle INPUT{vertical-align:middle;}
.uiVTop{vertical-align:top;}
.uiVBottom{vertical-align:bottom;}
.uiBold{font-weight:bold;}
.uiUnderline{text-decoration:underline;}
.uiInline{display:inline;}
.uiBrd01{border:1px solid #9BB8A4;}
.uiInvisible{visibility:hidden;}
.noUiAll{margin:0px;padding:0px;}
.uiPointer{cursor:pointer;}

.noBorder01, .noBdr{border:0px;}

IMG {border: 0px;}
.line01{border-bottom:3px solid #5b3715;}
.line02{border-bottom:1px solid #83bed4;}
.line03{border-bottom:1px solid #5B3715;}

.uiPadT10{padding-top:10px;}
.uiPadB10{padding-bottom:10px;}
.uiPadR10{padding-right:10px;}
.uiPadL10{padding-left:10px;}
.uiPadT12{padding-top:12px;}
.uiPadB12{padding-bottom:12px;}
.uiPadT15{padding-top:15px;}
.uiPadB15{padding-bottom:15px;}
.uiPadR15{padding-right:15px;}
.uiPadL15{padding-left:15px;}
.uiPadT20{padding-top:20px;}
.uiPadB20{padding-bottom:20px;}
.uiPadR20{padding-right:20px;}
.uiPadL20{padding-left:20px;}
.uiPadT30{padding-top:30px;}
.uiPadB30{padding-bottom:30px;}
.uiPadR30{padding-right:30px;}
.uiPadL30{padding-left:30px;}

.spacer05{height:5px;}
.spacer10{height:10px;}
.spacer15{height:15px;}
.spacer20{height:20px;}
.spacer25{height:25px;}
.spacer30{height:30px;}
.spacer50{height:50px;}

.uiMarginT75{margin-top:75px;}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Global
*/

#global {
	border-collapse: collapse; 
	border: 0; 
	margin: 0; 
	padding: 0; 
	display: block; 
	background: url(../images/bg.gif) repeat-x #6795a7;
}

#global td {
	vertical-align: top;
	border: 0; 
	margin: 0; 
	padding: 0;
}

#global td.bgLeft {
	width: 50%;
	background: url(../images/bg1.jpg) no-repeat right top; 
}

#global td.interface {
	width: 900px;
	background: url(../images/bg3.jpg) no-repeat center top;
}

#global td.bgRight {
	width: 50%;
	background: url(../images/bg2.jpg) no-repeat left top; 
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Header
*/


#header {
	background: url(../images/bg_header.jpg) no-repeat left top; 	
	width: 900px;
	height: 204px;
	clear: both;
}

#header .branding {
	height: 120px;
	width: 234px;
	padding:0;
	margin:0;
}

#header .mainNav {
	height: 85px;
	padding:0;
	margin:0;
}

#header .mainNav IMG {
	display:inline;
}

#header .mainNav .btnMenu {
	text-align:left;
	display: block;
	float:left;
	margin: 30px 0px 20px 17px;
}

#header .mainNav .btnMenu ul{
	display: inline;
	
	list-style-type:none;
	padding:0;
	margin:0;
}

#header .mainNav .btnMenu ul li{
	padding: 0 14px;
	display: inline;
}

#header .mainNav .btnRep{
	display: inline;
	float:right;
	margin: 34px 23px 15px 0px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Content
*/

#mainContent{
	width: 900px;
	background-color:#ffffff;
}

#mainContent .leftCol{
	width: 580px;
	float:left;
}

#mainContent .rightCol{
	width: 320px;
	float:right;
}

#mainContent .rightCol .quickLinks{
	background-color:#110800;
	padding:13px 20px;
}

#mainContent .rightCol .quickLinks .linkBloc span{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	padding:0;
	margin:0;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Footer
*/
#footSpacer{height:95px;}

#footer {
	background-color:#271d16;
	color:#83bed4;
	padding: 0px 15px;
}
#footer ul{	
	list-style-type:none;
	padding:0;
	margin:0;
}

#footer table{width:auto;}

#footer p,
#footer li, 
#footer li a:active, #footer li a:visited, #footer li a:link{
	color:#83bed4;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration:none;
}
#footer li a:hover{text-decoration:underline;}
#footer li.mainTitle, #footer li.mainTitle a:link, #footer li.mainTitle a:visited, #footer li.mainTitle a:active{color:#ffffff;}

#footer td{padding:20px 15px 15px 15px;}
#footer td.sep01{padding:0;}

#footer td a.mailLInk:link,
#footer td a.mailLInk:active,
#footer td a.mailLInk:visited{
	color:#83bed4;
	text-decoration:none;
}

#footer td a.mailLInk:hover{
	text-decoration:underline;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Main Menu
*/
.mainMenu{
	width:170px;
	padding: 20px 15px;
	margin:0;	
	background: url(../images/subNavBG.jpg) no-repeat left top; 
	background-color: #85b6c9;
}


.mainMenu ul{
	list-style-type:none;
	padding:0;
	margin:0;
}

.mainMenu ul li a:visited, 
.mainMenu ul li a:active, 
.mainMenu ul li a:link{	
	color:#ffffff;
	font-family:  Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.8em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration:none;
}
.mainMenu ul li a:hover{color:#000000;}

.searchBox{
	width:520px;
	height:320px;
	padding:20px 10px 30px 10px;
	background: url(../images/searchBoxBG.gif) no-repeat left top; 

}

.searchBox .btnClose{
	display:block;
	width: 100%;
	height:14px;
	text-align:right;
}
.searchBox .btnClose IMG{
	float:right;
}
.searchBox .searchBoxContent{padding: 0 20px;}

.searchBox .searchBoxContent p.textRep{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.3em;
	padding: 0;
	margin:0;
	color: #ffffff;
}

.searchBox .searchBoxContent .services{width:480px;}
.searchBox .searchBoxContent .services td {padding-top:5px;}
.searchBox .searchBoxContent .services td DIV p.field{padding:0; margin:0;height:16px;}
.searchBox .searchBoxContent .services td DIV p.field LABEL{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	padding:0px 0px 0px 8px;
	margin-top:-5px;
	display:inline;
	vertical-align:bottom;
}
.searchBox .searchBoxContent .services td DIV p.field INPUT{height:11px;margin:0;border:0px;}
.btnSearch{
	width:83px;
	height:28px;
	border:0;
	background: url(../images/btnSearch01.gif) no-repeat left top; 
}
.size01{width: 170px;}
.size02{width: 220px;}

/* Over form element ie6 bug solution */
.ie6UnderFloatBugForm{position:absolute;overflow:hidden;left:0px;top:0px;}	
.ie6UnderFloatBugForm IFRAME{
	display:block;
	position:absolute;
	margin:0px;
	padding:0px;
	border:0px;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
	left:0px;
	top:0px;
}

/*/ Drop down
*/
.dropDownFloat{
	position:absolute;
	z-index:999999;
	left:0px;
	top:0px;
	width:300px;
}



/* Layout CSS */
#Main {
	margin:0;
	width:900px;
}


#diffuseur{background-color:#000000;}

#ContentContainer {
	overflow: auto;
}
#PageContent{
	clear:both;
}
#PageContent div.ContentLeftCol{
	background:#ffffff;
	padding:0px 20px 0 0px;
	float:left;
}
#PageContent div.ContentLeftCol div.titrePhoto,
#PageContent div.ContentLeftCol div.sousTitrePhoto{
	font-family:  Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #5b3715;
}
#PageContent div.ContentLeftCol div.sousTitrePhoto{color: #110800;}

#PageContent div.ContentLeftCol div.linksBox{
	background:url(../images/linksBoxBG.gif) no-repeat left center;
	width: 160px;
	height: 160px;
}
#PageContent div.ContentLeftCol H2.uiPadL10{padding-left:10px;}

#PageContent div.ContentLeftCol ul.sideLinks{
	margin:0;
	padding: 25px 0 0 0;
	list-style-type:none;
}

#PageContent div.ContentLeftCol ul.sideLinks li div{font-weight:bold;}
#PageContent div.ContentLeftCol ul.sideLinks li a{
	font-weight:normal;
}

#PageContent div.pageText {margin:0 30px; padding:30px 0 10px 0;}


#Content{padding:25px 30px 0px 20px;}

#Content .mainText{padding:5px 0 0 10px;}

#Content .mainText p {padding-top: 2px; line-height: 1.2em;}

#Content .mainText TABLE td.uiPadL10{padding-left:10px;}


div.breadcrumbs{
	background:url(../images/breadcrumbBG.gif) no-repeat left center;
	height:10px;
	width:530px;
	padding:30px 20px 20px 30px;
	font-family:  Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #5b3715;
	margin:10px 0;
	font-size:1em;
	color:#5b3715;
}
div.breadcrumbs a:link, div.breadcrumbs a:visited, div.breadcrumbs a:active{
	color: #5b3715;
	text-decoration:none;
}
div.breadcrumbs a:hover{
	text-decoration:underline;
}
div.breadcrumbs span.thisPage{color: #110800;}

/*/ News 
*/

#newsHome{padding:0 20px;}

#newsHome td.newsContent .articleText, 
#newsHome td.newsContent .articleText p, 
#newsHome td.newsContent .articleText span{
	font-family:Arial, Verdana; 
	font-size: 11px;
	font-style:italic;
	color:#666666; 
	line-height:15px;
	margin:0;
}

#newsHome td.newsContent A:visited.linkNext, 
#newsHome td.newsContent A:link.linkNext,
#newsHome td.newsContent A:active.linkNext {
	margin-top:5px;
	display:block;
}
