body{
	background: #373635;
	//background-image: url(../images/background.png);
	  margin:0;
	  padding:0;
	  background: url(../images/background.jpg) no-repeat center fixed; 
	  -webkit-background-size: cover; /* pour Chrome et Safari */
	  -moz-background-size: cover; /* pour Firefox */
	  -o-background-size: cover; /* pour Opera */
	  background-size: cover; /* version standardisée */
		font-family: Lucida grande,Arial, Helvetica, sans-serif;
		color:white;
	}
	
	#global{
	width:960px;
	margin-left:auto;
	margin-right:auto;	
	}
	
a img {
  border: none;
}

#statue-index {
	text-align:center;
	margin-top:4%;
	font-size:18px;
	}
	
#drapeau-global p{
	margin:0;
	}	

#drapeau-france{
	text-align:center;
	margin-top:30px;
	margin-left:370px;
	float:left;
	}
	
#drapeau-france p{
	margin-top:3px;
	}
	
#drapeau-serbie p{
	margin-top:3px;
	}
	
#drapeau-serbie{
	text-align:center;
	margin-top:30px;
	margin-left:30px;
	float:left;
	}
	
#col-gauche{
	width:185px;
	height:100%;
	background:#474645;
	padding:10px;	
	border-bottom:5px solid white;
	float:left;
	}
	
#devis{
	font-size:12px;
	margin-top:370px;
	text-align:center;
	border-top:2px solid white;
	border-bottom:2px solid white;}
	
#drapeau-france1{
	text-align:center;
	margin-top:30px;
	margin-left:45px;
	float:left;
	}
	
#drapeau-serbie1{
	text-align:center;
	margin-top:5px;
	margin-left:45px;
	float:left;
	}
	
	
#drapeau-france1 p{
	margin-top:3px;
	}
	
#drapeau-serbie1 p{
	margin-top:3px;
	}

	
#contact{
	text-align:center;
	font-size:13px;
	margin-top:30px;
	margin-bottom:30px;
	}
	
#contact a{
	text-decoration:none;
	color:white;
	}

#contact a:hover{
	text-decoration:underline;
	color:red;
	}
	
	
span{
	font-size:15px;
	border-bottom:1px solid white;
	}

#centre{
	width:600px;
	height:100%;
	margin-left:250px;
		}
	
#centre h1{
	margin-top:5px;
	padding:0;
	text-align:center;
	font-size:17px;
	}
#centre h2{
	margin-top:5px;
	padding:0;
	text-align:center;
	font-size:19px;
	}
	
#description{
	font-size:13px;
	margin-top:45px;
	}
	
#centre h3{
	margin-top:45px;
	background:white;
	//color:#474645;
	color:#474645;
	border-radius:5px;
	text-align:center;
	}

#centre ul{
	margin-top:25px;
	padding-top:15px;
	padding-bottom:15px;
	background:#474645;
	color:white;

	border-radius:30px 0 30px 0 ;
	}

#centre li{
	margin-top:4px;
	font-size:15px;
	}








	
	