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

body
{
	margin:0;
	padding:0;
	background-color: #6f6f6e;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

a
{
	text-decoration:none;
	color:#87888A;
	outline:none;
}

a:hover
{
	color:#000000;
}

#container
{
	width:1024px;
	background-color:#FFFFFF;
	margin-left: auto;
  	margin-right: auto;
  	padding-bottom:30px;
    min-height: 800px; /*  TB */
 /* ici j'ai enlevé la hauteur ########### */
	border: 10px solid #bababa;
	border-top:0px solid grey;


}

#header
{
	width:1024px;
	height:210px;
	background: url(../../gfx/bann2.png) no-repeat;
}

#headerHomeLink {
	width:500px;
	height:175px;
	text-indent:-9999px;
	display: block;
}

#hLangage
{
	margin: 24px 72px 0px 0px;
	float:right;
	font-family:Arial Black;
}

#hContact
{
	padding:89px 0px 0px 517px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	z-index: 500;
	width: 210px;
}

#hContact ul
{
	margin:0;
	padding:0;

}

#hContact li
{
	list-style-type:none;	
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}	


#hContact a
{		
	display: inline-block;
	width: 200px;
	
	}

#hContact a:hover
{
	background-color: black;
	color: white;
}

#hContact a:active
{
	background-color: #ffd500;
	color: black;

}


.blackBG
{
	width:209px;
	height:16px;
	background-color:#000000;
	color:#FFFFFF;
}

/*  --- DA
#hSearch
{
	width:155px;
	float:right;
	margin:-60px 40px 0px 0px;
	position:relative;
}
*/
#hSearch
{
	
	padding: 0px 0px 0;
	position:relative;
	text-align:right;
	float: right;
	position:relative;
	z-index: 100;
	margin-right: 40px;
	margin-top: 0;
	margin-left: 0px;
}

/* #hSearch input
{
	margin:0;
	float:right;
}
*/

#hSummary
{
	width:1024px;
	height:30px;
	background: url(../../gfx/summaryBckg.png) no-repeat center;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 30px;
}

#hSummary p
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#87888A;
	margin-right: 0px;
	margin-left: 281px;
	padding-top: 8px;
	padding-left: 5px;
}

#menu
{
	width:245px;
	height: 600px;
	background: url(../../gfx/menuBck.png) no-repeat;
	float:left;
	position:relative;
	margin-left: 22px;
	margin-right: 0px;
	z-index: 5;
	margin-top: 5px;
}

#mLiens
{
	font-family:Verdana;
	font-size:10px;
	width:217px;
	background-color:#99FF33;
	margin:0px 0px 0px 22px;
	line-height:160%;
}

#menu ul
{
	margin:7px 0px 0px 25px;
	padding:0;
	list-style-type:none;
	line-height:140%;
}


#menu li a
{
	color:#87888A;
	text-decoration:none;
	display: inline-block;
	width: 200px;
	padding-left: 3px;
	padding-bottom: 3px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	padding-top: 3px;
}

#menu li a:hover
{
	color:#FFFFFF;
	background-color:#000000;

}

#menu li a:active
{
	color: #000;
	background-color: #ffd500;

}

.titreMenu
{	
	font-family:Arial Black;
	font-size:12px;
	margin-top: 25px;
	margin-left: 25px;
	text-transform: uppercase;
}

.titreMenu2
{	
	font-family:Arial Black;
	font-size:12px;
	margin-left: 25px;
	margin-top: 20px;
	margin-bottom: 10px;
}

#cours
{
	width:700px;
	margin:15px 0px 0px 280px;
	padding-bottom: 20px;
	position:relative;
	font: 12px/14px Arial, Verdana, Helvetia, sans-serif;
	background-color: #e2e3e4;
	
}

#coursAgenda
{
	background-color: #ffffff;
}



#cours .listSpace

{
	margin-top: 4px;
	margin-bottom: 4px;
}

#cours li {
	padding-bottom: 2px;
	padding-top: 2px;
}

#cours a
{
	color: black;
	text-decoration: none;
	padding: 1px 1px 0;
	border-bottom: 1px solid #FFD500;
}

#cours a:hover
{
	text-decoration: none;
	background-color: white;
}


#cours p
{
	text-align: left;
	padding-left: 10px;
}

#coursTheme {

	background-color: #ffffff;
	margin-bottom: -10px;
}

#coursTheme  .themeTitle a {
	
	margin-left: -10px;
	font-weight: bold;
	width: 100%;
	display: block;
	font-family: "Arial Black", Arial, verdana;
	font-size: 12px!important;
	text-transform: uppercase;
	color: #000;
	height: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #e2e3e4;
	padding-left: 10px;
}

#coursTheme  .themeTitle a:hover {
	background-color: #ffd500;
}




#coursWrapper {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	padding-left: 10px;
}

#coursWrapper .coursTitle {
	color: black!important;
	font-weight: bold;
	background-color: #fbfbfb;
	width: 100%;
	display: inline-block;
	letter-spacing: 1px;
	border-bottom-style: none;
}

#coursWrapper .coursTitleSmall {
	font-size: small;
	color: black!important;
	font-weight: bold;
	background-color: #fbfbfb;
	width: 100%;
	display: inline-block;
}

#coursWrapper a {
	color: #0c007a!important;
	border-top: 1px dotted #bfbfbf;
	padding-top: 2px;
	padding-bottom: 2px;
}	
#coursWrapper a:hover {
	color: #a70016;
	text-decoration: underline;
}





#cHeader
{
	width:700px;
	height:20px;
	background: #FFFFFF url(../../gfx/contentCorner-top.png) repeat-y;
}


