/********************/
/* feuille style 1  */
/********************/
body
{
    background-color :#1F69A9; 
	font-family: verdana, tahoma, tempus, arial;
	color: #c8c9c7;
	text-decoration: none;
}
 section h1, footer h1, nav a
{
   font-family: Dayrom, serif;
    font-weight: normal;
    text-transform: uppercase;
}
#cadreh
{
font-family: Dayrom, serif;
    font-weight: normal;
    text-transform: uppercase;
	margin-top:5%
}
#left, #picture, #right
{
    display: inline-block;
    vertical-align: top;
}
#left
{
text-align: right;
    width: 20%;
	
}
#picture
{
text-align: center;
    width: 58%;
	height:55%
}	
#right
{
    width: 20%;
	
}
#sentence
{
text-align: center;
    width: 99%;
margin-top:5%;

}
img
{
 width:10%;
 height:10%;
 } 
.img1
{
 width:400px;
 height:400px;
} 
.img2
{
width:80px;
 height:80px;
border: 1px solid black;
} 
a
{
color: #c8c9c7;
text-decoration: none;
}

.cadremot {
            vertical-align: top;
            white-space: normal;
            display: inline-block;
            
           
           
            margin: 0 10px 10px;
        }
		.imagemot {
           
        }
		.mot {
           font-size:1.5em;
        }
 
.phex{
	clear: right;
	font-size: 2.5em;
	color: #FFFFFF;
	margin: 10px 10px 5px 0;
	padding: 0;
}
.phexb{
	clear: right;
	font-size: 2.5em;
	color: #333333;
	margin: 10px 10px 5px 0;
	padding: 0;
}
@media screen and (max-width: 1280px)
{	

 #cadreh
{
	margin-top:1%
}
#picture
{
    width: 55%;
	height: 55%
}	
#sentence
{

margin-top:10%;

}
.phex{
	clear: right;
	font-size: 1.5em;
	color: #FFFFFF;
	margin: 10px 10px 5px 0;
	padding: 0;
}
.phexb{
	clear: right;
	font-size: 1.5em;
	color: #333333;
	margin: 10px 10px 5px 0;
	padding: 0;
}
img
{
 width:10%;
 height:10%;
 } 
.img1
{
	width:180px;
 height:180px;
} 

.img2
{
width:60px;
 height:60px;

} 

.mot {
           font-size:1.2em;
        }

}