
body 		
	{
	margin: 0%;
	line-height: 20px;
	font-family: sans-serif;
	font-size: 14px;
	color: #ffffff;
	background-image: url(../images/ciel.jpg);
	}

div
	{
	width: 48%;  
	border: 1px dotted #FFFFFF; 
	border-top: none; 
	border-bottom: none;
	align: center;
	}


div.tete
	{
	width: 1260px;
	height: 180px;
	border: none;
	}


p 
	{
	width: 130%;
	background-color: #397fca;
	padding: 3.5%; 
	margin-left: -18%;
	margin-right: -5%;
	margin-top: 2em;
	margin-bottom: 2em;
	border: 1px solid orange;
	border-right: none;
	border-left: none; 
	align: center;
	}

p.s
	{
	width: 60%;
	height: auto;
	background: none;
	padding: 1%;
	margin: 0%;
	border: none;
	align: center;
	text-align: center;
	}


