@charset "utf-8";
@import url("arista/stylesheet.css");
@import url("Arista_light/stylesheet.css");
@import url("Dinc/stylesheet.css");
@import url("dinc_light/stylesheet.css");




/* 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 {
	max-width: 100%;
}


/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	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/
*/
.boutons {
	width: 180px;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 4px;
	background-color: #e2004a;
	border-radius: 4px;
	color: #FFFFFF;
	padding-bottom: 4px;
	text-transform: uppercase
}
.boutons a {
	color: #fff;}
.boutons:hover {
	background-color: #FF0A5A;
	color: #FFFFFF !important;
	text-decoration: underline;
}
.texte_souligne{
	text-decoration: underline;
	color: #161616;
	}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}
.texte_petit{
	font-size: 12px;
}
.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}
.texte_gris{
	color: hsla(0,0%,23%,1.00);	
	}

.titre1{
	color: #e2004a;
	font-variant: small-caps;
	text-align: left;
	text-shadow: 0px 0px;
	font-size: 2em;
	text-decoration: none;
	font-family: "dinc light";
}
#titre_act{
	color: #721446;
	text-align: left;
	text-shadow: 0px 0px;
	font-size: 1.5em;
	text-decoration: none;
	font-family: "dinc light";
}

.texte_blanc{
	color: #FFFFFF;
	}

.lien1 {
	color: #E9E9E9;
	font-size: 1.3em;
	}
.lien2 {
	color: #FFFFFF;
	font-size: 1.1em;
	}
.lien3 {
	color: #C7C7C7;
	font-size: 1.4em;
	}
.lien4 {
	color: #F7F7F7;
	font-size: 1.6em;
	}
.bouton{
	text-align: center;
	margin-left: 0px;
	border-radius: 2px;
	font-size: 110%;
	color: #FFFFFF;
	border: 1px solid hsla(0,0%,71%,1.00);
	font-style: oblique;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 0px;
}
.bouton, .bouton:active {
	
	background-color: #FFFFFF;
	-webkit-box-shadow: 2px 2px 3px hsla(0,0%,42%,1.00);
	box-shadow: 2px 2px 3px hsla(0,0%,42%,1.00);
	color: #9E0053;
}
.bouton {
	box-shadow: 0 0 1px rgba( 0, 0, 0, 0.2), 0 -1px 0 rgba( 255, 255, 255, 0.1);
	text-shadow: 0px 1px 0px rgba( 255, 255, 255, 0.3);
}
.bouton:hover {
	background: #555;
	
	background-color: #DBDBDB;
	color: #000000;
}
.bouton:active{
	box-shadow: 1px 1px 10px #000 inset, 0 1px 0 rgba( 255, 255, 255, 0.4);
}

.text_mauve{
	color: #721446;
}


/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
	clear: none;
	float: none;
}
#div1 {
	display: none;
}
#logo {
	width: 100%;
	text-align: center;
}
#logo:hover{

}
#cours {
	width: 95%;
	clear: both;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
	color: #F1F1F1;
	text-align: justify;
	background-color: #9c0053;
	margin-top: 2%;
}
#cours:hover{
	background-color: #e2004a;
}
#ateliers {
	width: 95%;
	clear: both;
	margin-left: 0;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
	color: #FBFBFB;
	text-align: justify;
	background-color: #9c0053;
	margin-top: 2%;
}
#ateliers:hover{
	background-color: #e2004a;
}
#stages {
	width: 95%;
	clear: both;
	margin-left: 0;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
	color: #FBFBFB;
	text-align: justify;
	background-color: #9c0053;
	margin-top: 2%;
}
#stages:hover{
	background-color: #e2004a;
}
#conferences {
	width: 95%;
	clear: both;
	margin-left: 0;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
	color: #FBFBFB;
	text-align: justify;
	background-color: #9c0053;
	margin-top: 2%;
}
#conferences:hover{
	background-color: #e2004a;

}
#individuelle {
	width: 95%;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
	text-align: justify;
	color: #FBFBFB;
	background-color: #e2004a;
	margin-top: 2%;
}
#individuelle:hover{
	background-color: #9c0053;
}

