/* RÉINITIALISATION DES ÉLÉMENTS
--------------------------------------------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,abbr,acronym{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
ol,ul{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}
a:active,object,embed{outline:none;}

/* BODY ET HTML
--------------------------------------------------------------------------------------- */

body {
	background: #FFF;
	color: #000;
	font-size: 12px;
	line-height: 150%;
	font-family: Helvetica, Arial, sans-serif;
	text-align: left;
}
html{}

/* TEXTES ET HYPERLIENS GLOBAUX
--------------------------------------------------------------------------------------- */

@font-face {
    font-family: 'HelveticaNeueLTStd65Medium';
    src: url('inc/font/helveticaneueltstd-md-webfont.eot');
    src: url('inc/font/helveticaneueltstd-md-webfont.eot?#iefix') format('embedded-opentype'),
         url('inc/font/helveticaneueltstd-md-webfont.woff') format('woff'),
         url('inc/font/helveticaneueltstd-md-webfont.ttf') format('truetype'),
         url('inc/font/helveticaneueltstd-md-webfont.svg#HelveticaNeueLTStd65Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueLTStd55Roman';
    src: url('inc/font/helveticaneueltstd-roman-webfont.eot');
    src: url('inc/font/helveticaneueltstd-roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('inc/font/helveticaneueltstd-roman-webfont.woff') format('woff'),
         url('inc/font/helveticaneueltstd-roman-webfont.ttf') format('truetype'),
         url('inc/font/helveticaneueltstd-roman-webfont.svg#HelveticaNeueLTStd55Roman') format('svg');
    font-weight: normal;
    font-style: normal;
}

a, a:link, a:visited, a:active{color:#034B94;}
a:hover, a:focus{ text-decoration:none; }

h1{ border-bottom: 1px solid #E1E1E1; color:#000; font-family: 'HelveticaNeueLTStd55Roman'; font-size:18px; font-weight: normal; margin-bottom:10px; padding-bottom: 8px; }
h1 a, h1 a:link, h1 a:visited{text-decoration:none;}

h2{color:#000; font-size:15px; margin-bottom:4px;}
h2 a, h2 a:link, h2 a:visited{ color:#000; text-decoration:none;}

#contenu ul li, #contenu ol ul li{list-style: disc; margin-left:16px;}
#contenu ul ul li{list-style:circle;}
#contenu ol li, #contenu ul ol li{list-style:decimal; margin-left:23px;}
#contenu ol ol li{list-style:lower-alpha;}

.textePetit{font-size:10px;}

/* FORMULAIRES
--------------------------------------------------------------------------------------- */
fieldset{border:1px solid #E1E1E1; font-size: 11px; margin-bottom:10px; padding:5px;}
fieldset legend{border: 1px solid #E1E1E1; color:#000; font-size:14px; font-weight:bold; padding:3px;}
label{font-size:12px; color:#464243; margin:2px 0; }
label.erreur{color:#cc0000 !important;}
.champTexte{
	border: 1px solid #DFDFDF; 
	color: #464243;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;	
	height: 21px; 
	margin: 5px 0px;
	padding: 2px;
	width: 150px;  
	border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; 
	-moz-box-shadow: inset 0px 0px 3px #ddd; -webkit-box-shadow: inset 0px 0px 3px #ddd; box-shadow: inset 0px 0px 3px #ddd;
}
.listeDeroulante{
	border: 1px solid #DFDFDF; 
	color: #464243;
	font-family: Helvetica, Arial, sans-serif;
	font-size:11px;	
	height: 25px; 
	margin: 5px 0px;
	border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; 
	-moz-box-shadow: inset 0px 0px 3px #ddd; -webkit-box-shadow: inset 0px 0px 3px #ddd; box-shadow: inset 0px 0px 3px #ddd;
}
.boiteTexte{
	border: 1px solid #DFDFDF; 
	color: #464243;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;	
	height: 80px;
	margin: 5px 0px;
	width: 300px;
	border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; 
	-moz-box-shadow: inset 0px 0px 3px #ddd; -webkit-box-shadow: inset 0px 0px 3px #ddd; box-shadow: inset 0px 0px 3px #ddd;
}
.champTexte:focus, .listeDeroulante:focus, .boiteTexte:focus{ }

.btn_envoyer, .bouton, .bouton:link, .bouton:visited, .bouton:active {
	background: url(gx/M/bouton.jpg) no-repeat;
	border: none;
	color: #666;
	cursor: pointer;
	display: block;
	font-weight: bold;
	height: 26px;
	line-height: 26px;
	text-align: center;
	text-decoration: none;
	width: 116px;
}
.bouton:hover, .btn_envoyer:hover { background-position: bottom; }

.bouton2, .bouton2:link, .bouton2:visited, .bouton2:active {
	background: url(gx/M/bouton2.gif) no-repeat;
	border: none;
	color: #666;
	display: block;
	font-weight: bold;
	height: 26px;
	line-height: 26px;
	text-align: center;
	width: 170px;
	text-decoration: none;
}

.champCache{display:none; visibility:hidden;} /* Utilisé pour l'anti-spam */

p.erreur{text-align:center; color:#CC0000; background-color:#FFDDDD; border:1px #CC0000 solid; padding:15px; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px;}
p.succes{text-align:center; color:#4F8A10; background-color:#DFF2BF; border:1px #4F8A10 solid; padding:15px; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px;}
p.conseil{font-size:10px;display:none;}
.erreur{color:#cc0000}

#formulaire { padding: 0px 35px 30px 25px; }
#formulaire .gauche{ width: 300px; margin: 0 0 10px 0; float: left; display: block; }
#formulaire .droite{ width: 280px; margin: 0 0 10px 0; float: right; display: block; }
#formulaire .double{ margin: 0 0 10px 0; }

#formulaire label{ color: #464243; float: left; width: 120px; } 
#formulaire .champs2 label{ width: 200px; } 
#formulaire .champs3 label{ width: auto; } 
#formulaire label span{ font-size: 11px; font-style: italic; }
#formulaire input.input{ border: 1px solid #DFDFDF; height: 21px; padding: 2px;  width: 150px;  border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; -moz-box-shadow: inset 0px 0px 3px #ddd; -webkit-box-shadow: inset 0px 0px 3px #ddd; box-shadow: inset 0px 0px 3px #ddd; }
#formulaire select{ border: 1px solid #DFDFDF; height: 25px; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; }
#formulaire textarea { border: 1px solid #DFDFDF; font-family: Helvetica, Arial, sans-serif; font-size: 12px; height: 80px; padding: 3px; width: 495px;  border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; -moz-box-shadow: inset 0px 0px 3px #ddd; -webkit-box-shadow: inset 0px 0px 3px #ddd; box-shadow: inset 0px 0px 3px #ddd; }

#formulaire .check{ margin: 5px 50px 0 0; float: left; display: block; }
#formulaire .check INPUT { float: right; margin-top: 4px; }
/*#formulaire .check label{ font-size: 11px; display: inline; }*/

/* Icones générales
--------------------------------------------------------------------------------------- */
.lienRSS{background: url(Gx/icone_RSS.gif) no-repeat left;padding:5px 0 5px 20px;}

/* CONTENEURS ET CLASSES GÉNÉRALES
--------------------------------------------------------------------------------------- */
#conteneur{
	margin:0 auto;	
	width: 998px;
	position: relative;
}

#contenu{
	min-height:530px;
	height:auto !important;
	height:530px;
}

.both, .clearBoth{clear:both;}

#coin {
	background: url(gx/M/bg_coin.gif) repeat-x;
	height: 102px;
	position: absolute;
	top: 14px;
	left: 0px;
	width: 50%;
}

#haut {
	background-color: #fff;
	/*background: url(gx/M/bg_haut.png) !important;
	background: #fff;
	-moz-border-radius: 0px 0px 5px 5px; -webkit-border-radius: 0px 0px 5px 5px; border-radius: 0px 0px 5px 5px;
	-moz-box-shadow: 0 0 7px 7px #ddd; -webkit-box-shadow: 0 0 7px 7px #ddd; box-shadow: 0 0 7px 7px #ddd;*/
	height: 91px;
	padding: 10px 15px 15px 15px;
	width: 968px;
	position: relative;
	z-index: 5;
}

#logo { 
	position: absolute;
	top: 14px;
	left: -105px;
	z-index: 0;
}

HR {
	border: 0px;
	border-bottom: 1px solid #5F5F5F;
	clear: both;
	height: 1px;
	margin: 10px 0px;
}

#page {
	float: left;
	margin-top: 20px;
	width: 660px;
}
#pageFull {
	float: left;
	margin-top: 20px;
	width: 986px;
}
#aside {
	float: right;
	margin-top: 20px;
	width: 326px;
}

#texte {
	/*background: url(gx/M/boite2.jpg) no-repeat bottom center;*/
	margin-bottom: 30px;
	padding: 0px 35px 30px 25px;
	width: 590px;
}
#texte P, #texte UL, #texteFull P, #texteFull UL { margin-bottom: 15px; }

#texteFull {
	background: url(gx/M/boite1.jpg) no-repeat bottom center;
	margin-bottom: 30px;
	padding: 0px 35px 30px 25px;
	width: 916px;
}

#page .bordurePhoto {
	border: 1px solid #EFEFEF;
	margin-bottom: 30px;
}

#aside #cta {
	background: url(gx/M/bg_cta.gif) repeat-x;
	border: 1px solid #ccc;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
	-moz-box-shadow: 1px 2px 3px 1px #E0E0E0; -webkit-box-shadow: 1px 2px 3px 1px #E0E0E0; box-shadow: 1px 2px 3px 1px #E0E0E0;
	/*height: 333px;*/
	margin: 20px 0px;
	padding: 10px;
	width: 304px;
}
#aside #cta A, #aside #cta A:link, #aside #cta A:visited, #aside #cta A:active {	margin-bottom: 10px; }
#aside #cta #cta_consultation { margin: 0px 0px 10px 0px; }

#cta #cta_sophia {
	background: url(gx/M/cta_bleu.gif) no-repeat;
	color: #fff;
	display: block;
	font-family: 'HelveticaNeueLTStd55Roman';
	font-size: 23px;
	font-weight: normal;
	height: 55px;
	line-height: 26px;
	margin: 0px !important;
	padding: 10px 15px;
	text-decoration: none;
	text-transform: uppercase;
	overflow: hidden;
	width: 272px;
}
#cta #cta_sophia SPAN { 
	font-family: 'HelveticaNeueLTStd65Medium';
	font-size: 32px; 
	font-weight: normal;
}
#cta #cta_sophia:hover { background-position: bottom left; }


