@font-face {
    font-family: 'droid_serifregular';
    src: url('webfonts/droidserif_regular_macroman/DroidSerif-Regular-webfont.eot');
    src: url('webfonts/droidserif_regular_macroman/DroidSerif-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/droidserif_regular_macroman/DroidSerif-Regular-webfont.woff') format('woff'),
         url('webfonts/droidserif_regular_macroman/DroidSerif-Regular-webfont.ttf') format('truetype'),
         url('webfonts/droidserif_regular_macroman/DroidSerif-Regular-webfont.svg#droid_serifregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansregular';
    src: url('webfonts/opensans_regular_macroman/OpenSans-Regular-webfont.eot');
    src: url('webfonts/opensans_regular_macroman/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/opensans_regular_macroman/OpenSans-Regular-webfont.woff') format('woff'),
         url('webfonts/opensans_regular_macroman/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('webfonts/opensans_regular_macroman/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


body {
	background-color:#FFF;
	font-size:0.9em;
	font-family:"open_sansregular", arial, Sans-Serif;
}

h1 {
	color:#000;
}

h2 {
	color:#273583;
	text-align:center;
	border-bottom:1px solid #273583;
}

.blocs {
    float: left;
    width: 45%;
	min-width:250px;
	margin-right:3%;
	margin-bottom:1%;
	padding:1%;
    /* border: 1px solid #273583; */
	background-color:#fff;
	font-size: 0.9em;
	/*font-family: "droid_serifregular", "Times New Roman", times, Serif;*/
	
	text-align: justify;
	text-justify:inter-word;
	/*word-wrap:break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto; */
}

.logo {
	position:relative;
	top:15px;
	max-width:400px;
	
	font-size:1.3em;
	color:#273583;
	font-weight:bold;
	line-height:2;
}

div.logo > img {
	width:100%;	
}

.pitch {
	margin-top:30px;
	padding:15px;
	max-width:900px;
	clear:both;
	
	background-color:#ddd;
	text-align: justify;
}

.main {
	position:absolute;
	top:0;
	left:10%;
	width:80%;
	max-width:950px;
}

a {
	text-decoration:none;
	color:#273583;
}
a:hover {
	color:#990000;
}

.petit {
	border:1px solid #273583;
	border-bottom:0px;
	padding:10px;
	padding-bottom:5px;
	font-size:0.7em;
}