@font-face {
	font-family: cabin;
	src: url(fonts/cabinregular.ttf);
}

@font-face {
	font-family: terminator;
	src: url(fonts/TERMINAT.TTF);
}

#banniere
{
	background-color: rgb(34,0,0);
}

#langue
{
	position: absolute;
	left: 3%;
	width: 50px;
}

#langueimage
{
	width: 50px;
}

body
{
	font-family: cabin, Arial;
	color: black;
	font-size: 120%;
}


h1
{
	text-align: right;
	font-family: terminator;
	font-size: 200%;
	padding-top: 30px;
}

h4
{
	margin-bottom: 0px;
}

.icone
{
	float: left;
	margin-right: 20px;
}


.iconetitre
{
	float: right;
	margin-left: 20px;
}

#sous-titre
{
	text-align: right;
	color: rgb(120, 120, 120);
	font-size: 100%;
	font-style: normal;
}


#versions
{
	text-align: center;
}



#desktop, #online
{
	border: 2px solid rgb(120, 120, 120);
	border-radius: 3px;
	padding: 3px;
	margin-left: 10%;
	margin-right: 10%;
	display: inline-block;
	text-decoration: none;
	color: rgb(120, 120, 120);
;
}

#desktop:hover, #online:hover
{
	background-color: rgb(230, 230, 230);
}



#telechargement, #versionOnline
{
	margin-top: 60px;
	background-color: rgb(241,90,36);
	color: white;
	font-size: 120%;
}


#remarques
{
	margin-top: 60px;
	background-color: rgb(70,160,255);
	color: white;
	font-size: 120%;
}


#soutenir
{
	margin-top: 60px;
	padding-left: 10px;
	background-color: rgb(50,1,0);
	color: white;
	font-size: 120%;
}


.paragraphe-telechargement
{
	clear: left;
}


.captures
{
	text-align: center;
}

.images
{
	box-shadow: 5px 5px 3px gray; 
	margin: 10px;
}


#paragraphe-remarques
{
	clear: left;
}


#commentaire
{
	vertical-align: top;
	font-family: cabin, Arial;
}

#bouton
{
	font-family: cabin, Arial;
}


#boutonFeedback
{
	font-family: cabin, Arial;
	font-size: 135%;	
}

#champVerification
{
	font-size: 80%;
	font-style: italic;
	font-weight: bold;
}
