@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #000000;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container  {
	width: 981px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#container  #navigation  {
	padding: 0px;
	width: 981px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#container /* CSS Document */

  #navigation   li   {
	display: block;
	float: left;
	list-style-type: none;
	width: 109px;
	text-align: center;
	height: 36px;
	overflow: hidden;
}
#container  #navigation  a  {
	font-size: small;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	height: 36px;
	width: 109px;
}
#container    #navigation ul   {
	display: block;
	margin: 0px;
	padding: 0px;
}

#header  {
	padding: 0;  /* 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. */
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
} 
#header  h1  {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 6;
}
#sidebar1   {
	float: left; /* since this element is floated, a width must be given */
	width: 224px;
	background-repeat: no-repeat;
	background-image: url(../images/BGsidebar.png);
	margin: 0px;
	background-position: top;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: -20px;
	padding-left: 0px;
	height: 30px;
}

#sidebar1 span  {
	background-image: url(../images/BGsidebar.png);
	width: 224px;
	background-position: bottom;
	background-repeat: no-repeat;
	display: block;
	padding: 0px;
	margin-top: 6px;
}
#sidebar1 h1 {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	padding-top: -6px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
}
#sidebar1 ul {
	list-style-type: none;
	padding-left: 12px;
	padding-top: 0px;
	margin: 0px;
	padding-bottom: 6px;
}
#sidebar1 li {
	padding-bottom: 10px;
}

#sidebar1  a:link, a:visited {
	text-decoration: none;
}
#sidebar1 a:hover {
	text-decoration: underline;
}


.oneColHdr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
div#newsbar {
	background-image: url(../images/BGnewsbar.gif);
	height: 16px;
	font-size: 12px;

s
; 		padding-top: 5px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
#newsbar h1 {
	display: inline;
	font-size: 14px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-right-width: thin;
	border-right-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	color: #333333;
}
#newsbar p {
	display: inline;
	margin-left: 12px;
	color: #666666;
}


.twoColHdr  #mainContent {
	margin: 0 0 0 224px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 12px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 


#footer  {
	padding: 0;
	margin-top: 12px;
} 
#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: 11px;
	text-align: center;
	color: #666;
}
.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;
}
a.case1A:hover  {
	background-image: url(../fr/images/case1Aover.png);
}
a.case1A {
	background-image: url(../fr/images/case1Aup.png);
	float: left;
	height: 166px;
	width: 248px;
	display: block;
}
a.case1B:hover  {
	background-image: url(../fr/images/case1Bover.png);
}
a.case1B {
	background-image: url(../fr/images/case1Bup.png);
	float: left;
	height: 166px;
	width: 248px;
	display: block;
}
a.case1C:hover  {
	background-image: url(../fr/images/case1Cover.png);
}
a.case1C {
	background-image: url(../fr/images/case1Cup.png);
	float: left;
	height: 166px;
	width: 248px;
	display: block;
}
a.case1D:hover  {
	background-image: url(../fr/images/case1Dover.png);
}
a.case1D {
	background-image: url(../fr/images/case1Dup.png);
	float: left;
	height: 166px;
	width: 237px;
	display: block;
}
a.case2A:hover  {
	background-image: url(../fr/images/case2Aover_1.png);
}
a.case2A {
	background-image: url(../fr/images/case2Aup_1.png);
	float: left;
	height: 154px;
	width: 248px;
	display: block;
}
a.case2B:hover  {
	background-image: url(../fr/images/case2Bover.png);
}
a.case2B {
	background-image: url(../fr/images/case2Bup.png);
	float: left;
	height: 154px;
	width: 248px;
	display: block;
}
a.case2C:hover  {
	background-image: url(../fr/images/case2Cover.png);
}
a.case2C {
	background-image: url(../fr/images/case2Cup.png);
	float: left;
	height: 154px;
	width: 248px;
	display: block;
}
a.case2D:hover  {
	background-image: url(../fr/images/case2Dover.png);
}
a.case2D {
	background-image: url(../fr/images/case2Dup.png);
	float: left;
	height: 154px;
	width: 237px;
	display: block;
}
p.question {
	font-weight: bold;
	margin: 0px;
}
p.reponse {
	margin-top: 6px;
	margin-bottom: 24px;
	margin-left: 15px;
}