#cta #cta_rdv {
	background: url(gx/M/cta_vert.gif) no-repeat;
	color: #fff;
	display: block;
	font-size: 24px;
	height: 55px;
	line-height: 25px;
	padding: 10px 15px;
	text-decoration: none;
	text-transform: uppercase;
	width: 272px;
}
#cta #cta_rdv SPAN { font-family: 'HelveticaNeueLTStd65Medium'; font-size: 34px; }
#cta #cta_rdv:hover { background-position: bottom left; }

#cta #cta_consultation {
	background: url(gx/M/cta_mauve.gif) no-repeat;
	color: #fff;
	display: block;
	font-size: 18px;
	height: 55px;
	line-height: 18px;
	margin: 0px 35px;
	padding: 10px 15px;
	text-decoration: none;
	text-transform: uppercase;
	width: 272px;
}
#cta #cta_consultation SPAN { font-family: 'HelveticaNeueLTStd65Medium'; font-size: 24px; }
#cta #cta_consultation SUP {
	font-size: 0.6em;
	vertical-align: text-top;
}
#cta #cta_consultation:hover { background-position: bottom left; }

#cta #cta_facebook {
	background: url(gx/M/cta_facebook.gif) no-repeat;
	color: #fff;
	display: block;
	font-family: 'HelveticaNeueLTStd65Medium';
	font-size: 26px;
	font-weight: bold;
	height: 35px;
	line-height: 16px;
	padding: 20px 50px 20px 70px;
	text-decoration: none;
	width: 182px;
}
#cta #cta_facebook SPAN { 
	display: block;
	font-family: 'HelveticaNeueLTStd55Roman';
	font-size: 12px; 
	font-weight: normal;
	padding-top: 8px;
}
#cta #cta_facebook:hover { background-position: bottom left; }

