/* Site FCSS (CMU) */
body {
	background-color: #F6F6F6;
	margin: 0px;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
}
.txtCoul1 {
	color: #F60;
}
/* Le bloc qui englobe et centre l'ensemble du site */
#container {
	width: 980px;
	position: relative;
	margin: 0px auto;
	text-align: left;
	background-color: #FFF;
}
/* Contient les ombres ou décors gauche et droite et la couleur de fond de toute la page */
#fond {
	width: 980px;
	background-color: #FFF;
	float: left;
	margin: 0px;
	padding: 0px;
}
#header {
	left: 0px;
	top: 0px;
	position: relative;
	margin: 0px;
	padding: 0px;
	height: 120px;
	background-image: url(../images/tete.png);
	background-repeat: no-repeat;
}
/* Page d'accueil */
#headerAccueil {
	left: 0px;
	top: 0px;
	position: relative;
	margin: 0px;
	padding: 0px;
	height: 270px;
	background: url(../images/tete_accueil.jpg) no-repeat;
}
#messageTeteAccueil {
	font-size: 10px;
	line-height: 13px;
	color: #FFF;
	font-weight: bold;
	padding: 18px 150px 0px 170px;
}
#pageAccueil {
	font-size: 13px;
	color: #333;
	float: left;
	margin: 0px;
	padding: 0px 0px 20px;
	position: relative;
}
#boiteBlocsAccueil {
	margin: 0px;
	padding: 20px 0px 0px 20px;
	float: left;
	width: 670px;
}
#boiteBlocsAccueil p {
	margin: 0px;
	padding: 0px;
}
#boiteBlocsAccueil a {
	color: #FFF;
}
.colBlocAccueil {
	float: left;
	width: 335px;
}
#blocAccueil1, #blocAccueil2, #blocAccueil3, #blocAccueil4 {
	min-height: 150px;
	width: 315px;
	font-size: 18px;
	line-height: 22px;
	color: #FFF;
	padding: 0px;
	margin: 0px 20px 20px 0px;
}
#blocAccueil1 {
	background: #FFA733;
}
#blocAccueil2 {
	background: #33AEC9;
}
#blocAccueil3 {
	background: #9781B5;
}
#blocAccueil4 {
	background: #ABCB3D;
}
#blocAccueilTitre1, #blocAccueilTitre2, #blocAccueilTitre3, #blocAccueilTitre4 {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	padding: 6px 15px 6px 70px;
	border-bottom: 1px solid #FFF;
	background: no-repeat;
	margin: 0px;
	min-height: 40px;
}
#blocAccueilTitre1 {
	background: url(../images/bloc_accueil-1.png) no-repeat;
}
#blocAccueilTitre2 {
	background: url(../images/bloc_accueil-2.png) no-repeat;
}
#blocAccueilTitre3 {
	background: url(../images/bloc_accueil-3.png) no-repeat;
}
#blocAccueilTitre4 {
	background: url(../images/bloc_accueil-4.png) no-repeat;
}
.blocAccueilTexte {
	font-size: 13px;
	padding: 10px 15px;
	line-height: 17px;
}
#accueilCartouche {
	margin: 0px 20px 0px 0px;
	padding: 10px 0px;
	clear: left;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
