/*
Colors

CONTENTHEADING COLOR : # ;
H1 : # ;
H2 : # ;
H3 : # ;
H4 : # ;
H5 : # ;
H6 : # ;

BACKGROUND : # ;
BACKGROUND-COLOR WRAPPER : # ;

*/


/********************************************************************************/
/* 								RESET ALL TAGS 							  		*/
/********************************************************************************/

html {
	height: 100%;
	margin-bottom: 1px; /*Fix IE bug*/
}
body {
	margin: 0;
	padding: 0;
	
	
}
option {
	padding-left: 0.4em;
}
fieldset,img {  
	border: 0; 
}
img {
	display:block;
}

/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0; 
	padding: 0;
}
input.button { 
	cursor: pointer; 
}
table {
	font-weight:normal;
}
/********************************************************************************/
/* 							     LAYOUT 							  			*/
/********************************************************************************/

body {
	font-size:12px;
	font-family: "Lucida Grande","Lucida Sans Unicode","Luxi Sans",sans-serif;
	color:#000;
	text-align: left;
	background-image:url("../images/bg_slice.jpg");
	background-repeat:repeat-x;
	font-size:14px;
	
	
	
	/* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */

}
div#container {
	width:942px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align:center;
	/*background-image:url('../images/back.png');*/
	background-repeat:repeat-y;
	padding:0 4px;
}
div#wrapper {
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}



/********************************************************************************/
/* 								HEADER  							 			*/
/********************************************************************************/
div#headerWrap {
	/*background-image:URL("../images/menu_shadow.jpg");*/
	background-repeat:repeat-x;
	height:100px;
	
}
div#header {
	margin:0px;
	padding:0px 0px 3px 0;
	
}

div#imageHeaderWrap {
	
	
}
div#imageHeader {
	
}
/********************************************************************************/
/* 								LOGO				    			  			*/
/********************************************************************************/
div#logoWrap {
	float:left;
	display:inline;
	width:240px;
	height:100px;
	padding-bottom:6px;
}
div#logo{
	padding-left:30px;
	
	
}

/********************************************************************************/
/* 								LANGUAGE	 							  		*/
/********************************************************************************/
div#languageWrap {
	position:absolute;
	padding-right:38px;
	padding-top:10px;
	padding-left:851px;
}
div#language{

}


/********************************************************************************/
/* 								TOPMENU		 							  		*/
/********************************************************************************/
div#topMenuWrap {
	clear:both;
}
div#topMenu {
	/*border-top:1px solid #d5d5d5;*/
	/*border-bottom:1px solid #d5d5d5;*/
	height:53px;
	/*background-image:url('../images/menu_slice.jpg');*/
	background-repeat:repeat-x;
	
}

/********************************************************************************/
/* 								UPPER BOXES 							  		*/
/********************************************************************************/
div#upperboxWrap {

}
div#upperbox{
	padding:5px;
}

/* UPPER LEFT */
div#upperleftWrap {

}
div#upperleft{
	padding:5px;
}

/* UPPER RIGHT */
div#upperrightWrap {

}
div#upperright{
	padding:5px;
}

/********************************************************************************/
/* 								PATHWAY 							  			*/
/********************************************************************************/
div#pathwayWrap {
	width: 100%;	
}
div#pathway {
	font-size:10px;
	color: #666666;
	padding:5px 5px 5px 5px;
}

/********************************************************************************/
/* 								LEFT COLUMN 							  		*/
/********************************************************************************/
div#colLeftWrap {
	float: left;  /*since this element is floated, a width must be given */
	width: 267px;
	margin:0;
	padding:0;  
}
div#colLeft {
	margin:0px;
}


/********************************************************************************/
/* 								MAIN CONTENT 							  		*/
/********************************************************************************/
div#mainContentWrap2Col {
	width:556px;	 /* toujours 5 px plus petit */
	float:left;
	padding-left:57px;
	padding-right:57px;	
	
}
div#mainContent100 {

	float:left;
	
}
div#mainContent {
	margin:0px 5px 5px 5px;
	letter-spacing:-0.4px;
	line-height:19px;
	text-align: justify;
}