/* MENUS
--------------------------------------------------------------------------------------- */
#menu { float: right; padding: 0px; width: 673px; position: relative; z-index: 5; }
#menu li { display: block; float: left; padding: 0px; margin: 0px; list-style-type: none; }
#menu A, #menu A:link, #menu A:visited, #menu A:active {
	background: url(gx/M/menu.png) no-repeat;
	display: block;
	float: left;
	height: 47px;
	text-indent: -1000px;
	overflow: hidden;
}

#menu #btn_prosante {
	background-position: 0px -1px;
	width: 244px;
}
#menu #btn_prosante:hover { background-position: 0px -50px; }

#menu #btn_top {
	background-position: -244px -1px;
	width: 154px;
}
#menu #btn_top:hover { background-position: -244px -50px; }

#menu #btn_globaldent {
	background-position: -398px -1px;
	width: 275px;
}
#menu #btn_globaldent:hover { background-position: -398px -50px; }

#menu SPAN {	
	display: none;
	height: 50px;
	position: absolute;
	top: 40px;	
	overflow: hidden;
	text-indent: -1000px;
}
#menu .fr { background: url(gx/M/Tool-Tip.png) no-repeat; }
#menu .en { background: url(gx/M/Tool-Tip_en.png) no-repeat; }

#menu .fr#tooltip1 {	
	left: 40px;
	width: 200px;
}
#menu .fr#tooltip2 {	
	background-position: 0px -49px;
	left: 235px;
	width: 205px;
}
#menu .fr#tooltip3 {	
	background-position: 0px -98px;
	left: 430px;
	width: 225px;
}
#menu .en#tooltip1 {	
	left: 75px;
	width: 130px;
}
#menu .en#tooltip2 {	
	background-position: 0px -49px;
	left: 255px;
	width: 165px;
}
#menu .en#tooltip3 {	
	background-position: 0px -98px;
	left: 435px;
	width: 224px;
}

/* Navigation secondaire */
#menuSec{float:right; margin-bottom: 15px;}
#menuSec li{
	color: #888;
	font-weight: bold;
	display:inline; 
	float:left;
	position: relative;
	z-index: 100;
}
#menuSec a, #menuSec a:link, #menuSec a:visited, #menuSec a:active {
	color: #888;
	font-weight: bold;
	padding:0 8px; 
	text-decoration: none; 
}
#menuSec a:hover, #menuSec a.actif { color: #034B94; }

#menuSec .item { position: relative; }

/* MENU DÉROULANT */
#menuSec .sMenu {  	
	-moz-box-shadow: 0px 1px 2px #999; -webkit-box-shadow: 0px 1px 2px #999; box-shadow: 0px 1px 2px #999;
	display: none;
	background: #fff;
	min-width: 85%;
	position: absolute;
	top: 17px;
	left: 0px;
	padding: 5px 15px;
}
* HTML #menuSec .sMenu { width: 140px; } 

#menuSec .sMenu LI { float: none; display: block; }

#menuSec .hover .sMenu { display: block; }

#menuSec .sMenu LI A, #menuSec .sMenu LI A:link, #menuSec .sMenu LI A:visited, #menuSec .sMenu LI A:active { 
	background: none;
	border: none;
	color: #666;
	display: block;
	float: none;
	font-size: 13px;
	font-weight: normal;
	height: 25px;
	letter-spacing: normal;
	line-height: 25px;
	padding: 0px;
	text-indent: 0px;
	text-decoration: none;
	white-space: nowrap;
}
#menuSec .sMenu LI A:hover { color:#034B94; }
#menuSec .hover A, #menuSec .hover A:link, #menuSec .hover A:visited, #menuSec .hover A:active { color:#034B94; }

/* Sous-Menu */

#sMenu {	border-top: 1px solid #EEEEEE; }
#sMenu LI {
	background: url(gx/M/fleche.gif) no-repeat center right;
	border-bottom: 1px solid #EEEEEE;
	list-style: none !important;
	margin: 0px !important;
	padding: 0px 5px;
}
#sMenu A, #sMenu A:link, #sMenu A:visited, #sMenu A:active {
	color: #000;
	display: block;
	font-family: 'HelveticaNeueLTStd65Medium';
	padding: 7px 0px;
	text-decoration: none;
}
#sMenu A:hover, #sMenu A.actif, #sMenu A.actif:visited { color: #034B94; }