#accueilCartouche a {
	color: #333;
}
.enveloppe_infos_accueil {
	overflow: hidden;
	margin: 20px 0px 0px;
}
.info_accueil {
	margin: 0px 20px 20px 0px;
	padding: 10px 0px 0px;
	float: left;
	height: 88px;
	width: 315px;
	color: #0064A2;
	border-top: 1px solid #0064A2;
	border-bottom: 1px solid #0064A2;
}
#boiteBlocsAccueil .info_accueil a {
	color: #333;
	display: block;
	margin-top: 5px;
}
#accueilCote, #sidebar3 {
	color: #0064A2;
	margin: 0px;
	padding: 20px 20px 30px 0px;
	float: left;
	width: 270px;
}
#accueilCote a, #sidebar3 a {
	color: #333;
}
#sidebar3 {
	padding: 0px 0px 30px 15px;
}
#aLaUne {
	background: url(../images/a_la_une.png) no-repeat;
	margin: 0px;
	padding: 27px 0px 0px;
	/* height: 190px; */
	width: 270px;
	position: relative;
}
#calquePhoto {
	background: #FFF;
	margin: 0px;
	padding: 10px;
	min-height: 50px;
	width: 250px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	/* opacity: 0.7; */
	/* filter: alpha(opacity=70); */
	z-index: 80;
}
#boutonActu a {
	color: #FFF;
	text-decoration: none;
	background: #555;
	padding: 5px;
	position: absolute;
	right: 20px;
	bottom: 20px;
	font-size: 9px;
	display: block;
	z-index: 79;
}
#headerAccueil #rechercheChamp {
	left: 20px;
	bottom: 12px;
	right: auto;
}
/* Fin page d'accueil */
#retour_accueil_logo_2 {
	position: absolute;
	right: 0;
	top: 0;
}
#retour_accueil_logo_2 a {
	display: block;
	width: 140px;
	height: 120px;
	cursor: pointer;
}
#rechercheChamp {
	margin: 0px;
	padding: 0px;
	position: absolute;
	right: 150px;
	bottom: 10px;
	background-image: url(../images/recherche_globale.png);
	background-repeat: no-repeat;
	z-index: 99;
}
#rechercheChamp input {
	font-size: 11px;
	color: #000;
	width: 150px;
	height: 18px;
	margin: 0px 5px 0px 0px;
	padding: 0px 5px;
	background-color: transparent;
	background-image: url(../images/espaceur.gif);
	background-repeat: repeat;
	float: left;
	border: none;
	line-height: 18px;
}
#rechercheChamp #ok {
	float: left;
	margin: 0px;
	font-size: 5px;
	line-height: normal;
	padding: 0px;
	width: 33px;
	height: 26px;
	cursor: pointer;
}
/* Menu principal */
#navibar {
	position: relative;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
}
#navibar ul {
	margin: 0px;
	padding: 10px 0px 0px 10px;
	background-color: #EBEBEB;
	height: 60px;
}
#navibar li {
	list-style-type: none;
	display: inline;
}
#navibar li a {
	color: #000;
	margin: 0px 6px 0px 0px;
	padding: 8px 5px 0px 10px;
	text-decoration: none;
	height: 42px;
	float: left;
	width: 140px;
	font-size: 12px;
	font-weight: bold;
	background-image: url(../images/pattern_menu.png);
	background-repeat: repeat-x;
	line-height: 16px;
}
#navibar li a:hover {
	background-image: url(../images/pattern_menu-over.png);
	background-repeat: repeat-x;
	color: #FFF;
}
#navibar li a.open {
	background-image: url(../images/pattern_menu-over.png);
	background-repeat: repeat-x;
	color: #FFF;
}
#deroulant {
	position: absolute;
	z-index: 98;
	left: 0px;
	top: 190px;
}
#deroulant ul {
	margin: 0px;
	padding: 0px;
	background-color: #EBEBEB;
	height: auto;
	border-right: solid 1px #999;
	border-left: solid 1px #999;
	position: absolute;
	top: 0px;
	visibility: hidden;
	z-index: 97;/*box-shadow: #999 2px 2px 5px;*/
}
#deroulant #d1 {
	left: 10px;
}
#deroulant #d2 {
	left: 171px;
}
#deroulant #d3 {
	left: 332px;
}
#deroulant #d4 {
	left: 493px;
}
#deroulant #d5 {
	left: 654px;
}
#deroulant #d6 {
	text-align: right;
	right: -970px;
}
#deroulant li {
	display: block;
	list-style-type: none;
}
#deroulant li a {
	color: #000;
	margin: 0px;
	padding: 5px 10px;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	line-height: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	background-image: none;
	white-space: nowrap;
	height: auto;
	width: auto;
	float: none;
	display: block;
}
#deroulant li a:hover {
	color: #FFF;
	background-color: #FE861F;
}
#page {
	width: 950px;
	margin: 0px 0px 15px;
	padding: 0px 15px;
	color: #666;
	background-repeat: repeat-y;
	float: left;
	font-size: 13px;
	position: relative;
}
#theme1 #page {
	background-image: url(../images/pattern1_page.gif);
}
#theme2 #page {
	background-image: url(../images/pattern2_page.gif);
}
#barrePage {
	font-size: 11px;
	margin: 0px;
	padding: 25px 0px 0px 15px;
	height: 25px;
	background-image: url(../images/barre_chemin.png);
	background-repeat: no-repeat;
	position: relative;
	color: #09C;
	background-position: -15px;
	text-transform: uppercase;
}
#chemin a {
	color: #666;
	text-decoration: none;
}
#btnImprimerEtc {
	position: absolute;
	right: 15px;
	top: 20px;
	height: 25px;
	z-index: 70;
}
#agrandir, #reduire {
	cursor: pointer;
}
#page p {
	margin: 0px 0px 10px;
}
#page h1 {
	font-size: 1.69em;
	font-weight: bold;
	color: #444;
	margin: 10px 0px;
	padding: 0px;
}
#page h2 {
	color: #369;
	font-size: 1.38em;
	margin: 0px;
	padding: 5px 0px;
	font-weight: bold;
}
#page h3 {
	font-size: 13px;
	font-weight: bold;
	color: #F60;
	padding: 0px;
	margin: 8px 0px 5px;
}
/* Colonne de gauche */
#sidebar1 {
	margin: 0px;
	padding: 20px 0px 15px 0px;
	float: left;
	width: 185px;
}
#rechercheActuChamp {
	margin: 0px 0px 15px;
	padding: 0px;
	background-image: url(../images/recherche_actu.png);
	background-repeat: no-repeat;
	height: 25px;
	font-size: 1em;
}
#rechercheActuChamp input {
	font-size: 0.84em;
	color: #000;
	width: 140px;
	height: 18px;
	margin: 0px 5px 0px 0px;
	padding: 0px 5px;
	background-color: transparent;
	background-image: url(../images/espaceur.gif);
	background-repeat: repeat;
	float: left;
	border: none;
	line-height: 18px;
}
#rechercheActuChamp #ok {
	float: left;
	margin: 0px;
	font-size: 0.38em;
	line-height: normal;
	padding: 0px;
	width: 30px;
	height: 25px;
	cursor: pointer;
}
#menuAdjacent ul, #menuAdjacent li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menuAdjacent a {
	color: #888;
	text-decoration: none;
	margin: 0px;
	padding: 10px 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #777;
	display: block;
	font-size: 0.93em;
}
#menuAdjacent a.open {
	color: #000;
}
#menuAdjacent a:hover {
	color: #000;
	text-decoration: none;
}
/* Colonne principale */
#main {
	float: left;
	padding: 20px 30px 0px;
	background-image: url(../images/coin_page.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #FFF;
	min-height: 300px;
	_height: 300px;
}
.mainLargeurNormale {
	width: 520px;
}
.mainLargeurGrande {
	width: 590px;
}
#main .filetH {
	background-color: #CCC;
	margin: 15px 0px;
	height: 1px;
	clear: both;
}
#main .filetH hr {
	display: none;
}
#main a {
	color: #333;
}
#main a[href^="http://"]:before, .lienPicto a[href^="http://"]:before {
 content: url(../images/lien_externe.gif);
 padding-right: 5px;
 vertical-align: middle;
}
#main a:before, .lienPicto a:before {
	content: url(../images/picto_play.png);
	padding-right: 5px;
	vertical-align: middle;
}
.lienPictoAlter a:before {
	content: url(../images/picto_play_blanc.png);
	padding-right: 5px;
	vertical-align: middle;
}
#main .lienSansPicto a:before, .lienSansPicto a:before {
	content: none;
	padding: 0px;
}
#main ul {
	padding: 0px 0px 0.23em 10px;
	margin: 0px 0px 0px 25px;
}
#main li {
	font-size: 1em;
	font-weight: normal;
	margin: 0px 0px 0.23em;
	padding: 0px;
}