#img_equipe {
	width: 100%;
	clear: both;
	margin-left: 0;
	background-color: #e3004a;
}
#banniere {
	margin-top: 5px;

}
#sous_menu {
	margin-top: 10px;
}
#sm1 {
	width: 21.0526%;
	float: right;
	margin-left: 5.2631%;
	display: none;

}

#sm2 {
	width: 21.0526%;
	margin-left: 5.2631%;
	clear: none;
	float: right;

}

#sm3 {
	width: 21.0526%;
	clear: none;
	margin-left: 5.2631%;
	float: right;
}

#sm4 {
	width: 21.0526%;
	clear: none;
	float: right;

}

#sm5 {
}

#contenu_banniere {
}
#logo2 {
	width: 100%;
	background-color: #e3004a;
}
#cabecara {
	background-color: #FFFFFF;
}
#logo_b {
width: 100%;
}
#sous_menu2 {
	width: 100%;
	clear: both;
	margin-left: 0;
	margin-bottom: 10px;
}
#m1 {
	width: 100%;
	margin-left: 0;
	background-color: #e2004a;
	margin-bottom: 2%;
	height: 100px;
}
#m1:hover{
	background-color: #9E0054;

}
#m2 {
	width: 100%;
	margin-left: 0;
	background-color: #e2004a;
	margin-bottom: 2%;
	height: 100px;
}
#m2:hover{
	background-color: #9c0053;

}
#m3 {
	width: 100%;
	margin-left: 0;
	background-color: #e2004a;
	margin-bottom: 2%;
	height: 100px;
}
#m3:hover{
	background-color: #9c0053;

}
#m4 {
	width: 100%;
	margin-left: 0;
	background-color: #e2004a;
	margin-bottom: 2%;
	height: 100px;
}
#m4:hover{
	background-color: #9c0053;

}
#m5 {
	width: 100%;
	margin-left: 0;
	background-color: #e2004a;
	margin-bottom: 2%;
	height: 100px;
}
#m5:hover{
	background-color: #9c0053;

}
#menu_principale {
	width: 100%;
	clear: both;
	margin-left: 0;
	color: #FFFFFF;
	font-variant: small-caps;
	text-align: center;
	font-size: 2.5em;
	font-family: "Arista light";
}
#contenu {
	margin-top: 5%;
}
#ecole {
	border: 2px solid #e3004a;
	width: 100%;
}
#drogou {
	width: 100%;
	clear: both;
	margin-left: 0;
	border: 2px solid #e3004a;
	margin-top: 20px;
}
#bloc {
	margin-top: 2%;
	margin-bottom: 2%;
	background-color: #F3F3F3;
	width: 100%;
	margin-left: 0;
	clear: both;
}
#jour {
	padding-left: 2%;
	padding-right: 2%;
	color: #721446;
	width: 46%;
	margin-left: 0;
	margin-top: 1%;
	margin-bottom: 1%;
}
#discipline {
	padding-left: 2%;
	padding-right: 2%;
	width: 46%;
	clear: none;
	margin-left: 0px;
	margin-top: 1%;
	margin-bottom: 1%;
}
#intervenant {
	text-align: center;
	width: 98%;
	clear: both;
	margin-left: 0;
}
#titre {
	color: #FFFFFF;
	
	text-align: center;
	text-shadow: 0px 0px;
	font-size: 3em;
	text-decoration: none;
	padding-right: 2%;
	border-radius: 5px;
	margin-bottom: 15px;

	font-family: 