/* 00_110 : PAGE NOUVELLE
--------------------------------------------------------------------------------------- */
.fbJaimePetit{max-width: 100px;}
/*.fbJaime{max-width: 450px; height: 25px;}
.fbJaime iframe{margin-right: 10px; height: 25px;}*/


.photo {
	background: url(gx/M/ombre_thumb.jpg) no-repeat;
	float: left;
	height: 67px;
	margin: 0px 10px 10px 0px;
	padding: 2px 3px 8px 4px;
	/*overflow: hidden;*/
	width: 89px;
}

#photos {
	float: left;
	margin: 10px 0px 20px 0px;
	width: 590px;
}
#imgAffiche IMG  {
	border: 1px solid #EFEFEF;
	float: left;
}
#gallerie { float: right; }
#gallerie LI {	
	cursor: pointer;
	list-style: none !important;
	margin: 10px !important;
}
#gallerie IMG { border: 1px solid #EFEFEF; }

/* 01_100 : PAGE ACCUEIL
--------------------------------------------------------------------------------------- */

#fond {
	text-align: center;
	width: 998px;
	position: absolute;
	top: 90px;
	z-index: 1;
}
#fond DIV {	display: none; }
#fond .photoActive {	display: block; }

#controle {
	position: relative;
	z-index: 5;
}
#controle #btn_gauche {
	background: url(gx/01/fleche_gauche.png) no-repeat;
	display: block;
	height: 31px;
	width: 31px;
	position: absolute;
	top: 130px; left: 0px;
}
#controle #btn_droite {
	background: url(gx/01/fleche_droite.png) no-repeat;
	display: block;
	height: 31px;
	width: 31px;
	position: absolute;
	top: 130px; right: 0px;
}
#controle #numero {
	position: absolute;
	top: 300px; right: 20px;
}
#controle #numero LI {
	display: block;
	float: left;
	list-style: none !important;
	margin: 0px 3px !important;
}
#controle #numero A, #controle #numero A:link, #controle #numero A:visited, #controle #numero A:active {
	background: url(gx/01/btn_num.gif) no-repeat;
	color: #666;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 26px;
	text-align: center;
	text-decoration: none;
	width: 26px;
}
#controle #numero A:hover {
	background-position: bottom;
	color: #fff;
}

#accueil { height: 650px; }
/*+ HTML #accueil { height: 862px; }*/

#accueil #cta {
	/*background: url(gx/01/bg_cta.jpg) repeat-x;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
	-moz-box-shadow: 1px 1px 3px #777; -webkit-box-shadow: 1px 1px 3px #777; box-shadow: 1px 1px 3px #777;*/
	font-family: 'HelveticaNeueLTStd55Roman';
	height: 77px;
	width: 978px;
	padding: 10px;
	position: relative;
	top: 340px;
	z-index: 5;
}
#accueil #cta A {	float: left; }

#boite1 {
	background: #fff url(gx/01/boite.jpg) no-repeat left bottom;
	min-height: 154px;
	margin: 15px auto 11px auto;
	width: 975px;
	position: relative;
	top: 345px;
	z-index: 5;
}

#boite1 #promotion {
	float: left;
	margin: 20px;
	width: 435px;
}
#boite1 #nouvelle {
	float: right;
	margin: 20px;
	width: 435px;
}
#boite1 H2 {
	border-bottom: 1px solid #E2E2E2;
	font-family: 'HelveticaNeueLTStd55Roman';
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
	padding-bottom: 8px;
}
#boite1 H2 A, #boite1 H2 A:link, #boite1 H2 A:visited, #boite1 H2 A:active { color: #000; }

#boite1 P {
	line-height: 14px;
	margin-bottom: 15px;
}

#boiteSophia {
	background: url(gx/01/sophia.jpg) no-repeat bottom right;
	font-size: 14px;
	height: 238px;
	width: 280px;
	padding: 0px 250px 0px 30px;
	position: relative;
	top: 345px;
	z-index: 5;
}
#boiteSophia H2 {
	color: #375093;
	font-family: 'HelveticaNeueLTStd55Roman';
	font-size: 24px;
	font-weight: normal;
	line-height: 28px;
	text-shadow: 2px 2px 2px #ccc;
	text-transform: uppercase;
}
#boiteSophia H2 STRONG {
	font-family: 'HelveticaNeueLTStd65Medium';
	font-size: 32px;
	font-weight: normal;
}
#boiteSophia #btn_suivez {
	background: url(gx/01/btn_suivez.gif) no-repeat;
	color: #666;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 26px;
	margin: 15px 30px;
	text-align: center;
	text-decoration: none;
	width: 116px;
}

#accueil #videoPlayer {
	float: right;
	position: relative;
	top: 110px; right: 70px;
	z-index: 5;
}

/* 02_100 : VIDEOS
--------------------------------------------------------------------------------------- */

#page .videoThumbnails {
	color: #666;
	display: block;
	float: left;
	margin: 10px 20px 10px 0px;
	text-decoration: none;
	width: 120px;
}
#page .videoThumbnails IMG { -moz-box-shadow: 1px 1px 3px #777; -webkit-box-shadow: 1px 1px 3px #777; box-shadow: 1px 1px 3px #777; }
#page .videoThumbnails:hover { color: #034B94; }

#VideoSolution {
	float: left;
	width: 420px;
}
#listeSolution {
	display: inline;
	float: right;
	margin-right: 20px;
	width: 220px;
}

#liste-solutions LI {
	list-style: none !important;
	margin: 0px !important;
}
#liste-solutions UL { display: none; }
#liste-solutions UL LI { margin-left: 15px !important; }

#liste-solutions A, #liste-solutions A:link, #liste-solutions A:visited, #liste-solutions A:active {
	color: #666;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
