@charset "utf-8";
/* Média fluide simple
   Remarque : un média fluide exige que vous supprimiez les attributs de hauteur et de largeur du média du code HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 ne prend pas en charge max-width ; la largeur par défaut est donc fixée à 100% */
.ie6 img {
	width:100%;
}

/*
	Propriétés de grille fluide Dreamweaver
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	15;
	dw-gutter-percentage:	25;
	
	Inspiré par "Responsive Web Design" par Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	et le système Golden Grid par Joni Korpi
	http://goldengridsystem.com/
*/

/* Disposition mobile : 480px et moins. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
	background-color:#ffffff;
	overflow:hidden;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#centrage {
    width:100%;
    float:left;
    text-align:center;
}
#clinique
{
   clear:both;
   text-align:center;
   overflow:hidden;
}

.site
{
	display:inline-block; /* Pour que la magie opere */
	text-align:center; /* Pour retablir l'alignement du texte apres c'est à vous de voir */
	vertical-align:middle; /* Pour centrer verticalement nos blocs */
	min-width:250px;
	max-width:500px;
	border-style:double;
	border-color:#ce3d70;
}
.site2
{
	display:inline-block; /* Pour que la magie opere */
	text-align:center; /* Pour retablir l'alignement du texte apres c'est à vous de voir */
	vertical-align:middle; /* Pour centrer verticalement nos blocs */
	border-style:double;
	border-color:#ce3d70;
}
#veterinaire
{
   clear:both;
   text-align:center;
   overflow:hidden;
}

.perso
{
	display:inline-block; /* Pour que la magie opere */
	text-align:center; /* Pour retablir l'alignement du texte apres c'est à vous de voir */
	vertical-align:middle; /* Pour centrer verticalement nos blocs */
	width:200px;
}
.perso2
{
	float:left;
	display:inline-block; /* Pour que la magie opere */
	text-align:center; /* Pour retablir l'alignement du texte apres c'est à vous de voir */
	vertical-align:middle; /* Pour centrer verticalement nos blocs */
	width:200px;
}
.description
{
	display:inline-block; /* Pour que la magie opere */
	text-align:left; /* Pour retablir l'alignement du texte apres c'est à vous de voir */
	vertical-align:middle; /* Pour centrer verticalement nos blocs */
	width:auto;
	min-width:200px;
	overflow:hidden;
}

#formulaire
{
   clear:both;
   text-align:center;
   overflow:hidden;
}
.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
	max-height: 100%;
	overflow-y: scroll;
}
.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog > div {
	width: 400px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
}
.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #00d9ff; }
/* Disposition tablette : 481px sur 768px. Hérite des styles de : Disposition mobile */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	background-color:#ffffff;
	overflow:hidden;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#centrage {
    width:100%;
    float:left;
    text-align:center;
}
}

/* Disposition bureau : 769px à max. 1232px.  Hérite des styles de : Disposition mobile et disposition tablette */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 93.7333%;
	max-width: 1232px;
	padding-left: 0.6333%;
	padding-right: 0.6333%;
	margin: auto;
	background-color:#ffffff;
	overflow:hidden;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#centrage {
    width:100%;
    float:left;
    text-align:center;
}
#basdepage {
        clear:both;
		text-align:left;
		margin:auto;
		width:100%;
		background-color:#ce3d70;
    }}