@charset "utf-8";
/* CSS Document */
body {
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 0px;
	background-color: #5C5C5D;
	background-image: url(/images/page_background.png);
	background-repeat: repeat-x;
	background-position: 0px 183px;
	margin-left: 0px;	margin-right: 0px;
	margin-bottom: 0px;
}
div#wrapper{
	margin-top: 31px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 970px;
	position: relative;
	z-index: 1;
	background-color: #FFF;
}
div#pageFooter{
	margin: 0;
	background-image: url(/images/page_background.png);
	background-repeat: repeat-x;
	background-position: 21px 0px;
	height: 94px;
}
div#pageFooter #wrapperPF{
	background-image: url(/images/page_background.png);
	background-repeat: repeat-x;
	background-position: 21px 0px;
	width: 938px;
	height: 18px;
	background-color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 8px;
	padding-left: 32px;
	position: relative;
}
#wrapperPF a:link,a:visited{
	color: #CF2939;
	font-weight: normal;
}
#wrapperPF a:hover,a:active{
	color: #000;
	font-weight: normal;
}
div#header{
	margin-top: 0;
	background-color: #FFF;
	background-image: url(/images/header_background.jpg);
	background-repeat: no-repeat;
	height: 207px;
	padding-top: 13px;
	padding-left: 29px;
}
div#container{
	background-color: #FFF;
}	
div#leftCol {
	float: left;
	width: 160px;
	padding: 1px 0;
	background: lightblue;
}
div#rightCol {
	float: right;
	width: 271px;
	margin-right: 13px;
	background-color: #530813;
	background-image: url(/images/rightCol_background.png);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: -36px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #707173;
}
div#content {
	width: 636px;
	padding-top: 1px;
	padding-right: 20px;
	padding-bottom: 1px;
	padding-left: 30px;
}
div#footer{
	background-color: #FFF;
	clear: both;
	height: 47px;
	position: relative;
}
#wrapperPF a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: block;
	float: left;
	margin-right: 22px;
	text-transform: uppercase;
}
#wrapperPF a:link,#wrapperPF a:visited{
	color: #6F7173;
	text-decoration: none;
	font-weight: bold;
}
#wrapperPF a:hover,#wrapperPF a:active{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
#navigation{
	margin-top: 17px;
	margin-left: 4px;
}
#navigation a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	display: block;
	float: left;
	margin-right: 22px;
	text-transform: uppercase;
}
#navigation a:link,#navigation a:visited{
	color: #6F7173;
	text-decoration: none;
	font-weight: bold;
}
#navigation a:hover,#navigation a:active{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
#navigation .selected{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	display: block;
	float: left;
	margin-right: 22px;
	text-transform: uppercase;
	color: #CF2939;
	text-decoration: none;
	font-weight: bold;
}

/***************************************/
/**************** content ****************/
/***************************************/

#content h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 23px;
	text-transform: uppercase;
	color: #A11723;
	margin-top: 20px;
	margin-bottom: 8px;
	text-align: left;
	font-weight: normal;
}
#content h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #4D4949;
	margin-top: 31px;
	margin-bottom: 8px;
	text-align: left;
	font-weight: normal;
}
#content h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #A11723;
	margin-top: 10px;
	margin-bottom: 4px;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
}
#content p{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4D4949;
	margin-top: 4px;
	margin-bottom: 4px;
	text-align: left;
	font-weight: normal;
}
#content a:link,a:visited{
	color: #CF2939;
	font-weight: normal;
}
#content a:hover,a:active{
	color: #000;
	font-weight: normal;
}
#content .ancrages {
	margin-top: 24px;
	color: #FFF;
}
#content .ancrages .text {
	text-transform: none;
}
#content .ancrages a {
	margin-bottom: 2px;
	font-size: 12px;
	font-weight: bold;
	background-color: #929292;
	display: block;
	padding-right: 3px;
	padding-left: 4px;
}
#content .ancrages a:link,#content .ancrages a:visited {
	color: #FFF;
	background-color: #929292;
	text-decoration: none;
}
#content .ancrages a:hover,#content .ancrages a:active {
	color: #FFF;
	background-color: #BD112A;
	text-decoration: none;
}
#content ul{
	padding-top: 2px;
	padding-bottom: 13px;
	margin-top: -2px;
}
#content  li{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4D4949;
	background-image: url(/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 9px;
	padding-bottom: 3px;
	margin-left: -38px;
	list-style-type: none;
	padding-left: 11px;
	padding-top: 3px;
	line-height: 16px;
}
#content .leftImage{
	float: left;
	padding-right: 25px;
	padding-bottom: 12px;
	padding-top: 4px;
}

