@charset "UTF-8";
/******************************************************************************************************************/
/* STRUCTURE DU SITE */
/******************************************************************************************************************/
html {
	font-family:'Open Sans', sans-serif;
	font-size:13px;
	height:210px;
	font-weight:normal;
}

body {
	min-width: 500px;
	max-width: 800px;
	margin: 8px auto;
	padding: 0 30px;
	position:relative;
}

body > header {
	background-color: #F1C8C8;
	background-image: url(../media/header_Img.jpg);
	background-repeat: no-repeat;
	background-position:center center;
	background-size:cover;
	/*height: 100px;  */
	height: 10vw;
	min-height: 65px;
	max-height: 112px;
	padding: 8px;
	border:1px solid #A4A3DA; 
	border-bottom:none;
	border-radius:12px 12px 0 0; 
}

body > nav {
	height: 26px;
	border:1px solid #A4A3DA; 
	border-top:none;
	border-bottom:none;
	background-color:#FFEB00; /* Test */
	text-align:justify;
	line-height:1px;
}

body > nav:after {
	content:"";
	display: inline-block;
	width: 100%;
}

body > nav > a {
	background-color:#FFEB00;
	padding:3px 20px;
	display: inline-block;
	line-height:20px;
	text-decoration:none;
	/*color:#fff; */
	color:#006; 
	font-weight:bold;
	/*text-transform:uppercase;*/
	/*border-radius:20px; */
  -moz-transition: background-color 0.5s;
	-webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
	transition: background-color 0.5s;
}

body > nav > a:hover,
body > nav > a:focus {
	text-decoration:none;
	background-color:#0a63ad; /*bleu rollinger logo */
	color:#fff;
}

#global
{
    width: 99.8%;
		border:1px solid #A4A3DA; 
		border-top:none;
		border-radius:0 0 12px 12px; 
}
 
#cadre1
{
    height: 500px;
    width: 	25%;
	  float:	left;
		margin: 5px auto;
		background-image:url(../media/immoglobal/mg-immo.gif);
		background-repeat: no-repeat;
		background-position: center center;
}
 
#cadre2
{
    height: 500px;
    width: 75%x;
		margin-left: 25%; 
		margin-right:auto; 
}
td {
		font-family: Geneva, Arial, Helvetica, sans-serif;
		font-size: 12px;
		text-align:justify;
	}

body > nav > a:active,
body > nav > a.pageactive {
	background-color:#0a63ad; /*bleu rollinger logo */
	line-height:20px;
}

h3 {
	font-size:1.2rem;
	color:#0033CC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	}
	
h4 {font-size:1.5rem;
	color:#0033CC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align:center;
	margin-top: 0.5%;
	/* margin-left:34%;  */
}
h5 {font-size:0.8rem;}
h6 {font-size:0.7rem;}
	h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {margin-top:0;}	

img.imagetransp {max-width: 100%;}

ul {list-style-image:url(../images/bullet-blue.png);}
ul > ul {list-style-type:disc; list-style-image:none}
ul > ul > ul {list-style-type:circle;}
ol {list-style-type:decimal;}
ol > ol {list-style-type:lower-alpha;}

a {color:#4F4CB8; text-decoration:none;}
a:hover {color:#0700FE; text-decoration:underline;}

footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
  color: #999999;
	text-align:center;
	/* margin-right:27%; */
		}

/******************************************************************************************************************/
/* styles correctifs standard */
/******************************************************************************************************************/
/*.centre {text-align:center;}
.gauche {text-align:left;}
.droite {text-align:right;}
.justif {text-align:justify;}
.floatl {float:left;}
.floatr {float:right;}
.clearl {clear:left;}
.clearr {clear:right;}
.clearb {clear:both;}	*/
/*.blockcentre {display:block; margin-left:auto; margin-right:auto;}  Test  */
/*.logovision {display:block; margin-left:auto; margin-right:auto;} /* TEST */
/*a img {border:none;} /* Correctif pour IE9 et précédent : évite l'encadrement bleu des images dans les liens */
