body{
	margin:0;
	padding:0;
}

html, body{
	height: 100%;
	width: 100%;
}

.logo{
	position: absolute;
	width: 270px;
	height: 120px;
	left:25px;
}

.head{
	position:absolute;
	width:100%;
	height:151px;
	top:0px;
	left:0px;
	background-image: url("/img/FrancoisWeb.png");
	background-position:30px 0px;
	background-color: #F2F2F2;
	background-repeat: no-repeat;
	z-index:99;
}

.left{
	position:absolute;
	width: 60px;
	height:100%;
	top:0px;
	left:0px;
	background-color: #CCCCCC;
	z-index:1;
}

.menu{
	position: absolute;
	left:25px;
	top:125px;
}

.liaison{
	/*border:1px solid black;*/
	width:300px;
	padding:5px;
}

.bLiaison{
	border:1px solid black;
	width:306px;
	padding:2px;
	margin:-6px;
	margin-bottom:4px;
}

.liens{
	position:relative;
	left: 820px;
	width:300px;
	top:-405px;
	
}

.affich_pdf {
	overflow : auto;
	width : 880px;
	height : 640px;
	border : 0;
}

img.text{
	position:absolute;
	width: 25px;
	top:0px;
	left:0px;
	z-index:99;
}

td, th{
	border:none;
}

textarea{
	width:300px;
	height:100px;;
}

a{
	color:black;
}

.stamp{
	position:absolute;
	width: 100px;
	height:100px;
	left:10px;
	bottom:10px;
	background-image: url("/img/stamp.png");
	z-index:6;
}

/*************************** POUR LE MENU **********************************/
ul.first-of-type li{
	list-style:none;
	font-size: 14px;
}

li.yuimenubaritem{
	background-color: #F2F2F2;
}

a.yuimenubaritemlabel{
	padding-bottom:4px;
	padding-left:20px;
	padding-right:20px;
}

/****************************** POUR LES FILE MULTIPLE ***************************************/

.submenu li.yuimenubaritem{
	background-color: #CCCCCC;
}

.submenu{
	position:absolute;
	top:0px;
	left:0px;
}

.vide{
	height:18px;
	/*background-color: red;*/
}

/********************************* DIV EN FIXE ******************************************/

@media screen{
  	body>div#hold{
   		position: fixed;
	z-index: 98;
	}
}

@media screen{
  	body>img#hold2{
   		position: fixed;
	z-index: 99;
	}
}

@media screen{
  	body>div#hold3{
   		position: fixed;
	z-index: 5;
	}
}

/********************************* CSS POUR LE GOOGLE MAP DE LA PAGE ADRESSE ******************************************/

.roundctn1{
	position:absolute;
	top:60px;
	left:280px;
}

/********************************* CSS POUR LES IMAGES DE LA PAGE D'INDEX ******************************************/

.Pictures{
	position:absolute;
	top:350px;
	left:50px;
	width:600px;
}