@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {

}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		6;
	dw-num-cols-tablet:		12;
	dw-num-cols-desktop:	18;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/
.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: inherit;
	color: #003;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* MOBILE Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.9666%;
	padding-left: 1.5166%;
	padding-right: 1.5166%;
	clear: none;
	float: none;
}
#div1 {
}
#entete {
	text-align: center;
}
#nav {
	text-align: center;
	font-weight: bold;
	border-top-color: #101BDD;
	border-bottom-color: #101BDD;
	border-top-width: thin;
	border-bottom-width: thin;
}
#navgauche {
	text-align: left;
	font-weight: 600;
	width: 100%;
}
#ColGauche {
}

#ColDroite {
	width: 100%;
	margin-left: 0%;
	clear: none;
	margin-right: 0%;
	padding-left: 1%;
	padding-right: 1%;
}
#PiedPage {
	text-align: center;
	font-size: 0.8em;
	color: #424242;
}
#visuel {
	width: 100%;
	clear: both;
	margin-left: 0;
}
.gridContainer.clearfix #ColDroite p img {
}
#video {
	width: 100%;
	clear: both;
	margin-left: 0;
	display: block;
}
.adresse {
}
.logo {
	width: 20%;
}
#un {
	width: 23%;
	padding-left: 1%;
	font-size: xx-small;
	background-color: #D4D4FD;
	color: #091677;
	font-weight: bold;
	text-align: left;
	padding-top: 1%;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-color: #D4D4FD;
	/*opacity:.1;
	filter:Alpha(Opacity=10);*/
}
#deux {
	width: 23%;
	padding-left: 1%;
	margin-left: 1%;
	clear: none;
	font-size: xx-small;
	text-align: left;
	background-color: #C1C1FF;
	color: #091677;
	font-weight: bold;
	padding-top: 1%;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-color: #C1C1FF;

}
#trois {
	width: 23%;
	padding-left: 1%;
	margin-left: 1%;
	clear: none;
	font-size: xx-small;
	background-color: #acadfe;
	color: #091677;
	font-weight: bold;
	text-align: left;
	padding-top: 1%;
	border-color: #acadfe;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;

}
#quatre {
	width: 24%;
	padding-left: 1%;
	margin-left: 1%;
	clear: none;
	font-size: xx-small;
	background-color: #9999FF;
	color: #091677;
	font-weight: bold;
	text-align: left;
	padding-top: 1%;
	border-bottom-left-radius: 20px;
	border-top-right-radius: 20px;
	border-color: #9999FF;
}
#sommaire1 {
}
#colGauche {
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}
#InfoGauche {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	padding-right: 1%;
	padding-left: 1%;
}
#InfoDroite {
	clear: none;
	float: right;
	width: 100%;
	display: block;
	padding-right: 1%;
	padding-left: 1%;
}
/* TABLETTES Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 91.45%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0.775%;
	padding-right: 0.775%;
	clear: none;
	float: none;
}
#div1 {
}
#entete {
	text-align: center;
}
#nav {
	text-align: center;
	font-weight: bold;
	border-top-color: #101BDD;
	border-bottom-color: #101BDD;
	border-top-width: thin;
	border-bottom-width: thin;
}
#navgauche {
	text-align: left;
	font-weight: 600;
	width: 23.7288%;
}
#ColGauche {
}
#ColDroite {
	width: 70%;
	clear: none;
	margin-left: 1.695%;
	float: right;
	margin-right: 1%;
}
#PiedPage {
}
#visuel {
	width: 100%;
	clear: both;
	margin-left: 0;
}
#video {
	width: 74.5762%;
	clear: none;
	margin-left: 1.6949%;
	display: block;
}
.adresse {
}

.logo {
	width: 100%;
	max-width: 145px;
	min-width: 100px;
}
#un {
	width: 23%;
	padding-left: 1%;
	font-size: xx-small;
	background-color: #D4D4FD;
	color: #091677;
	font-weight: bold;
	text-align: left;
	padding-top: 1%;
	border-bottom-right-radius: 2%;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-color: #D4D4FD;

}
#deux {
	width: 23%;
	padding-left: 1%;
	margin-left: 1%;
	clear: none;
	font-size: xx-small;
	text-align: left;
	background-color: #C1C1FF;
	color: #091677;
	font-weight: bold;
	padding-top: 1%;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-color: #C1C1FF;

}
#trois {
	width: 23%;
	padding-left: 1%;
	margin-left: 1%;
	clear: none;
	font-size: xx-small;
	background-color: #acadfe;
	color: #091677;
	font-weight: bold;
	text-align: left;
	padding-top: 1%;
	border-bottom-left-radius: 20px;
	border-top-right-radius: 20px;
	border-color: #acadfe;

}
#quatre {
	width: 23%;
	clear: none;
	font-size: xx-small;
	background-color: #9999FF;
	color: #091677;
	font-weight: bold;
	text-align: left;
	padding-left: 1%;
	margin-left: 1%;
	padding-top: 1%;
	border-color: #9999FF;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
}
#sommaire1 {
}
#colGauche {
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
#InfoGauche {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	padding-right: 1%;
	padding-left: 1%;
}
#InfoDroite {
	clear: none;
	float: right;
	width: 100%;
	display: block;
	padding-right: 1%;
	padding-left: 1%;
}
}
/* ORDINATEUR Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 89%;
	max-width: 1232px;
	min-width: 769px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 0.5%;
	padding-right: 0.5%;
	clear: none;
	background-color: #FFFFFF;
	float: center;
}
#div1 {
}
#entete {
	text-align: center;
}
#nav {
	text-align: center;
	font-weight: bold;
	border-top-color: #040A6E;
	border-bottom-color: #040A6E;
	border-top-width: thin;
	border-bottom-width: thin;
}
#navgauche {
	text-align: left;
	font-weight: 600;
	width: 21.3483%;
}
#ColGauche {
}

#ColDroite {
	width: 75%;
	clear: none;
	margin-left: 1%;
	margin-right: 0%;
	padding-left: 1%;
	padding-right: 1%;
	float: right;
	font-style: normal;
}
#PiedPage {
	clear: both;

}
#visuel {
	width: 27.5362%;
	margin-left: 0;
	clear: both;
}

#video {
	width: 77.528%;
	margin-left: 1.1235%;
	clear: none;
	float: right;
	display: block;
}
.adresse {
}
.gridContainer.clearfix #video {
}
.logo {
	width: 100%;
	max-width: 145px;
	min-width: 50px;
	
}
#un {
	width: 23%;
	padding-left: 1%;
	font-size: x-small;
	background-color: #D4D4FD;





	-webkit-box-shadow: 0.px 0px;
	box-shadow: 0.px 0px;
	color: #091677;
	font-weight: bold;
	text-align: left;
	padding-top: 1%;
	border-color: #D4D4FD;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	
}
#deux {
	width: 23%;
	padding-left: 1%;
	margin-left: 1%;
	clear: none;
	font-size: x-small;
	text-align: left;
	background-color: #C1C1FF;
	color: #091677;
	font-weight: bold;
	padding-top: 1%;
	border-color: #C1C1FF;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	
}
#trois {
	width: 23%;
	padding-left: 1%;
	margin-left: 1%;
	clear: none;
	font-size: x-small;
	background-color: #acadfe;
	color: #091677;
	font-weight: bold;
	text-align: left;
	padding-top: 1%;
	border-color: #acadfe;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
}
#quatre {
	width: 24%;
	padding-left: 1%;
	clear: none;
	font-size: x-small;
	background-color: #9999FF;
	color: #091677;
	font-weight: bold;
	text-align: left;
	padding-top: 1%;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-color: #9999FF;

}
#sommaire1 {
}
#colGauche {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
#InfoGauche {
	float: left;
	width: 48%;
	display: block;
	padding-right: 1%;
	padding-left: 1%;
	position: relative;
	clear: both;
}


#InfoDroite {
	clear: none;
	float: right;
	width: 48%;
	display: block;
	padding-right: 1%;
	padding-left: 1%;
}
}