table.maintable {
	border:1px solid #cccccc;
	border-collapse:collapse;
	margin:auto;
	background-color: #ffffff;
}
.maintable th {
	border:1px solid #cccccc;
	font-weight: bold;
	padding:5px;
}
.maintable td {
	border:1px solid #cccccc;
	padding:5px;
}

/*
.maintable th:first-child:empty { background-color: #ffffff; }
.maintable th.scopecol:nth-child(even) {
	color: #FFF;
	background-color: #22A8C3;
}
.maintable th.scopecol:nth-child(odd) {
	color: #FFF;
	background-color: #77B1C6;
}
.maintable th.scoperow {
	background-color: #ECECEC;
}
.maintable td:nth-child(even) { background-color: #BBDCE8; }
.maintable td:nth-child(odd) { background-color: #DBEBF1; }
.maintable td { background-color: #DBEBF1; }
.maintable th:first-child:empty { background-color: transparent; }
.maintable td:first-child:empty { background-color: transparent; }
*/


/* non  utilise
.tableau2 td {
	font-size: 0.77em;
	border-right: 1px solid #069;
	border-bottom: 1px solid #069;
	border-top-style: none;
	border-left-style: none;
	padding: 5px;
}
*/
.tableau3 td {
	font-size: 0.77em;
}
.tableau3 a {
	color: #333;
	text-decoration: none;
}
#form1 {
	text-align: right;
}
#form1 input {
	margin: 10px 0px 0px;
	padding: 4px 7px;
	font-size: 1em;
	width: 350px;
}
#form1 select {
	margin: 10px 0px 0px;
	font-size: 1em;
	width: 367px;
	padding: 4px 0px;
}




