@font-face {
    font-family: 'latoregular';
    src: url('lato-regular-webfont.eot');
    src: url('lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('lato-regular-webfont.woff') format('woff'),
         url('lato-regular-webfont.ttf') format('truetype'),
         url('lato-regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Message d'erreur Login */
#error{
position:absolute;
text-align:center;
color:#EC7063;
margin-left:28px;
margin-top:2px;
}

/* Titre élément Download */
 .title, .title2, .title3{
margin-bottom: 20px;
padding-top: 20px;
}

.title2{
position:relative;
left:250px;
bottom:310px;
}

.title3{
position:relative;
right:250px;
bottom:618px;
}

h3{
	font-size: 24px;
    font-weight: 700;
    margin-top: 2px;
    line-height: 40px;
    text-rendering: optimizelegibility;
    font-family:'latoregular', sans-serif;
    color:#34485D;
}

/* Triangle CSS avant élément Download */
.download:before, .download2:before, .download3:before{
    border-color: transparent transparent #EFF0F2;
    border-style: solid;
    border-width: 0 9px 9px;
    content: "";
    height: 0;
    left: 23px;
    position: absolute;
    top: -9px;
    width: 0;
    margin-right: 20px;
}

.download, .download2, .download3{ 
	background-color: #EFF0F2;
    border-radius: 6px 6px 6px 6px;
    position: relative;
    width:150px;
}

/* Style liste élements Download */
.download > form, .download2 > form, .download3 > form{
		list-style-type: none;
    	margin: 0;
    	padding: 15px;
    	color: #34495E;
    	font-family: "Lato",sans-serif;
    	font-size: 14px;
    	line-height: 1.231;
    	background-color:#EFF0F2;
    	width:150px;
    	height:150px;
-webkit-border-radius:6px 6px 0 0;
    -moz-border-radius:6px 6px 0 0;
    	border-radius:6px 6px 0 0;
}


.download > form > p, .download2 > form > p, .download3 > form > p{
	font-family:'latoregular', sans-serif;
	font-size:15px;
	line-height:20px;
    width: 100%;
    color: #34495E;
    text-align:center;
}

.centrer {
	display: block;
	margin: 0 auto; 
}

.download2{ 
    left:250px;
    bottom:309px;
}

.download3{ 
    right:250px;
    bottom:616px;
}

/* Effets bouton Download */
button{
-webkit-border-radius:0 0 6px 6px;
   -moz-border-radius:0 0 6px 6px;
        border-radius:0 0 6px 6px;
    	width:180px;
		background-color: #CC0000;
		font-size: 16.996px;
    	line-height: 20px;
    	padding: 12px 18px 13px;
    	border: medium none;
-webkit-box-shadow:none;
   -moz-box-shadow:none;
        box-shadow:none;
   		color: #FFFFFF;
    	text-decoration: none;
    	text-shadow: none;
    	-webkit-transition:all 0.25s ease 0s;
		-moz-transition:all 0.25s ease 0s;
		-o-transition:all 0.25s ease 0s;
		transition:all 0.25s ease 0s;
        font-weight: 500;
		-moz-box-sizing: border-box;
	 	margin-bottom: 0;
        text-align: center;
        vertical-align: middle;
        font-family: 'latoregular',sans-serif;
        cursor:pointer;
}

button:hover, #logout > button:hover{
    	background-color:#D92432;
}

a:link {
    	text-decoration:none;
}

/* Positionnement et style bouton Investor Log Out */
#logout
{
	float:right;
	margin-right:0px;
	margin-top:39px;
	height:5px;
}

#logout > button {
	background-color:#353B47;
	border-radius:inherit;
}