; 	font-family: "Arista light";
}
#titre2 {
	color: #000000;
	font-variant: small-caps;
	text-align: right;
	text-shadow: 0px 0px;
	font-size: 2em;
	text-decoration: none;
	padding-right: 2%;
	
}
#titre_page {
	width: 100%;
	text-align: center;
	color: #9E0054;
	font-size: 2em;
}
#img_salle {
	width: 100%;
	display: none;
}
#texte_intro {
	width: 90%;
	text-align: right;
	margin-top: 2%;
	border-top: 1px solid #9c0053;
	padding-right: 10%;
	background-image: url(image/galets-zen2.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#img_salle2 {
width: 100%;
clear: both;
margin-left: 0;
}
#activites {
	width: 100%;
	background-color: #FFFFFF;
	text-align: justify;
}
#pied1 {
	text-align: left;
	width: 100%;
}
#texte_activite {
	font-family: "dinc light";
	font-size: 1.3em;
}
#image_salle {
	text-align: center;
	width: 100%;
	margin-left: 0;
	clear: both;
}
#bloc_gauche {
width: 100%;
}
#bloc_droit {
	width: 96%;
	clear: both;
	margin-left: 0;
	border: 1px solid #E2004A;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
	text-align: justify;
}
#img_1 {
	width: 100%;
	margin-left: 0;
	text-align: center;
}
#adress_web {
width: 100%;
margin-left: 0;
clear: both;
}
#tarifs {
	width: 100%;
	margin-left: 0;
	clear: both;
	float: none;
	
}
#imag_2 {
	width: 100%;
	margin-left: 0;
	clear: both;
	text-align: center;
	margin-top: 5%;
}
#img_3 {
	width: 100%;
	margin-left: 0;
	clear: both;
	text-align: left;
	margin-top: 5%;
}
#texte_adresse {
	font-style: normal;
	color: #e2004a;
	width: 100%;
	margin-left: 0;
	font-variant: small-caps;
	font-size: 1.2em;
}
#titre_tarifs {
	color: #e2004a;
	font-variant: small-caps;
	font-size: 1.2em;
	width: 100%;
	margin-left: 0;
	margin-top: 10%;
}
#horaires {
}
#conference {
	border: 2px solid #e3004a;
	
}
#salle_conferences {
width: 100%;
}
#description_conference {
	width: 100%;
	clear: both;
	margin-left: 0;
}
#bloc_conference {
	background-color: #EDEDED;
	margin-bottom: 4%;
}
#conf_principale {

}
#descr_conference {
	padding-top: 1%;
	padding-right: 2%;
	padding-bottom: 1%;
	padding-left: 2%;
	width: 96%;
}
#date_conf {
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
	width: 45.3684%;
}
#img_conf {
	width: 45.3684%;
	margin-left: 5.2631%;
	clear: none;
}
#titre_conferences {
	color: #e2004a;
	
	text-align: left;
	text-shadow: 0px 0px;
	font-size: 1.5em;
	text-decoration: none;
	font-family: "dinc light";
}
#prochain_cours_escole {
	width: 100%;
	font-size: 0.5em;
	color: hsla(0,0%,23%,1.00) !important;
}
#prochain_cours {
}
#prochain_cours_drogou {
width: 100%;
clear: both;
margin-left: 0;
}
#adresse {
	text-align: right;
	padding-right: 2%;
	font-size: 1.5em;
	color: #e2004a;
	width: 98%;
}
#texte_intro2 {
	background-image: url(image/galets-zen2.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 10%;
	width: 90%;
	text-align: right;

}
#plan {
	margin-bottom: 8%;
}
#infos_salle {
	margin-bottom: 2%;
}
#qui_sommes_nous {
width: 100%;
}
#liste_intervenant {
	width: 100%;
	clear: both;
	margin-left: 0;
	border: 2px solid #F00752;
	margin-top: 2%;
}
#bloc_intervenant {
	background-color: #F3F3F3;
	margin-bottom: 5%;
}
#img2_intervenant {
	width: 40%;
}
#nom_intervenant {
	color: #F00752;
	width: 100%;
	margin-left: 0;
	margin-top: 10px;
	margin-bottom: 10px;
}
#discipline_intervenenant {
width: 100%;
margin-left: 0;
}
#descrip_intervenant {
	width: 58%;
	clear: none;
	margin-left: 2%;
}
.parking {
	color: #E2004A;
	font-family: Arial;
	font-size: 16px;
	font-variant: normal;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 96%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
	display: none;
}
#logo {
	width: 100%;
	margin-top: 0%;
}
#cours {
	width: 45%;
	clear: both;
	height: 270px;
	background-position: left bottom;
	background-repeat: no-repeat;
}
#ateliers {
	clear: both;
	margin-left: 0;
	width: 45%;
	height: 270px;
	background-position: left bottom;
	background-repeat: no-repeat;
}
#stages {
	width: 45%;
	clear: none;
	margin-left: 1%;
	height: 270px;
	background-position: left bottom;
	background-repeat: no-repeat;
}
#conferences {
	clear: none;
	margin-left: 1%;
	width: 45%;
	height: 270px;
	background-position: left bottom;
	background-repeat: no-repeat;
}
#img_equipe {
	width: 61.5384%;
	margin-left: 2.5641%;
	clear: none;
	background-color: #FFFFFF;
}
#banniere {
	margin-top: 20px;
}
#sous_menu {
}
#sm1 {
	width: 10.2564%;
	float: right;
	margin-left: 2.5641%;

}
#sm2 {
	width: 10.2564%;
	clear: none;
	float: right;
	margin-left: 2.5641%;

}
#sm3 {
	width: 10.2564%;
	margin-left: 2.5641%;
	clear: none;
	float: right;

}
#sm4 {
	width: 10.2564%;
	clear: none;
	float: right;

	margin-left: 0;

}
#sm5 {
}
#individuelle {
	margin-left: 0;
	width: 95%;
	margin-top: 1%;
	background-position: left bottom;
	background-repeat: no-repeat;
}
#contenu_banniere {
}
#logo2 {
width: 35.8974%;
}
#cabecara {
	z-index: 999;
}
#logo_b {
	width: 100%;
	text-align: center;
}
#sous_menu2 {
width: 100%;
clear: both;
margin-left: 0;
}
#m1 {
	width: 33%;
	margin-left: 0;
}
#m2 {
	width: 33%;
	margin-left: 1%;
	clear: none;
}
#m3 {
	width: 32%;
	margin-left: 1%;
	clear: none;
}
#m4 {
	width: 50%;
	margin-left: 0;
}
#m5 {
	width: 49%;
	margin-left: 1%;
	clear: none;
}
#menu_principale {
	width: 100%;
	clear: both;
	margin-left: 0;
	color: #FFFFFF;
	font-variant: small-caps;
	text-align: center;
	font-size: 2em;
	z-index: 999;
}
#contenu {
}
#ecole {