#liste-solutions UL LI A, #liste-solutions UL LI A:link, #liste-solutions UL LI A:visited, #liste-solutions UL LI A:active { 
	font-size: 12px;
	font-weight: normal;
}

/* Détail de solutions */

DL { margin: 0px 20px; }
DL DT {
	color: #034B94;
	cursor: pointer;
	font-size: 14px;
}
DL DD { margin: 5px 15px; }


/* 02_200 : Profil bucal
--------------------------------------------------------------------------------------- */

#frmProfilBuccal LABEL { 
	font-weight: bold; 
	margin-right: 15px;
	width: auto; 
}

#frmProfilBuccal .choix { width: 400px; }
#frmProfilBuccal .choix .label {
	font-size: 11px;
	text-align: center;
	width: 70px;
}
#frmProfilBuccal .choix .radio {
	margin: 0px 25px;
}
#frmProfilBuccal .bouton {
	float: left;
	margin-right: 10px;
}
#frmProfilBuccal .solution {
	display: inline;
	float: left;
	margin: 10px 20px 10px 0px;
	width: 130px;
}

#frmProfilBuccal #blocAge {
	float: left;
}

/* 02_220 : Résultats
--------------------------------------------------------------------------------------- */

#tbl_resultat TH {
	border-bottom: 4px solid #999;
	font-size: 14px;
	font-weight: bold;
	min-width: 170px;
	width: auto !important;
	width: 170px;
	text-align: center;
}
#tbl_resultat TD {
	background-color: #eee;
	border: 1px solid #999;
	padding: 10px;
	vertical-align: top;
}
#tbl_resultat .solution { float: left; }
#tbl_resultat .type {
	color: #888;
	float: right;
	font-size: 11px;
}

#tbl_resultat LI {
	list-style: none !important;
	margin: 0px !important;
	padding: 3px 0px;
}

/* 03_700 : Programme corporatif
--------------------------------------------------------------------------------------- */

#liste-corpo LI {
	border-top: 1px solid #E1E1E1;
	clear: both;
	list-style: none !important;
	margin: 0px !important;
	padding: 10px 0px;
}
#liste-corpo IMG {
	float: left;
	margin: 0px 20px 10px 0px;
}
/* 04_100 : Cliniques
--------------------------------------------------------------------------------------- */

#page .bureau {
	float: left;
	border-bottom: 1px solid #E1E1E1;
	margin-bottom: 15px;
}
#page .bureau .coordonnees, #page .bureauDetail .coordonnees {
	float: left;
	width: 200px;
}
#page .bureau .photo, #page .bureauDetail .photo {
	background: none;
	display: inline;
	float: left;
	height: auto;
	margin: 0px 13px;
	padding: 0px;
	width: 140px;
}
#page .bureau .map {
	float: right;
	margin-bottom: 10px;
	width: 290px;
}
#page .bureau .google {
	border: 1px solid #E1E1E1;
	-moz-box-shadow: 1px 1px 3px #999; -webkit-box-shadow: 1px 1px 3px #999; box-shadow: 1px 1px 3px #999;
	height: 220px;
	margin-bottom: 10px;
	overflow: hidden;
	width: 290px;
}
#page .btn_google, #page .btn_rendezvous {
	background: url(gx/M/bouton2.gif) no-repeat;
	color: #666;
	display: block;
	font-weight: bold;
	line-height: 26px;
	text-align: center;
	width: 170px;
	text-decoration: none;
}

.retour { float: right; }

/* 04_110 : Detail des cliniques
--------------------------------------------------------------------------------------- */

#page .bureauDetail .photo { float: right; }

#page .bureauDetail .map {
	clear: both;
	margin-top: 20px;
	width: 500px;
}
.google {
	border: 1px solid #E1E1E1;
	-moz-box-shadow: 1px 1px 3px #999; -webkit-box-shadow: 1px 1px 3px #999; box-shadow: 1px 1px 3px #999;
	height: 300px;
	margin-bottom: 10px;
	overflow: hidden;
	width: 500px;
}

/* 04_200 : PRENDRE RENDEZ-VOUS
--------------------------------------------------------------------------------------- */

#rendezvous { margin-bottom: 20px; }
#rendezvous .gauche {
	float: left;
	width: 340px;
}
#rendezvous .droite {
	float: right;
	width: 320px;
}
#rendezvous .sub, #rendezvous .dentition TH { 
	color: #4CBAE6; 
	font-size: 11px; 
}

#succursalehide {	width: 330px; }

.calendrier TD { padding: 2px; }

#blocprofil .dentition TD { padding: 3px 0px; }

/* 05_200 : EMPLOIS DISPONIBLES
--------------------------------------------------------------------------------------- */

#listeEmploi LI {
	border-top: 1px solid #E1E1E1;
	list-style: none !important;
	margin: 10px 0px !important;
	padding: 10px 0px;
}
#listeEmploi .lnk_emploi, #listeEmploi .lnk_emploi:link, #listeEmploi .lnk_emploi:visited, #listeEmploi .lnk_emploi:active {
	color: #000;
	text-decoration: none;
}
#listeEmploi .lnk_emploi:hover { color: #034B94; }

/* 07_100 : PUBLICITÉ ET PROMOTIONS
--------------------------------------------------------------------------------------- */

#page #videoPlayer, #videoThumbnails  { margin: 0px 20px; }
#videoThumbnails .photo {
	float: left;
	margin: 10px 15px 10px 0px;
}


/* 09_100 : PAGE CONTACT
--------------------------------------------------------------------------------------- */
#carteContact{border:1px solid #999;height:300px;width:350px;float:left;}
#boiteFormContact{ margin: 30px; width:370px; }