#cBottom
{	
	margin: 0 0px 0px 280px;	
	width:700px;
	height:20px;
	background: url(../../gfx/contentCorner-bottom.png) no-repeat;
	background-color:#FFFFFF;
}

.yellowTitle
{
	width:690px;
	height:20px;
	background-color:#FFD500;
	font-family:Arial Black;
	font-size: 12px;
	text-transform:uppercase;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	overflow: visible;
}



.yellowTitleBig
{
	width: 690px;
	height:50px;
	background-color:#FFD500;
	font-family:Arial Black;
	line-height: 17px;
	font-size: 14px;
	text-transform:uppercase;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
}

.cImg
{
	margin-left:-10px;
}

#info
{
	width:230px;
	min-height:500px;
	margin:0px 0px 0px 750px;
	top:226px;
	background-color: #E3E4E5;
	position:absolute;	 /* ici ########## */
}

#iHeader
{
	height:31px;
	background: url(../../gfx/infoCorner.png) no-repeat;
	background-color:#FFF;
}

#footer
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:left;
	background-color:#FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 310px;
}

/*

#footer
{
	width:1024px;
	height:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	background-color:#FFFFFF;
	padding-top:20px;
	margin-left: auto;
  	margin-right: auto;
	margin-top:-12px; /* ici ########## 
	
}  */

#footer img
{

}

#sitemap {
	
}

#sitemap h2 {

	border-bottom: 1px solid gray;
	padding-top: 2px;
	padding-bottom: 4px;

}

/* ************** */


h1
{
	padding: 5px 0px 5px 10px;
	font-size: 12px;
	background-color: #e2e3e4;
	width:690px;
}

/* afin que ça s'affiche bien sur IE il faut mettre des &nbsp; avant le titre et non jouer sur le padding */
h2
{
	width:690px;
	height:15px;
	padding: 4px 0px 4px 10px;
	font-size: 13px;
	background-color: #e2e3e4;
}

#temoignages {
	background-color: white;
	margin-top: 20px;
	margin-left: 10px;
	border: 1px solid #919395;
	font-size: 11px;
}

#temoignages a {
	border-bottom-style: none;
}


#temoignages td {

	padding-bottom: 7px;
	padding-top: 7px;
	padding-left: 3px;
	border-bottom: 1px dotted #aaa;
}


#partners {
	background-color: white;
	margin-top: 20px;
	margin-left: 10px;
	border: 1px solid #919395;
	padding-left: 20px;
	font-size: 12px;
}

#partners .top-row {

	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 3px;
	border-bottom: 1px dotted #aaa;
	height: 30px;
}

#partners td {

	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 3px;
	border-bottom: 1px dotted #aaa;
	height: 75px;
}



#links {
	list-style-image:url("/gfx/external.gif");
	
}

#links a {
	border-bottom-style: none;
}

#links li {
	padding-top: 2px;
	padding-bottom: 2px;
}

.top-row {
	font-weight: bold;
	font-size: larger;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}


.on {
	background-color: #e9eaeb;
}


#specialCenterLink {
	background-color: #e2e3e4;
	margin-top: 10px;
}

#specialCenterLink a {
	
	
background-color: #000;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   color: white;
   display: -moz-inline-box;
   display: inline-block;
	margin-left: 5px;
	text-transform: uppercase;
	font: 12px "Arial Black", Arial Verdana, Helvetica, sans-serif;
	width: 450px;
	padding: 0 15px;
	margin-top: 20px;
}

#specialCenterLink a:hover {
background-color: #f9cb19;
	color: #000;
	text-decoration: none;
}
#specialCenterLink a:active {
background-color: white;
	color: #000;

}


/*

.specialCenterLink {
	background-color: #fff;
	color: #7c1a20;
	width: 500px;
	padding: 5px;
	border: 3px solid gray;
	text-shadow: #e6e6e6 1px 1px 1px;

	font: bold large "Lucida Grande", Lucida, Verdana, sans-serif;
}


*/
#rebate h2 {
		width:auto;
}


#fsrmMenuinterior {
	
}

#searchResults {
	font-size: 12px;
	line-height: 18px;

}

#searchResults li {
	list-style-type: square;
}


/* Search Form //----------------------------------------------------------*/

	#searchform {
		margin: 0;
		padding: 0;
	bottom: 20px;
	position: relative;
}
	#searchform fieldset {
		margin: 0;
		padding: 0;
		border: 0;
		}
	#searchform label { 
		color: #999; 
		display: none; 
		}
	#searchform input { 
		width: 240px; 
		color: #222;

}
	#searchform #submitquery { 
		display: none; 
		}

/* Misc Classes //----------------------------------------------------------*/

	.clear { 
		clear: both; 
		margin: 0; 
		padding: 0; 
		}
		
		
#homeClick {
	width: 400px;
	height: 150px;
	position: absolute;
	top: 0;
	left: 5%;
	cursor: pointer;
}
			

#cf2011 { 
	margin:20px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	border: 5px solid #CCC;
	background-color: white;
}

.headshot {
	border: 5px solid #cdcdcd;
	border-radius: 15px;
}

#refquote {
	background-color: white;
	border: 1px solid #cecece;
	width: 580px;
	margin: 10px;
	padding: 10px;
	font: italic bold larger "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #696969;
}

#I40_title {
		font: bold larger "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
		font-size: 18px;
		color: #f0212c;
		margin-left:10px;
		margin-bottom:3px;
		text-decoration: underline;
	
}

.I40_text {
		font-size:12px;
		padding-right:40px;
		line-height:130%; 

	
}