width: 100%;

}
#drogou {
	width: 100%;
	clear: both;
	margin-left: 0;
	margin-top: 20px;
}
#bloc {
width: 100%;
margin-left: 0;
clear: both;
}
#jour {
	width: 36.0769%;
	margin-left: 0;
}
#discipline {
	width: 30.8974%;
	margin-left: 0;
}
#intervenant {
	width: 23.0769%;
	clear: none;
}
#titre {
}
#titre_page {
	width: 100%;
	text-align: left;
}
#img_salle {
	width: 100%;
	display: none;
}
#texte_intro {
	width: 90%;
}
#img_salle2 {
width: 100%;
clear: both;
margin-left: 0;
}
#activites {
width: 100%;
}
#pied1 {
width: 100%;
}
#texte_activite {
}
#image_salle {
width: 100%;
margin-left: 0;
clear: both;
}
#bloc_gauche {
width: 100%;
}
#bloc_droit {
	width: 96%;
	clear: both;
	margin-left: 0;
}
#img_1 {
	width: 35.8974%;
	margin-left: 0;
	text-align: left;
}
#adress_web {
width: 61.5384%;
margin-left: 2.5641%;
clear: none;
}
#tarifs {
	width: 61.5384%;
	margin-left: 2.5641%;
	clear: both;
}
#imag_2 {
	width: 48.7179%;
	margin-top: 10%;
	text-align: left;
}
#img_3 {
	width: 48.7179%;
	margin-left: 2.5641%;
	display: block;
	clear: none;
	margin-top: 10%;
	text-align: left;
}
#texte_adresse {
width: 100%;
margin-left: 0;
}
#titre_tarifs {
	margin-left: 0;
	margin-top: 1%;
}
#horaires {
}
#conference {
	padding-top: 3%;
	width: 99%;
}
#salle_conferences {
width: 100%;
}
#description_conference {
	width: 96%;
	clear: both;
	margin-left: 0;
	padding-left: 2%;
	padding-right: 2%;
	margin-bottom: 3%;
}
#bloc_conference {
	margin-bottom: 3%;
}
#conf_principale {
}
#descr_conference {
	width: 96%;
}
#date_conf {
	width: 50%;
}
#img_conf {
	width: 30%;
	clear: none;
	float: right;
	margin-left: 0;
}
#titre_conferences {

}
#prochain_cours_escole {
	width: 46.7179%;
	float: right;
	margin-top: 4%;
	text-align: right;
	padding-right: 2%;
}
#prochain_cours {
}
#prochain_cours_drogou {
width: 100%;
clear: both;
margin-left: 0;
}
#adresse {
}
#texte_intro2 {
	background-image: url(image/galets-zen2.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 7%;
	width: 93%;

}
#plan {
}
#infos_salle {
}
#qui_sommes_nous {
width: 100%;
}
#liste_intervenant {
width: 100%;
clear: both;
margin-left: 0;
}
#bloc_intervenant {
	width: 50%;
	clear: none;
}
#img2_intervenant {
	width: 50%;
}
#nom_intervenant {
width: 100%;
margin-left: 0;
}
#discipline_intervenenant {
width: 100%;
margin-left: 0;
}
#descrip_intervenant {
	margin-left: 1px;

}
.parking {
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 96%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
	margin-top: 40px;
	display: none;
}
#logo {
	width: 32.2033%;
	margin-top: 0.6%;
}
#cours {
	width: 45%;
	clear: none;
	margin-top: 1%;
	margin-left: 1%;
	height: 190px;
	background-position: left bottom;
	background-repeat: no-repeat;
}
#ateliers {
	width: 45%;
	margin-left: 1%;
	margin-top: 1%;
	height: 190px;
	background-position: left bottom;
	background-repeat: no-repeat;

}
#stages {
	width: 45%;
	clear: none;
	margin-left: 1%;
	margin-top: 1%;
	height: 190px;
	background-position: left bottom;
	background-repeat: no-repeat;
}
#conferences {
	width: 45%;
	clear: none;
	margin-left: 1%;
	margin-top: 1%;
	height: 190px;
	background-position: left bottom;
	background-repeat: no-repeat;

}
#img_equipe {
	width: 100%;
	clear: both;
	margin-left: 0;
	margin-top: 2%;

}
#banniere {
	margin-top: 0px;

}
#sous_menu {
	margin-bottom: 0px;
	margin-top: 0px;
}
#sm1 {
	width: 6.78%;
	float: right;
	margin-left: 1.695%;
	
}
#sm2 {
	width: 6.78%;
	margin-left: 1.6949%;
	float: right;
	clear: none;
	
}
#sm3 {
	width: 6.7796%;
	margin-left: 1.6949%;
	clear: none;
	float: right;
	
}
#sm4 {
	width: 6.7796%;
	margin-left: 1.6949%;
	clear: none;
	float: right;
	
}
#sm5 {
	
}
#individuelle {
	width: 95%;
	height: 160px;
	margin-left: 1%;
	margin-top: 1%;
	background-position: left bottom;
	background-repeat: no-repeat;
}
#contenu_banniere {
	clear: none;
	width: 67.7%;
}
#logo2 {
width: 100%;
}
#cabecara {
	position: fixed;
	max-width: 1232px;
	margin-right: 2%;
}
#logo_b {
width: 23.7288%;
}
#sous_menu2 {
	width: 74.5762%;
	margin-left: 1.6949%;
	clear: none;
	margin-top: 20px;
}
#m1 {
	width: 19%;
	margin-left: 0;
	margin-bottom: 0px;
	background-position: center bottom;
	background-repeat: no-repeat;
}
#m2 {
	width: 19%;
	margin-left: 1%;
	clear: none;
	margin-bottom: 0px;
	background-position: center bottom;
	background-repeat: no-repeat;
}
#m3 {
	width: 19%;
	margin-left: 1%;
	clear: none;
	margin-bottom: 0px;
	background-position: center bottom;
	background-repeat: no-repeat;
}
#m4 {
	width: 19%;
	margin-left: 1%;
	clear: none;
	margin-bottom: 0px;
	background-position: center bottom;
	background-repeat: no-repeat;
}
#m5 {
	width: 19%;
	margin-left: 1%;
	clear: none;
	margin-bottom: 0px;
	background-position: center bottom;
	background-repeat: no-repeat;
}
#menu_principale {
	width: 74.5762%;
	margin-left: 1.6949%;
	clear: none;
	margin-top: 2%;
	color: #FFFFFF;
	font-variant: small-caps;
	text-align: center;
	font-size: 1.8em;
	z-index: 9999;
}
#contenu {
	margin-top: 30%;
}
#ecole {
	width: 48.3%;

}
#drogou {
	margin-left: 2%;
	clear: none;
	margin-top: 0px;
	width: 48.3%;
}
#bloc {
	width: 100%;
	clear: none;

}
#jour {
	width: 40%;
	margin-left: 0;
	padding-top: 1%;
}
#discipline {
	width: 27%;
	clear: none;
	padding-left: 0px;
	padding-top: 0%;
}
#intervenant {
	width: 25%;
	clear: none;
}
#titre {
}
#titre_page {
	text-align: left;

}
#img_salle {
	float: right;
	clear: none;
	display: block;
	margin-top: 0%;
	background-repeat: no-repeat;
	background-position: left center;
	height: 112px;
	text-align: right;
	background-image: url(image/salle-bien-etre-brest.jpg);
}
#texte_intro {
	background-image: url(image/galets-zen2.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 7%;
	width: 93%;

}
#texte_intro2 {
	background-image: url(image/galets-zen2.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 7%;
	width: 93%;

}
#img_salle2 {
	width: 66.1016%;
	margin-left: 1.6949%;
	clear: none;
	margin-top: 2%;

}
#activites {