#formContact{ width:370px;}
#formContact label{float:left;width:90px;}
#formContact .champTexte{float:left;width:200px;}
#formContact .listeDeroulante{float:left;width:200px;}
#formContact .boiteTexte{float:left;height:70px;width:230px;}
#formContact .erreurTexte{margin-left:80px;}

/* PIED DE PAGE
--------------------------------------------------------------------------------------- */
#piedPage{ background: #555555; position: relative; z-index: 5; }
#piedContenu {
	color: #fff;
	margin: 0px auto;
	padding: 10px 0px;
	width: 998px;
}
#piedPage a{color: #fff; text-decoration:none;}
#piedPage a:hover, #piedPage a.actif {text-decoration:underline;}
#piedPage #copyrights{ 
	font-size: 10px;
	margin: 0px auto; 
	text-align: center; 
}

#piedPage .footerMap {
	border-right: 1px solid #5F5F5F;
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px; 
	min-height: 140px;
	min-width: 145px;
	padding: 5px 40px 10px 20px;
}
#piedPage .footerMap LI { padding-bottom: 2px; }

#piedPage .footerMap .liste-2niveaux {
	clear: both;
	float: left;
	display: block;
	width: 160px;
}
#piedPage .liste-2niveaux .lbl_liste {
	float: left;
	width: 75px;
}
#piedPage .footerMap UL {
	float: left;
	font-size: 12px;
	font-weight: normal;
	width: 85px;
}

#facebook {
	background: url(gx/M/facebook.png) no-repeat;
	display: block;
	float: left;
	height: 57px;
	margin: 0px 15px;
	width: 57px;
}
#txt_facebook {
	float: left;
	margin: 5px 0px 0px 15px; 
}

#boxPartenaire {
	float: right;	
	padding: 5px 0px;	
}
#boxPartenaire H3 {
	font-size: 14px;
	margin-bottom: 5px;
}
#boxPartenaire DIV {	
	display: none; 
	height: 140px;
	overflow: hidden;
	width: 322px;
}
#boxPartenaire .photoActive {	display: block; }


/* Navigation en bas-de-page */
#menuBas { margin: 5px auto; text-align: center; }
#menuBas li{display:inline;}
#menuBas a, #menuBas a:link, #menuBas a:visited{
	font-size: 11px;
	font-weight: bold;
	padding:0 5px;
}

/* Partager cette page (AddToAny) */
a#lienPartager{float:right; width:77px; height:19px; background:url(gx/btn_partager.png) no-repeat; font-size: 11px; padding:4px 80px 0 0; color:#666; text-align:right; text-decoration:none;}


/* CONCOURS GAGNEZ UN SOURIRE LAPOINTE */

#img_concours {
	border-top: 1px solid #E1E1E1;
	float: right;
	margin: -11px -45px 0px 0px;
}

.btn_concours, .btn_concours:link, .btn_concours:visited, .btn_concours:active {
	background: url(gx/08/btn_concours.jpg) no-repeat;
	color: #fff;
	display: block;
	float: left;
	font-family: 'HelveticaNeueLTStd65Medium';
	font-size: 16px;
	font-weight: normal;
	line-height: 50px;
	margin: 20px 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 172px;
}
.btn_concours:hover { background-position: bottom; }

#concourssourire #liste-accueil.liste {
	border-bottom: none;
	float: left; 
	margin-top: 20px;
}
#concourssourire #liste-accueil .fiche { margin-bottom: 10px; }
/*	
#concourssourire.inscription .boite{ font-size: 10px; line-height: 12px; background: url(Gx/08/boite1_bas.gif) no-repeat bottom left; width: 459px; padding: 0 0 18px 0; }
#concourssourire.inscription .boite .contenu{ background: url(Gx/08/boite1_bg.gif) repeat-y top left; padding: 0 16px 0 16px; }
#concourssourire.inscription .boite h1{ color: #b95915; font-size: 14px; font-weight: bold; text-transform: uppercase; background: #ffffff url(Gx/08/boite1_haut.gif) no-repeat 0px 10px; padding: 0 0 0 16px; }
#concourssourire.inscription .champs{ width: 210px; margin: 0 0 5px 0; float: left; display: block; }
#concourssourire.inscription .champs2, #concourssourire.inscription .champs3, #concourssourire.inscription .champs4{ color: #000000; width: 460px; margin: 0 0 5px 0; float: left; display: block; }
#concourssourire.inscription .gauche{ margin-right: 20px; } 
#concourssourire.inscription .section{ margin-top: 10px; }
#concourssourire.inscription label{ color: #000000; width: 80px; float: left; display: block; } 
#concourssourire.inscription label.puce{ background: url(Gx/08/puce.gif) no-repeat 0px 8px; padding: 0 0 0 6px; }
#concourssourire.inscription .input, #concourssourire.inscription select{ font-size: 11px; border: #dcac8a 1px solid; width: 120px; }
#concourssourire.inscription textarea{ font-size: 11px; font-family: Arial; border: #dcac8a 1px solid; width: 430px; }
#concourssourire.inscription .champs2 label{ width: 200px; } 
#concourssourire.inscription .champs2 .input{ width: 230px; }
#concourssourire.inscription .champs3 label{ width: 460px; margin: 0 0 5px 0; } 
#concourssourire.inscription .champs3 label.puce{ width: 454px; }
#concourssourire.inscription .champs3 .input{ width: 430px; margin: 0 0 2px 0; } 
#concourssourire.inscription .champs3 .check{ border: 0px; width: 20px; }
#concourssourire.inscription .champs4 label{ width: 326px; } 
#concourssourire.inscription .champs4 label.puce{ width: 320px; } 
#concourssourire.inscription .champs4 .check{ border: 0px; width: 50px; } 
#concourssourire.inscription img{ border: #dcac8a 1px solid; }
#concourssourire.inscription div.erreur{ color: #ff0000; font-size: 10px; } 
#concourssourire.inscription div.erreur b{ font-size: 12px; }
#concourssourire.inscription label.erreur{ color: #ff0000; }
*/
#concourssourire.inscription .champs2 .input {	width: 300px; }
#concourssourire.inscription .champs3 { color: #464243; }
#concourssourire.inscription .champs4 LABEL { color: #464243; float: left; width: 340px; }
#concourssourire.inscription .sub { color: #4CBAE6; font-size: 11px; display: block; margin-left: 120px; }
#concourssourire.inscription .sup div{ color: #4CBAE6; font-size: 11px; float: left; display: block; }

