*{
	margin:0px;
	padding:0px;	
}
li{
	list-style-type: none;
}
a{
	text-decoration: none;	
}
.wrapper{
    font-family: arial;
    margin: 0 auto;
    max-width: 960px;
    overflow: hidden;
    width: 100%;
}
.logo a img {
    width: 100%;
}
.title h2{
    background: #ADD8E6 none repeat scroll 0 0;
    color: #ffffff;
    font-size: 30px;
    padding: 40px 20px;
    text-align: center;
}
.p_img {
    background-color: #edece8;
    border-bottom: 1px solid #002f8f;
    padding: 5%;
    text-align: center;
}
.p_img > img {
    border: 4px solid #5fb3bd;
    max-width: 400px;
    width: 100%;
}
.c_holder {
    margin-top: 2%;
}
.c_holder > h2{
    background: #ADD8E6 none repeat scroll 0 0;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff;
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    text-transform: uppercase;
}
.c_holder2 {
    margin-top: 2%;
}
.c_holder2 > h2{
    background: #ADD8E6 none repeat scroll 0 0;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff;
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    padding-right: 20px;

}
.p_img2 {
    max-height: 250px;
    max-width: 200px;
    width: 100%;
}
.p_img3 {
    
    float: right; 
    width: 300px;
}
.content{
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-right: 20px;	
}

.content ul{
	margin-left: 4%;
}
.content ul li {
    list-style-type: inherit;
}
footer {
    margin: 2% 0;
}
footer .wrapper{
    background: #e0e0e0 url("images/usa_footer.jpg") no-repeat scroll center bottom;
    padding: 40px 0;
    text-align: center;
}
.f_holder {
    margin: 0 auto;
    max-width: 270px;
    overflow: hidden;
    width: 100%;
}
.f_logo {
    float: left;
}
.f_logo a img {
    max-width: 130px;
    width: 100%;
}
.f_menu {
    float: left;
    margin-top: 8%;
}
.f_menu ul li a {
    color: #1678b5;
    font-size: 16px;
    margin: 0 10px
}
.content2{
    display: flex;
    text-align: left; 	
     padding-left: 20px;
}
.content2 ul{
	margin-left: 4%;
}
.content2 ul li {
    list-style-type: inherit;
}
#bloc1,#bloc2{
display: flex;
}