/* bloc de connexion (login/password) */
.div_connexion form {
	margin-top: 15px;
}
.div_connexion .div_identifiant, .div_connexion .div_motdepasse {
	clear: left;
	margin: 30px 0px;
	height: 10px;
}
.div_connexion input {
	margin: 0px;
	padding: 4px;
	font-size: 1em;
	width: 14.6em;
}
.div_connexion label {
	background-image: url(../images/cartouche_fleche.png);
	background-repeat: no-repeat;
	height: 33px;
	width: 130px;
	display: block;
	float: left;
	line-height: 28px;
	padding: 0px 5px 0px 10px;
	font-size: 13px;
}
.div_connexion .div_bouton {
	clear: left;
	margin-top: 30px;
}
.div_connexion .div_bouton input {
	background: #7EB749;
	border-style: none;
	font-weight: bold;
	color: #FFF;
	padding-right: 25px;
	padding-left: 25px;
	width: auto;
	cursor: pointer;
}
.bouton_membres {
	float: left;
	background: #7EB749;
	border-style: none;
	font-weight: bold;
	color: #FFF;
	width: auto;
	cursor: pointer;
  font-size: 1em;
  margin: 10px 0 0 100px;
	padding: 4px 25px;
	font-size: 1em;
}
.checkbox_supprimer {
	float: left;
  margin: 15px 0 0 5px;
}

.form_membres {
	text-align: right;
}
#form_membres input {
	margin: 10px 0px 0px;
	padding: 4px 7px;
	font-size: 1em;
}
#form1 #bouton {
	background: #7EB749;
	border-style: none;
	font-weight: bold;
	color: #FFF;
	padding-right: 25px;
	padding-left: 25px;
	width: auto;
	cursor: pointer;
}

#main .btnContact a {
	color: #FFF;
	text-decoration: none;
	background-color: #9C9E9F;
	display: block;
	padding: 4px 10px 4px 5px;
	float: right;
	margin: 10px 0px 0px 10px;
	font-weight: bold;
}
#listeCAM table {
	font-size: 12px;
	color: #666666;
}
#listeCAM table td {
	margin: 0px;
	padding: 10px 15px 10px 0px;
}
#listeCAM table .intervalle {
	padding: 0px;
}
#main #listeCAM a:before {
	content: none;
	padding: 0px;
}

#form1 .listeContactsInput {
	width: 300px;
}
#main #listeContacts a:before {
	content: none;
	padding: 0px;
}