#concourssourire.inscription .cadre{ color: #000000; font-size: 11px; background: #EFEFEF; width: 490px; padding: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; -moz-box-shadow: 1px 1px 3px #777; -webkit-box-shadow: 1px 1px 3px #777; box-shadow: 1px 1px 3px #777; }
#concourssourire.inscription .cadre input{ border: 0px; width: 20px; }
#concourssourire.inscription .cadre textarea{ width: 485px; }
#concourssourire.inscription .cadre .photo{ background: #ffffff; border: 1px solid #DFDFDF; width: 480px; height: 150px; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; -moz-box-shadow: inset 0px 0px 3px #ddd; -webkit-box-shadow: inset 0px 0px 3px #ddd; box-shadow: inset 0px 0px 3px #ddd; }
#concourssourire.inscription .cadre .reglements{ font-size: 11px; line-height: 12px; border: #DFDFDF 1px solid; background: #ffffff; width: 475px; height: 100px; padding: 5px; margin: 0 0 5px 0; overflow: auto; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; -moz-box-shadow: inset 0px 0px 3px #ddd; -webkit-box-shadow: inset 0px 0px 3px #ddd; box-shadow: inset 0px 0px 3px #ddd; }
#concourssourire.inscription .cadre .reglements ol li{ margin: 0 0 5px 20px; }
#concourssourire.inscription .texte{ font-size: 11px; line-height: 13px; }

#concourssourire .vote a.bouton, #concourssourire .vote a.bouton:link, #concourssourire .vote a.bouton:visited, #concourssourire .vote a.bouton:hover{ margin: 0 5px 0 0; float: right; display: block; }
#concourssourire .vote .recherche{ margin: 0 10px 0 10px; float: left; display: block; } #concourssourire .vote .recherche div{ float: left; display: block; }
#concourssourire .vote .recherche label{ color: #ba5915; font-size: 10px; display: block; }
#concourssourire .vote .recherche input.Critere{ font-size: 11px; border: #c87b45 1px solid; width: 180px; margin: 0 5px 0 0; }
#concourssourire .vote .recherche input.Bouton{ border: #c87b45 1px solid; background: #ffffff url(Gx/08/bouton2_bg.gif) no-repeat 6px 2px; width: 20px; height: 15px; margin: 1px 0 0 0; }
#concourssourire .vote .page{ color: #000; font-size: 11px; text-align: center; width: 120px; float: right; display: block; }
#concourssourire .vote .page div{ padding: 0 5px 0 5px; float: left; display: block; } 
#concourssourire .vote .page b{ background-color: #A9B620; color: #fff; font-weight: normal; padding: 1px 4px; }
#concourssourire .vote .page a, #concourssourire .vote .page a:link, #concourssourire .vote .page a:visited{ color: #000; text-decoration: none; padding: 0 3px; }
#concourssourire .vote .page a:hover{ color: #666666; }
#concourssourire .vote .page a.gauche, #concourssourire .vote .page a.gauche:link, #concourssourire .vote .page a.gauche:visited{ background: url(Gx/08/flecheg.gif) no-repeat 0px 0px; width: 5px; height: 10px; padding: 0 0 0 0; margin: 4px 0 0 0; display: block; }
#concourssourire .vote .page a.droite, #concourssourire .vote .page a.droite:link, #concourssourire .vote .page a.droite:visited{ background: url(Gx/08/fleched.gif) no-repeat 0px 0px; width: 5px; height: 10px; padding: 0 0 0 0; margin: 4px 0 0 4px; display: block; }
#concourssourire .vote .page a.gauche:hover{ background: url(Gx/08/flecheg_ov.gif) no-repeat 0px 0px; }
#concourssourire .vote .page a.droite:hover{ background: url(Gx/08/fleched_ov.gif) no-repeat 0px 0px; }
#concourssourire .vote .page div.gauche{ background: url(Gx/08/flecheg_ov.gif) no-repeat 0px 0px; width: 5px; height: 10px; margin: 4px 0 0 0; }
#concourssourire .vote .page div.droite{ background: url(Gx/08/fleched_ov.gif) no-repeat 0px 0px; width: 5px; height: 10px; margin: 4px 0 0 4px; }

