@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../images/bkg_SiteCarolyneBrouillard.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	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;
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFF;
}
#OneColFix {
	width: 1080px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#topMenu {
	margin: 10px;
	text-align: right;
}
#topMenu a {
	color: #666600;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
#topMenu a:Hover {
	color: #cc6600;
}
#menu {
	margin: 10px;
	float: left;
}
#menuLine {
	margin: 0px;
	padding: 0px;
}

/*#menuLine li {
	list-style-type: none;
	margin: 0px;
	padding: 10px;
	float: left;
}
#menuLine a {
	color: #666600;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#menuLine a:Hover {
	color: #cc6600;
}*/

/*Initialize*/
ul#topLink, ul#topLink ul.subLink {
    padding:0;
    margin: 0;
}
ul#topLink li, ul#topLink ul.subLink li {
    list-style-type: none;
    display: inline-block;
}
/*Link Appearance*/
ul#topLink li a {
    text-decoration: none;
    font-size: 18px;
	font-weight: bold;
	color: #666600;
    padding: 10px;
    display:inline-block;
}

ul#topLink li ul.subLink li a {
	font-weight: normal;
	padding: 5px;
	width: 90px;
}

ul#topLink li a:hover, ul#topLink li ul.subLink li a:hover {
color: #cc6600;
}

/*Make the parent of sub-menu relative*/
ul#topLink li {
    position: relative;
}
/*sub menu*/
ul#topLink li ul.subLink {
    display:none;
    position: absolute;
    top: 35px;
    left: 0;
    width: 100px;
}
ul#topLink li:hover ul.subLink {
    display:block;
}

#botMenuCenter {
	background-color: #000;
	width: 100%;
	height: 40px;
	text-align: center;
	margin-bottom: 30px;
}

#bottomMenu{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 40px;
	text-align: left;
}

/*Initialize*/
ul#botLink, ul#botpLink ul.upLink {
    padding:0;
    margin: 0;
}
ul#botLink li, ul#botLink ul.upLink li {
    list-style-type: none;
    display: inline-block;
}
/*Link Appearance*/
ul#botLink li a  {
    text-decoration: none;
    font-size: 12px;
	font-weight: bold;
	color: #FFF;
    padding: 10px;
    display:inline-block;
}

ul#botLink li ul.upLink li a {
	font-weight: normal;
	width: 90px;
}

ul#botLink li a:hover, ul#botLink li ul.upLink li a:hover {
	color: #cc6600;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

/*Make the parent of sub-menu relative*/
ul#botLink li {
    position: relative;
}
/*sub menu*/
ul#botLink li ul.upLink {
	display:none;
	position: absolute;
	width: 100px;
	background-color: #333;
	bottom: 35px;
}
ul#botLink li:hover ul.upLink {
	display:block;
	margin: 0px;
	padding: 0px;	
}


#apDiv1_colonne_gauche {
	font-size: 10px;
	color: #333300;
	width:430px;
	z-index:1;
	float: left;
	margin: 110px;
}
#apDiv2_colonne_droite {
	position:relative;
	width:310px;
	z-index:2;
	float: right;
	margin-top: 110px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 40px;
	height: 500px;
}
#logo {
	padding: 0px;
	text-align: right;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer {
	text-align: center;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 50px;
	margin-left: 10px;
}
#footer a {
	color: #993;
}
#footer a:Hover {
	color: #CC0;
}

.text_normal_12_centurygothic {
	font-family: "Century Gothic";
	font-size: 12px;
	line-height: 20px;
}




.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;
}