.surlignage p {
	background-color: #EDF5F8;
	padding: 5px 10px;
}
#main a.surlignage {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #71B22E;
	display: block;
	padding: 5px 10px;
	margin: 0px 0px 10px;
}
#actualites_liste_court a {
	color: #333;
}
#actualites_liste img {
	vertical-align: bottom;
	float: left;
	margin: 0px 10px 10px 0px;
	border: 1px solid #bbbbbb;
}
/* Colonne de droite */
#sidebar2 {
	float: left;
	padding: 20px 7px 15px 15px;
	margin: 0px;
	font-size: 11px;
	color: #000;
	line-height: 14px;
}
#photoDecor {
	height: 155px;
	width: 155px;
}
#photoDecor img {
	border-radius: 10px;
	border-style: none;
}
.btnPDF a {
	background-image: url(../images/bouton_pdf.png);
	height: 72px;
	width: 93px;
	margin: 15px 0px 0px;
	padding: 11px 15px 0px 55px;
	overflow: hidden;
	background-repeat: no-repeat;
	font-size: 11px;
	font-weight: bold;
	display: block;
	color: #000;
	text-decoration: none;
	line-height: 13px;
}
.btnUK a {
	height: 62px;
	width: 85px;
	margin: 15px 0px 0px;
	padding: 11px 16px 0px 62px;
	overflow: hidden;
	font-size: 11px;
	font-weight: bold;
	display: block;
	color: #000;
	text-decoration: none;
	line-height: 13px;
	background: url(../images/bouton_uk1.png) no-repeat;
}
.btnOrdinaire a {
	height: 58px;
	width: 135px;
	margin: 15px 0px 0px;
	padding: 15px 18px 0px 10px;
	overflow: hidden;
	font-size: 11px;
	font-weight: bold;
	display: block;
	color: #000;
	text-decoration: none;
	line-height: 13px;
	background: url(../images/bouton_ordinaire.png) no-repeat;
}
.cartouchePerso {
	background-color: #FFF;
	padding: 10px;
	width: 135px;
	border-radius: 5px;
	box-shadow: #999 2px 2px 5px;
	margin-bottom: 1em;
}
.cartouchePerso a {
	color: #000;
	text-decoration: none;
}
.cartouchePerso a:hover {
	text-decoration: underline;
}
.cartouchePerso a.deconnexion {
	color: #999;
}
.cartouchePerso a.deconnexion:hover {
	text-decoration: none;
}
/* Bloc pied */
#footer {
	width: 920px;
	margin: 0px;
	padding: 20px 10px 20px 50px;
	color: #FFF;
	font-size: 11px;
	background-color: #006382;
	background-repeat: repeat;
	position: relative;
	float: left;
	background-image: url(../images/pattern_hachures.gif);
	font-weight: bold;
}
#footer a {
	color: #8BE2CD;
	text-decoration: none;
}
#footer a:hover {
	color: #FFF;
	text-decoration: none;
}
#footer ul {
	margin: 0px 20px 0px 0px;
	padding: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	width: 230px;
	float: left;
}
#footer li {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 15px;
}
#espacePresse {
	float: right;
	margin: 0px;
	padding: 0px;
	height: 34px;
	width: 135px;
}
/* InfoBulle */
#main a.tooltip:before {
	content: none;
	padding: 0px;
}
#tooltip {
	position: absolute;
	width: 270px;
	padding: 15px;
	background: #E1F2FB;
	border: 1px solid #777;
	font-size: 13px;
	color: #777;
	text-align: left;
	display: none;
	border-radius: 10px;
	box-shadow: #999 2px 2px 5px;
}
a.tooltip {
	text-decoration: none;
	border-bottom: 1px dashed #777;
}


.page_date_maj {
	font-size: 0.5em;
}


/* POPIN */
#popin_data {
	padding: 20px 10px 10px 10px;
}
#popin_titre {
	font-size: larger;
	margin-bottom: 7px;
	background: #FFA733;
	padding: 4px 8px;
	text-align: center;
	color: white;
}
#popin_texte {
	text-align: left;
	padding: 7px;
}
#popin_texte p {
	margin: 4px 0;
	font-weight: normal;
	font-size: 1em;
	line-height: 1em;
}





#contact th {
	text-align: right;
	font-size: smaller;
}
#contact td {
	font-size: smaller;
}
#contact textarea {
	width: 285px;
	height: 96px;
}
#contact input[type=text] {
	width: 285px;
}



.collecte_indicateur table {
	margin-top: 1em;
	margin-bottom: 1em;
	border: 1px solid #bfbfbf;
}
.collecte_indicateur th {
	background-color: #e8e8e8;
	padding: 2px 2px;
}
.message_confirmation {
	border-left: 14px solid green;
	background-color: #eee;
	padding: 1em;
}


