@charset "utf-8";
/* CSS Document */
body  {
	background: #336;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-size: 100%;
	font-family: Georgia, Verdana, Arial;
	scrollbar-base-color: #336;
	scrollbar-arrow-color: #f96;
	scrollbar-track-color: #336;
}
.twoColFixLtHdr #container {
	width: 1000px;  /* MODIFIE - 768 - using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #336; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	background: #336;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	color: #FFFFFF;
	height: 135px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
/* Barre de Menu */
.twoColFixLtHdr #menu {
	color: #f96;
	height: 40px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #336;
	background-image: url(../images/fond-menu.jpg);
	text-align: center;
	vertical-align: bottom;
	margin-bottom: 10px;
	font-size: small;
}
.twoColFixLtHdr #menu a {
	font-family: "Trebuchet MS", Georgia, Verdana, Arial;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
	line-height: 40px;
}


.twoColFixLtHdr #menu a:hover {
	font-family: Trebuchet MS, Georgia, Verdana, Arial;
	color: #F96; 
	text-decoration: none}

.twoColFixLtHdr #container #menu p {
	font-size: 150%;
	color: #FFFFFF;
}
.twoColFixLtHdr #container #mainContent a {
	color: #ff9966;
	text-decoration: none;
}
.twoColFixLtHdr #container #mainContent a:hover {
	color: #ff9966;
	text-decoration: underline;
}

.twoColFixLtHdr #mainContent {
	width: 625px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	float: left;
	text-align: justify;
	font-family: "Trebuchet MS", Georgia, Arial;
} 


/* Barre image */
.twoColFixLtHdr #sidebar1 {
	width: auto; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #336;
	margin-left: 650px;
	padding: 0px;
	margin-top: 25px;
	vertical-align: top;
}
.twoColFixLtHdr #container #footer a {
	color: #ff9966;
	text-decoration: none;
}
.twoColFixLtHdr #container #footer a:hover {
	color: #ff9966;
	text-decoration: underline;
}

.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#336; 
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: x-small;
	text-align: center;

	color:#FFFFFF;
	font-family: "Trebuchet MS";
	font-family: "Trebuchet MS", Georgia, Arial;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
.special {
	color: #ff9966;
}
.superbold {
	font-weight:bold;
	color: #ff9966;
}
.scrollBox {
	font-family: "Trebuchet MS", Georgia, Verdana, Arial;
	font-size: 100%;
	height: 540px;
	width: 625px;
	background-color: #333366;
	overflow: auto;
	float: left;
	text-align: left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	color: #FFFFFF;
}
.scrollBox a {
	color: #ff9966;
	text-decoration: none;
}
.scrollBox a:hover {
	color: #ff9966;
	text-decoration: underline;
}

.scrollBox h1 {
	font-size: x-large;
	text-align: center;	
}
.scrollBox p {
	color:#FFFFFF
}
.twoColFixLtHdr #container .scrollBox p {
	color: #FFFFFF;
}
.twoColFixLtHdr #sidebar1-asso {
	width: auto; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #336;
	margin-left: 625px;
	padding: 0px;
	margin-top: 25px;
	vertical-align: top;
}
.scrollBoxAsso {
	font-family: "Trebuchet MS", Georgia, Verdana, Arial;
	font-size: 100%;
	height: 540px;
	width: 600px;
	background-color: #333366;
	overflow: auto;
	float: left;
	text-align: left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	color: #FFFFFF;
}
.scrollBoxAsso a {
	color: #ff9966;
	text-decoration: none;
}
.scrollBoxAsso a:hover {
	color: #ff9966;
	text-decoration: underline;
}
.scrollBoxAsso h1 {
	font-size: x-large;
	text-align: center;
}
.scrollBoxAsso p {
	color:#FFFFFF
}
.twoColFixLtHdr #container .scrollBoxAsso p {
	color: #FFFFFF;
}
.scrollBoxBio {
	font-family: "Trebuchet MS", Georgia, Verdana, Arial;
	font-size: 100%;
	height: 540px;
	width: 990px;
	background-color: #333366;
	overflow: auto;
	float: left;
	text-align: left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	color: #FFFFFF;
}
.scrollBoxBio a {
	color: #ff9966;
	text-decoration: none;
}
.scrollBoxBio a:hover {
	color: #ff9966;
	text-decoration: underline;
}
.scrollBoxBio h1 {
	font-size: x-large;
	text-align: center;
}
.scrollBoxBio p {
	color:#FFFFFF;
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
}
.twoColFixLtHdr #container .scrollBoxBio p {
	color: #FFFFFF;
}
.twoColFixLtHdr #sidebarBio {
	width: auto; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #336;
	margin-left: 500px;
	padding: 0px;
	margin-top: -100px;
	vertical-align: top;
}
.twoColFixLtHdr #mainContentBio {
	width: 625px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	float: left;
	text-align: justify;
	font-family: "Trebuchet MS", Georgia, Arial;
}

.twoColFixLtHdr #container .mainContentBio a {
	color: #ff9966;
	text-decoration: none;
	font-family: "Trebuchet MS";
}

.twoColFixLtHdr #container .mainContentBio p {
	font-family: "Trebuchet MS", Georgia, Arial;
}

.twoColFixLtHdr #container .mainContentBio table tr td a {
	color: #ff9966;
	text-decoration: none;
	font-family: "Trebuchet MS";
}

.twoColFixLtHdr #container .mainContentBio table tr td a:hover {
	text-decoration: underline;
}

.twoColFixLtHdr #container .mainContentBio table tr td p {
	font-family: "Trebuchet MS", Georgia, Arial;
}
/* Drapeau de lien traduction */

.twoColFixLtHdr #drapeau
{
width: 30px;
height: 20px;
margin-top: 0;
margin-right: 0;
margin-bottom: 0;
margin-left: 0px;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 0;
padding-left: 10px;
float: left;
}
