/********************/
/* 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: 5%;
	
}
 
#picture
{
text-align: center;
    width: 87%;
}
 
#right
{
    width: 5%;
	
}
#sentence
{
text-align: center;
    width: 99%;

}
.orange {
font-size: 0.5em;
}
.numex {
font-size: 2em;
}
.button {
 height: 100px;
 width: 150px;
}
table
{
font-size: 1em;
margin: 0 auto; 
text-align: center; 
 border-spacing: 3px;
    border-collapse: separate;
}
td { 
    padding:3px;
}
a
{
color: #c8c9c7;
text-decoration: none;
}
p
{
font-size: 3em;
color: #c8c9c7;

}
select{
font-size: 0.7em;

}
imput{
font-size: 2em;
color: #c8c9c7;

}
img {
 width:100px;
height:100px; 
}
