/* CSS Document */

html {
  height: 100%;
}

body {
	/*background-image: url(img/essai2.jpg);*/
	background-image: url(img/ciel03.png);
	background-repeat:repeat-x;
	/*background-color: #748fae;*/
	background-color: #d595fa;
	
  min-height: 100%;
  margin: 0;
  /*padding: 10px;*/

}




div#global {
width:746px;
margin-left:auto;
margin-right:auto;
padding: 0px;
/*border-right: 1px solid #7a7a7a;
border-left: 1px solid #7a7a7a;*/


}

div#bulle{
	width:510px;
	float: inherit;
	margin-left:160px;
	padding-top: 100px;
	/*border: 1px solid #7a7a7a;*/
	font-size: 15px;
	font-family: Trebuchet MS;
	/*font-weight: bold;*/
}

.droite {
	text-align: right;
}

div#contenu {
width:746px;
margin-left:auto;
margin-right:auto;
padding-top: 20px;
font-size: 10px;
font-family: Verdana;
color:#00000;
/*background-color:#8B693D;*/
background-image: url(img/fond_contenu.png);
background-repeat:repeat-y;
min-height: 100vh;	
}


div#header {
width:746px;
height: 334px;
background-image: url(img/header03.png);
}

a   {     
color:#5a4f4b;     text-decoration:none;   
}   
 
a:hover   {     
color:#5a4f4b;     text-decoration:none;   
}

a img {border: none;}