/********************************************************************************/
/* 								CONTENT 							  			*/
/********************************************************************************/
div#contentWrap {
	padding-top:18px;
	/*padding-bottom:30px;*/
	/*background-image:url('../images/top.jpg');*/
	background-repeat:repeat-x;
	
	
}
div#content {
	margin:0px 2px 2px 2px;
}

/********************************************************************************/
/* 								RIGHT COLUMNS 							  		*/
/********************************************************************************/

#colRightWrap {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
}
#colRight {
	margin:0px;
}

/********************************************************************************/
/* 								SPACERS 							  			*/
/********************************************************************************/
div.spacer {
	width:5px;
	padding:0px;
	margin:0px;
}

/********************************************************************************/
/* 								ADVERT BOXES 							  		*/
/********************************************************************************/
div#advertboxWrap {
}
div#advertbox{
	padding:5px 0px 5px 0px;
}

/* ADVERT 1 */
div#advert1Wrap {

}
div#advert1{
	padding:5px;
}

/* ADVERT 2 */
div#advert2Wrap {

}
div#advert2{
	padding:5px;
}

/********************************************************************************/
/* 								BOTTOM BOXES 							 		*/
/********************************************************************************/
div#bottomboxWrap {

}
div#bottombox{
	padding:0px;
	margin:0px;
}

/* BOTTOM LEFT */
div#bottomleftWrap {

}
div#bottomleft{
	padding:5px;
}

/* BOTTOM RIGHT */
div#bottomrightWrap {

}
div#bottomright{
	padding:5px;
}

/********************************************************************************/
/* 								BOTTOM MENU								 		*/
/********************************************************************************/
div#bottommenuWrap {
	width:100%;
}
div#bottommenu {
	
	margin:0px;
	padding-right:16px;
	padding:5px 16px 16px 16px;
	
}

/********************************************************************************/
/* 								COPYRIGHT	 							  		*/
/********************************************************************************/
div#copyrightWrap {

	float:right;
	text-align:right;
	padding-right:16px;
	color:#666666;
	clear:both;
	float:right;
	border-left:1px solid #666666;
	padding-left:10px;
}

div#copyright p {
	margin:0px;
	padding:0px;
}

/********************************************************************************/
/* 								MADE BY		 							  		*/
/********************************************************************************/
div#madebyWrap {

	float:right;
	text-align:right;
	padding-left:10px;
	color:#666666;
	padding-right:10px;
}

div#madeby a:link, div#madeby a:visited, div#madeby a:active {
	font-size:10px;
	color:#000000;
	text-decoration:none;
}
div#madeby a:hover {
	color:#000000;
	text-decoration:underline;
}

/********************************************************************************/
/* 								FOOTER								  			*/
/********************************************************************************/
div#footerWrap {

	  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	 /* the auto margins (in conjunction with a width) center the page */
	text-align:center;
	/*border-top:1px solid #fff;*/
	/*background-image:url('../images/footer.png');*/
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:4px;
	border-top:6px solid #d2d4d4;
	
	
	
	
	

}
div#footer {

	/*background-color:#e3e4e4;*/
	
	/*border-left:6px solid #d2d4d4;
	border-right:6px solid #d2d4d4;*/
	width:942px;
	margin: 0px auto;
	
	padding:16px 4px 0px 4px;
	/*background-image:url('../images/back.png');*/
	background-repeat:repeat-y;
	background-position:top center;
	
}


div#footer2 {

	
	/*background-color:#eeefef;*/
	/*padding:16px 0px;*/
	
}





#copymade {
	font-size:9px;
}

/********************************************************************************/
/*  							CLEARING & FLOATING 							*/
/********************************************************************************/
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
/* clearing & floating */
.clearingfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearingfix {
	height: 1%;
}
.clearingfix {
	display: block;
}
/* End hide from IE-mac */
.clearingfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}