/* DEBUT BANDEAU COOKIE RGPD */
#rgpd_ouvrir_banniere {
	cursor: pointer;
	color: #8BE2CD;
	/*
	position: absolute;
	right: 19px;
	bottom: 20px;
	font-size: 1em;
	border: 1px solid #797979;
	padding: 5px 5px;
	line-height: 1.3em;
	text-align: center;
	border-radius: 6px;
	height: 13px;
	width: 115px;
	*/
}
#rgpd_ouvrir_banniere span:hover {
	color: #fff;
}

#rgpd_main {
	z-index: 200;
	position: fixed;
	left: 0;
	bottom: 0;
	display: none;
	width: 100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#rgpd_main_content {
	font-size: 12px;
	display: inline-block;
	text-align: center;
	width: 100%;
	background: #23282d;
	color: white;
	margin-bottom: 3px;
}
#rgpd_texte_intro {
	padding: 1em;
}
#rgpd_texte_intro_titre {
	font-size: larger;
	font-weight: bold;
}
#rgpd_onglets {
	display: none;
}

#rgpd_choix {
	margin-top: 0.4em;
}
#rgpd_choix_ok, #rgpd_choix_reset, #rgpd_choix_fermer_reglage_cookies, #rgpd_choix_fermer_onglets {
	display: inline-block;
	background: #fff;
	color: #23282d;
	margin-bottom: 3px;
	margin-left: 7px;
	padding: 4px 10px;
	text-decoration: none;		
	cursor: pointer;
	border: none;
	border-radius: 3px;
	width: inherit;
	height: inherit;
	font-size: 1.3em;
	text-shadow: none;
	font-weight: normal;
}
#rgpd_choix_savoir_plus {
	display: inline-block;
	cursor: pointer;
	color: white;
	text-decoration: underline;
	font-size: 0.9em;
	margin-left: 3em;
}
#rgpd_choix_savoir_plus:hover {
	text-decoration: none;
}
#rgpd_choix_ok, #rgpd_choix_fermer_reglage_cookies {
	/* background: #008300; VERT */
	background: #00B5D3; /* BLEU */
	color: #fff;
	padding: 5px 10px;
}
#rgpd_choix_ok:hover, #rgpd_choix_fermer_reglage_cookies:hover {
	background: #fff;
	color: black;
}
.bouton_fermer {
	text-align: center;
}

#rgpd_onglets_titre {
	clear: both;
}
#rgpd_onglet1_titre, #rgpd_onglet2_titre {
	box-sizing: border-box;
	width: 50%;
	border: 1px solid #888;
	display: inline-block;
	cursor: pointer;
	padding: 2px 0;
	font-weight: bold;
}
#rgpd_onglet1_titre {
	float: left;
}
#rgpd_onglet2_titre {
	float: right;
}
#rgpd_onglet1_titre.open, #rgpd_onglet2_titre.open {
	background: #fff;
	color: black;
}

#rgpd_onglet1_content, #rgpd_onglet2_content {
	text-align: left;
	padding: 1em;
	clear: both;
}
#rgpd_onglet2_content {
	display: none;
	overflow: auto;
	height: 230px;
	width: 95%;
}
#rgpd_onglet2_content p {
	margin: inherit;
}
#rgpd_onglet2_content ul {
	margin: 0.6em 1em;
}
#rgpd_onglet2_content li {
	margin: 0.2em 0;
}
#rgpd_onglet2_content a {
	color: white;
}
#rgpd_onglet2_content a:hover {
	text-decoration: none;
}

.rgpd_choix_ligne {
	clear: both;
	border-top: 1px solid #999;
	padding-top: 1em;
	padding-bottom: 1em;
}
.rgpd_choix_explication {
	display: inline-block;
	width: 77%;
	float: left;
	margin-bottom: 1em;
}
.rgpd_choix_radios {
	display: inline-block;
	float: left;
	width: 23%;
	margin-top: -5px;
	margin-bottom: 0.5em;
}
.rgpd_choix_radios label {
	display: inline;
	white-space: pre;
	cursor: pointer;
}

/*
@media only screen and (min-width: 740px) and (max-width: 980px) {
}
*/

@media only screen and (min-width: 680px) {
	#rgpd_main_content {
		width: 600px;
	}
}
/* FIN BANDEAU COOKIE RGPD */