#concourssourire .liste{ border-top: 1px solid #E1E1E1; border-bottom: 1px solid #E1E1E1; padding: 20px 0 0 0; position: relative; width: 100%; }
#concourssourire .liste .fiche{ font-size: 10px; line-height: 12px; width: 180px; margin: 0 20px 40px 0; float: left; display: block; }
#concourssourire .liste .fiche .photo{ background: none; font-size: 0px; line-height: 0px; border: #F0EFF0 1px solid; height: 100px; width: 170px; overflow: hidden; display: table-cell; vertical-align: middle; float: left; margin: 0px; padding: 2px; }
#concourssourire .liste .fiche .info{ float: left; display: block; }
#concourssourire .liste .fiche h2{ color: #2f251d; font-size: 11px; font-weight: normal; margin: 5px; /*text-align: center;*/ width: 180px; }
#concourssourire .liste .fiche a.votez, #concourssourire .liste .fiche a.votez:link, #concourssourire .liste .fiche a.votez:visited{ color: #fff; font-size: 11px; font-weight: normal; line-height: 23px; text-align: center; background: url(Gx/08/btn_votez.gif) no-repeat 0px 0px; width: 72px; margin: 5px auto 0 auto; display: block; text-decoration: none; }
#concourssourire .liste .fiche a.votez:hover{ background-position: bottom left; }
#concourssourire .liste .ligne{ border-bottom: #efbc8d 1px solid; width: 240px; height: 10px; margin: 0 20px 10px 0; float: left; display: block; }
#concourssourire .liste .droite{ margin: 0 0 10px 0; } #concourssourire .liste .dernier{ border: 0px; margin-bottom: 10px; }

#concourssourire .liste .fiche .fbJaimePetit {
	float: left;
	margin: 5px 0px 0px 5px;
	width: 75px;
}

#concourssourire .detail{ text-align: center; background: url(Gx/08/liste_bg.gif) no-repeat 0px 0px; padding: 20px 0 0 0; position: relative; }
#concourssourire .detail #scroller{ width: 790px; height: 300px; left: 15px; }
#concourssourire .detail .fiche{ width: 600px; padding: 0 0 10px 0; margin: auto; }
#concourssourire .detail .fiche .photo{ font-size: 0px; line-height: 0px; border: #c36f34 1px solid; height: auto; width: 200px; margin: 0 10px 0 0; float: left; display: block; }
#concourssourire .detail .fiche .photo2{ font-size: 0px; line-height: 0px; height: auto; width: 148px; margin: 0 32px 0 32px; float: left; display: block; }
#concourssourire .detail .fiche .info{ text-align: left; width: 385px; float: left; display: block; }
#concourssourire .detail .fiche h2{ color: #2f251d; font-size: 14px; margin: 0 0 5px 0; }
#concourssourire .detail .formulaire{ border-top: #c36f34 1px solid; width: 600px; padding:10px 0 0 0; margin:auto; }
#concourssourire .detail .formulaire .bouton{ width: 200px; height: 90px; padding: 30px 0 0 0; margin: 0 10px 0 0; float: left; display: block; }
#concourssourire .detail .formulaire .bouton a, #concourssourire .detail .formulaire .bouton a:link, #concourssourire .detail .formulaire .bouton a:visited{ color: #ba5915; font-weight: bold; font-size: 13px; text-align: center; background: url(Gx/08/bouton4_bg.gif) no-repeat 0px 0px; width: 130px; padding: 12px 0 12px 0; margin: auto; display: block; }
#concourssourire .detail .formulaire .bouton a:hover{ color: #999999; text-decoration: none; }
#concourssourire .detail .formulaire .info{ font-size: 11px; text-align: left; } #concourssourire .detail .formulaire .info label{ display: block; }
#concourssourire .detail .formulaire .info input{ border: #dcac8a 1px solid; width: 385px; margin: 0 0 10px 0; }
#concourssourire .detail .formulaire div.erreur{ color: #ff0000; font-size: 10px; } #concourssourire .detail .formulaire div.erreur b{ font-size: 12px; }
#concourssourire .detail .formulaire label.erreur{ color: #ff0000; }

#concourssourire .cheque{ padding: 10px 10px 20px 10px; }
#concourssourire .cheque .entete .logo{ width: 163px; padding: 25px 0 0 0; margin: 0 20px 0 0; float: left; display: block; }
#concourssourire .cheque .entete .texte{ font-size: 11px; width: 600px; float: left; display: block; }
#concourssourire .cheque .entete .texte h1{ color: #ba5915; font-size: 22px; margin: 0 0 5px 0; }
#concourssourire .cheque .entete a.imprimer, #concourssourire .cheque .entete a.imprimer:link, #concourssourire .cheque .entete a.imprimer:visited{ color: #ba5915; font-size: 12px; background: url(Gx/08/imprimer_bg.gif) no-repeat 0px 0px; padding: 0 0 0 25px; display: block; }
#concourssourire .cheque .entete a.imprimer:hover{ color: #666666; text-decoration: none; }
#concourssourire .cheque .specimen{ margin: 0px; }

#concourssourire .termine{ padding: 100px 0 0 30px; }

#concourssourire .gagnants .gauche{ width: 405px; padding: 85px 0 0 65px; float: left; display:block; }
#concourssourire .gagnants .gauche .image{ text-align: center; width: 148px; margin: 0 35px 35px 0; float: left; display: block; }
#concourssourire .gagnants .gauche .image img{ border: #df7a1c 1px solid; width: 146px; height: 146px; margin: 0 0 5px 0; }
#concourssourire .gagnants .gauche a, #concourssourire .gagnants .gauche a:link, #concourssourire .gagnants .gauche a:visited{ font-size: 15px; font-weight: bold; margin: 5px 0 0 0; display: block; }
#concourssourire .gagnants .gauche a:hover{ color: #b95915; text-decoration: none; }

#concourssourire .gagnants .droite{ font-size: 11px; line-height: 150%; width: 330px; padding: 180px 0 0 0; float: left; display:block; }
#concourssourire .gagnants .droite a, #concourssourire .gagnants .droite a:link, #concourssourire .gagnants .droite a:visited{ color: #b95915; font-weight: bold; font-size: 12px; text-decoration: none; background: url(Gx/07/puce2.gif) no-repeat 0px 5px; padding: 0 0 0 16px; }
#concourssourire .gagnants .droite a:hover{ color: #df7a1c; }