/***************************************/
/**************** rightCol ****************/
/***************************************/

#rightCol h1,#rightCol h2,#rightCol p,#rightCol .partenairesAutres .title,#rightCol .partenairesAutres a{
	padding-left: 13px;
	padding-right: 7px;
}
	
#rightCol h1{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #B1AFAF;
	background-image: url(/images/rightCol_topBackground.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 14px;
	text-align: left;
	margin-top: -13px;
	padding-top: 15px;
}
#rightCol h2{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	margin-top: 9px;
	margin-bottom: 12px;
	text-align: left;
	line-height: 13px;
}
#rightCol p{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	margin-top: 12px;
	margin-bottom: 12px;
	text-align: left;
	line-height: 15px;
}
#rightCol ul{
	padding-top: 2px;
	padding-bottom: 13px;
	margin-top: -2px;
}
#rightCol  li{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	background-image: url(/images/bullet_rightCol.gif); 
	background-repeat: no-repeat;
	background-position: left 9px;
	padding-bottom: 3px;
	margin-left: -26px;
	list-style-type: none;
	padding-left: 8px;
	padding-top: 3px;
	line-height: 13px;
}
#rightCol p{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	margin-top: 12px;
	margin-bottom: 12px;
	text-align: left;
	line-height: 15px;
}
#rightCol .partenaires{
	margin-top: 36px;
}
#rightCol .partenaires{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: left;
	line-height: 15px;
}

#rightCol .partenaires .name{
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}

#rightCol .partenaires a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
	padding: 5px;
	margin-right: 8px;
	margin-left: 8px;
	margin-bottom: 6px;
	display: block;
}
#rightCol .partenaires a:link,#rightCol .partenaires a:visited{
	color: #FFF;background-color: #CF2A39;text-decoration: none;
}
#rightCol .partenaires a:hover,#rightCol .partenaires a:active{
	color: #FFF;
	background-color: #530813;text-decoration: none;
}

#rightCol .partenairesAutres{
	margin-top: 29px;
}
#rightCol .partenairesAutres .title{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	color: #B1AFAF;
	margin-bottom: 9px;
}
#rightCol .partenairesAutres a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
	display: block;
	line-height: 25px;
}
#rightCol .partenairesAutres a:link,#rightCol .partenairesAutres a:visited{
	color: #FFF;
}
#rightCol .partenairesAutres a:hover,#rightCol .partenairesAutres a:active{
	color: #FF0226;
}

/* Home */
div#homeHeader{
	margin-top: 0;
	background-image: url(/images/home_header_bkg.jpg);
	background-repeat: no-repeat;
	height: 221px;
	padding-top: 26px;
	padding-left: 30px;
}
div#homeContainer{
	background-image: url(/images/home_content_bkg.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 32px;
	height: 397px;
}
div#homeRightCol {
	float: right;
	width: 481px;
	margin-right: 60px;
}
div#homeContent {
	width: 336px;
	padding-top: 1px;
	padding-right: 20px;
	padding-bottom: 1px;
	padding-left: 28px;
	
}
#homeRightCol h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #fff;
	margin-top: 78px;
	margin-bottom: 17px;
	text-align: left;
	font-weight: normal;
	line-height: 25px;
}
#homeContent h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #fff;
	margin-top: 20px;
	margin-bottom: 8px;
	text-align: left;
	font-weight: normal;
	line-height: 20px;
}
#homeRightCol p{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	margin-top: 4px;
	margin-bottom: 4px;
	text-align: left;
	font-weight: normal;
	line-height: 18px;
}
#homeContent ul{
	padding-top: 6px;
	padding-bottom: 13px;
	margin-top: 5px;
}
#homeContent  li{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #F12745;
	background-image: url(/images/home_bullet.gif);
	background-repeat: no-repeat;
	background-position: left 13px;
	padding-bottom: 5px;
	margin-left: -38px;
	list-style-type: none;
	padding-left: 11px;
	padding-top: 5px;
	line-height: 18px;
}
.signature {
	position: absolute;
	top: 33px;
	right: 2px;
}
.signature a:link,.signature a:visited {
	font-size: 11px;
	color: #D4D4D4;
	text-decoration: none;
}
 {font-size: 11px;color: #717171;text-decoration: none;}
.signature a:hover,.signature a:active {font-size: 11px;color:  #BA1C26;text-decoration: none;}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