width: 32.2033%;

}
#pied1 {
width: 100%;
}
#texte_activite {
	text-align: left;
}
#image_salle {
	width: 100%;
	clear: none;
}
#bloc_gauche {
width: 23.7288%;
}
#bloc_droit {
	width: 70.1016%;
	margin-left: 1.6949%;
	clear: none;
}
#img_1 {
	width: 100%;
	margin-left: 0;
	text-align: left;
}
#adress_web {
	width: 100%;
	margin-left: 0;
	margin-top: 2%;
	clear: both;
}
#tarifs {
	width: 100%;
	margin-left: 0;
	margin-top: 10%;
	clear: both;
}
#imag_2 {
	width: 100%;
	margin-left: 0;
	margin-top: 10%;
	clear: both;
	text-align: left;
}
#img_3 {
	width: 100%;
	margin-left: 0;
	margin-top: 10%;
	display: block;
	clear: both;
	text-align: left;
}
#texte_adresse {
width: 100%;
margin-left: 0;
}
#titre_tarifs {
width: 100%;
margin-left: 0;
}
#horaires {
}
#conference {
	width: 99.5%;
}
#salle_conferences {
width: 40.6779%;
}
#description_conference {
	width: 56.1271%;
	clear: none;
	padding-left: 1.6949%;
	padding-right: 1.5%;
}
#bloc_conference {
	margin-bottom: 3%;
}
#conf_principale {
	margin-bottom: 3%;
}
#descr_conference {
	width: 57%;
}
#date_conf {
	width: 20%;
	clear: none;
}
#img_conf {
	width: 15%;
	clear: none;
	padding-top: 1%;
	padding-bottom: 1%;
	margin-left: 0;
}
#titre_conferences {
}
#prochain_cours_escole {
	width: 45.1525%;
	display: block;
	text-align: right;
	padding-right: 2%;
	float: right;
	margin-top: 4%;
	color: hsla(0,0%,23%,1.00) !important;
}
#prochain_cours {
}
#prochain_cours_drogou {
	width: 49.1525%;
	margin-left: 1.6949%;
	clear: none;
	display: block;
	text-align: right;
}
#adresse {
}
#plan {
}
#infos_salle {
}
#qui_sommes_nous {
width: 66.1016%;
}
#liste_intervenant {
	width: 31.2033%;
	margin-left: 1.6949%;
	clear: none;
}
#bloc_intervenant {
	clear: both;
	width: 100%;

}
#img2_intervenant {
	width: 23%;
}
#nom_intervenant {
width: 100%;
margin-left: 0;
}
#discipline_intervenenant {
width: 100%;
margin-left: 0;
}
#descrip_intervenant {
	width: 70%;
	margin-left: 5.2631%;
	clear: none;
}
.parking {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
