body {background-color:#EEF0EB;	color:#666;	font-family:'lucida grande',arial,sans-serif;	font-size:12px;	margin:0;	padding:0;}
h1 { font-family: 'Tenor Sans', sans-serif; font-size:18px; font-weight:normal; text-align:center;padding:35px 0 0; margin:0;background-color: #FFFFFF;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#FFFFFF)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF); /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image:    -moz-linear-gradient(top, #eeeeee, #FFFFFF); /* FF3.6 */
  background-image:     -ms-linear-gradient(top, #eeeeee, #FFFFFF); /* IE10 */
  background-image:      -o-linear-gradient(top, #eeeeee, #FFFFFF); /* Opera 11.10+ */
  background-image:         linear-gradient(to bottom, #eeeeee, #FFFFFF);}
.mainContainer {
	text-align:center;
	}
.mainContent {
	margin:0 auto;
	}
.mainPage {
	background-color:#FFFFFF;
	margin:0 auto;
	}
a {color:#00608c;text-decoration:none;}
a:hover {text-decoration:underline;}
h2 {color:#333;border-bottom:1px solid #CDCDCD; margin:5px;padding:0 0 10px;margin-top:5px;font-size:15px;font-weight:normal;text-shadow: #FFFFFF -1px 0 0; -moz-box-shadow: 0 1px 0 #FFFFFF;
  -webkit-box-shadow: 0 1px 0 #FFFFFF; box-shadow:  0 1px 0 #FFFFFF; filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=180, Color='#FFFFFF');}
h3 {border:0;margin:0;padding:0;font-size:13px;font-weight:normal;}
p {	margin0;padding:0;line-height:1.3em;}
.textBig {font-size:24px;}
.headerContainer {
	height:107px;
	}
.logoContainer {
	background-color: #ffb401;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffbc01), to(#ff9c01));
	background: -webkit-linear-gradient(top, #ffbc01, #ff9c01);
	background: -moz-linear-gradient(top, #ffbc01, #ff9c01);
	background: -ms-linear-gradient(top, #ffbc01, #ff9c01);
	background: -o-linear-gradient(top, #ffbc01, #ff9c01);
	border-top:4px solid #333;
	border-bottom:2px solid #FFF;
	height:100px;
	}
#logo {
	position:absolute;
	left:10%;
	top:25px;
	}

#landingProfiles {
	background:#FFF;
	text-align:center;
	margin-bottom:25px;
	}

#landingProfiles ul {
	margin:0 auto 0 auto;
	padding:0;
	height:250px;
	width:750px;
	}
#landingProfiles li {
	display:inline;
	list-style-type:none;
	margin:0;
	padding:0;
}
#landingProfiles img {
	border: 4px solid #fff;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

.langOption {
	background-color: #eeeeee;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f5f3), to(#e1e2df)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #f4f5f3, #e1e2df); /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image:    -moz-linear-gradient(top, #f4f5f3, #e1e2df); /* FF3.6 */
  background-image:     -ms-linear-gradient(top, #f4f5f3, #e1e2df); /* IE10 */
  background-image:      -o-linear-gradient(top, #f4f5f3, #e1e2df); /* Opera 11.10+ */
  background-image:         linear-gradient(to bottom, #f4f5f3, #e1e2df);
	border:1px solid #fff;
	-webkit-border-radius: 2px;	-moz-border-radius: 2px; border-radius: 2px;
	outline:1px solid #e5e5e5;
	padding:15px 0;
	text-align:center;
	}

.sprite {
	background:url(../img/rdv-sprites.png) no-repeat;
	}
.sprite.flagbe {
	border:1px solid #DF7E08;
	background-position:0 0;
	}
.sprite.flagfr {
	border:1px solid #DF7E08;
	background-position:0 -20px;
	}
.sprite.rainbow {
	position:absolute;
	right:0;
	top:0;
	background-position:right top;
	}
.triangle-right {
	background-color: #075698;
	background: -webkit-gradient(linear, left top, left bottom, from(#2E88C4), to(#075698));
	background: -webkit-linear-gradient(top, #2E88C4, #075698);
	background: -moz-linear-gradient(top, #2E88C4, #075698);
	background: -ms-linear-gradient(top, #2E88C4, #075698);
	background: -o-linear-gradient(top, #2E88C4, #075698);
	border-radius: 10px 10px 10px 10px;
	color: #FFFFFF;
	margin: 0;
	padding: 15px;
	position: relative;
}
.triangle-right:after {
	border-color: #075698 transparent;
	border-style: solid;
	border-width: 20px 0 0 20px;
	bottom: -20px;
	content: "";
	display: block;
	left: 35px;
	position: absolute;
	width: 0;
}
.lang {
	margin:15px auto;
	}
.lang li {
	list-style:none;
	display: inline;
	}
.lang li a {
   border: 2px solid #ffffff;
   background: #ff9100;
   background: -webkit-gradient(linear, left top, left bottom, from(#ffb300), to(#ff8400));
   background: -webkit-linear-gradient(top, #ffb300, #ff8400);
   background: -moz-linear-gradient(top, #ffb300, #ff8400);
   background: -ms-linear-gradient(top, #ffb300, #ff8400);
   background: -o-linear-gradient(top, #ffb300, #ff8400);
   padding: 16px 24px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,.4) 0 1px 3px;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
	 margin:0 15px;
   font-size: 16px;
   font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
	 line-height:60px;
   text-decoration: none;
	 white-space:nowrap;
   }
.lang li a:hover {
   background: #ff8400;
	 background: -webkit-gradient(linear, left top, left bottom, from(#ff8400), to(#ffb300));
   background: -webkit-linear-gradient(top, #ff8400, #ffb300);
   background: -moz-linear-gradient(top, #ff8400, #ffb300);
   background: -ms-linear-gradient(top, #ff8400, #ffb300);
   background: -o-linear-gradient(top, #ff8400, #ffb300);
   }
.lang li a:hover img {
   background-position:0 -180px;
	 border:1px solid transparent;
   }
.lang li img {
	vertical-align:middle;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;  
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	}
#landingFooter {
	width:980px;
	margin:0 auto;
 	text-shadow: #FFFFFF 1px 0 0;
	}
#landingFooter li {
	width:45%;
	list-style:none;
	display:block;
	float:left;
	text-align:center;
	margin-right:20px;
	padding-right:20px;
	}
	
	