/********************/
/* feuille style 1  */
/********************/

body
{
    background-color :#1F69A9; 
	font-family: verdana, tahoma, tempus, arial;
	color: #c8c9c7;
	text-decoration: none;
}
 
#bloc_page
{
    width: 1900px;
    margin: auto;
}
 
section h1, footer h1, nav a
{
    font-family: Dayrom, serif;
    font-weight: normal;
    text-transform: uppercase;
}
#left, #picture, #right
{
    display: inline-block;
    vertical-align: top;
}
#left
{
text-align: right;
    width: 19%;
	
}
 
#picture
{
text-align: center;
    width: 60%;
}
 
#right
{
    width: 18%;
	
}
#sentence
{
text-align: center;
    width: 99%;

}
img
{
 width:150px;
 height:150px;
 } 
.img1
{
width:330px;
 height:300px;
border: 2px solid black;
} 
.img2
{
width:60px;
 height:60px;
border: 1px solid black;
} 
 
.orange {
font-size: 1em;
}
table
{
font-size: 3em;
margin: 0 auto; 
text-align: center; 
border: #DDEEFF 0px solid;
    border-collapse: separate;
    border-spacing: 4px;
}
a
{
color: #c8c9c7;
text-decoration: none;
}
p
{
font-size: 3em;
color: #c8c9c7;

}
