/* 
    Created on : 8 avr. 2014, 14:54:31
    Author     : Matthieu LEROMAIN
*/

body
{
    background-image: url(../images/bg04.png);
    margin: 0px;    
}

h1
{
    color: /*#606060*/ white;   
    padding-left: 10%;
    padding-top: 30px;
    font-family: 'Lobster', Arial,Helvetica,sans-serif;
    font-size: 2.75em;
    font-weight: 300;
}

h1 a, h1 a:hover
{
	color: white;
}

h2
{
    color: /*#606060*/ white;   
    /*padding-left: 35%;*/
	font-family: 'Yanone Kaffeesatz', Arial,Helvetica,sans-serif;
	font-size: 2.5em;
    font-weight: 300;
}

.banner h2
{	
	text-align: center;
}

.banner-link
{
	display: none;
}

h3
{
    color: #373F42;
    font-weight: 200;
    font-size: 1.8em;
    margin-top: 30px;
    padding-left: 25px;
}

h4
{
    color: #96A9B5;
    font-size: 1.25em;
    font-weight: 200;
    margin-top: 10px;  
    margin-bottom: 30px;
    padding-left: 25px;
}

h6
{
    color: /*#606060*/ white;   
    margin-top: 35px;
    padding-left: 10%;
    font-style: italic;
    font-weight: 300;
    font-family: 'Yanone Kaffeesatz', Arial,Helvetica,sans-serif;
    font-size: 1.2em;
    line-height: 1.85em;
}

header img
{
    /*float: left;
    margin-top: -40px;
    padding-left: 130px;*/
}

header
,section
,footer
{ 
display: block;
}

header
{
    background-image: url(../images/bg01.jpg);
	margin-top: -21px;    
}

#header
{
    height: 154px;
}

#header li
{
    display: inline;
    text-decoration: none;   
    font-weight: 200;    
}

#header li a
{
    font-family: 'Yanone Kaffeesatz';
    color: #C6C8C8;
    font-size: 1.4em;
    margin-left: 1%;
    outline: 0 none;
    text-decoration: none;    
}

nav
{
    margin-top: -39px;
    margin-right: 10%;
    text-align: right;
}

#header nav a:hover 
{
    color: #F6F8F8;
}

#banner
{
    border-top: 1px solid #222628;
    box-shadow: 0 1px 0 0 #3E484A inset;
    height: 300px;	
}

section
{
    width: 80%;
    margin-left: 10%;
    min-height: 700px;		
}

.vignette
{
    background-color: white;
    min-height: 600px;
    width:31%;
    margin-top: 50px;
	margin-left: 1%;
    margin-right: 1%;
    float: left;
	display: block;
    border: 1px solid #E2E6E8;
    box-shadow: 1px #3E484A inset;	
}

.vignette p
{
	padding-right: 25px;
	padding-left: 25px;
	text-align: justify;	
}

.check_list a
{
	text-align:center; 
	margin: auto;
	margin-right: 30px;
}

.check_list li
{
    border-top: 1px solid #E2E6E8;
    color: #474F51;
    font-family: 'Yanone Kaffeesatz';
    font-weight: 300;
    line-height: 1.85em;
    background: url("../images/icon-checkmark.png") no-repeat scroll 0 1.05em rgba(0, 0, 0, 0);
    font-size: 1.0em;
    padding: 0.7em 0 0.7em 10px;    
}

.check_list
{
    list-style: none;
    width: 85%;
}

.circleHome
{
    background-color:#1f5ea1;
    background-image:url(../images/accueil.png);
    background-position: center center;
    background-repeat:no-repeat;
    border:0px solid #679403;
    border-radius:50%;
    float: left;
    height:230px;
    margin-right: 20px;
    width:230px;
}

.circleRedbilled, .circleMe
{
    background-color:#E5E5E5;
    background-image:url(../images/redbilled_logo.png);
    background-position: center center;
    background-repeat:no-repeat;
    border:0px solid #E5E5E5;
    border-radius:50%;
    float: left;
    height:150px;
    margin-right: 20px;
	margin-left: 25px;
	margin-bottom: 15px;
    width:150px;
}

.circleContact
{
    background-color:white;
    background-image:url(../images/contact.gif);
    background-position: center center;
    background-repeat:no-repeat;
    border:0px solid #679403;
    border-radius:50%;
    float: left;
    height:350px;
    margin-right: 20px;
    width:350px;
}

.circleDonation
{
    background-color:white;
    background-image:url(../images/thanks.png);
    background-position: center center;
    background-repeat:no-repeat;
    border:0px solid #679403;
    border-radius:50%;
    float: left;
    height:350px;
    margin-right: 20px;
    width:350px;
}

.banner-image
{
	margin-top: 5px;
	border:0px solid white;
	margin-left: 130px;
	border-radius:3%;
	/*float: left;*/
}

#banner p
{
	color: white;
	margin-left: 25%;
	margin-top: 30px;
	text-align: center;
	width: 45%;
	font-style: italic;
	font-family: 'Yanone Kaffeesatz', Arial,Helvetica,sans-serif;
    font-size: 1.2em;
	font-weight: 200px;
}

footer
{
    /*background-color: #E83556;*/
    background-image: url(../images/bg03.jpg);
    border-top: 3px solid white;
	border-bottom: 3px solid white;
    height: 140px;
    margin: auto;
    width: 100%;
	clear: both;
}

#contact, #social, #copyright
{
    float: left;
    color: white;
    width:33%;    
}

#contact a, #social a, #copyright a
{
    color: white;
    text-decoration: underline;
}

#contact a:hover, #social a:hover, #copyright a:hover
{
    color: white;
    text-decoration: none;
}

#contact p, #social p, #copyright p
{
    display: inline;    
}

.circleMail
{
    background-color:#1f5ea1;
    background-image:url(../images/courriel.png);
    background-position: center center;
    background-repeat:no-repeat;
    border:0px solid #679403;
    border-radius:50%;
    float: left;
    height:48px;
    margin-right: 20px;
    width:48px;
}

.circleSocial
{
    background-color:#1f5ea1;
    background-image:url(../images/social.png);
    background-position: center center;
    background-repeat:no-repeat;
    border:0px solid #679403;
    border-radius:50%;
    float: left;
    height:48px;
    margin-right: 20px;
    width:48px;
}

.circleCopyright
{
    background-color:#1f5ea1;
    background-image:url(../images/copyright.png);
    background-position: center center;
    background-repeat:no-repeat;
    border:0px solid #679403;
    border-radius:50%;
    float: left;
    height:48px;
    margin-right: 20px;
    width:48px;    
}

#finish{
	display:block;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	padding:5px 10px;
	width: 65%;
	margin-left: 5%;
	text-align: center;
	margin-top: 20px;
}

#finish:target{
	display:block;
}

#information {
	margin-bottom: 25px;
}

#information p, #information li, #information #description {
	margin-left: 25px;
	text-align: justify;
}

#information img {
	float: left; 
	max-height: 130px;
	margin-right: 20px;
}

#information h2 {
	margin-top: 20px;
	margin-left: 25px;
	color: #EB4141;
	font-weight: 200;
	font-size: 2 em;
    text-align: center;
}

#information h4 {
	margin-top: 50px;
}

#information #captureScreen {
	margin-left: 25px;
	/*border: 1px solid;*/
	width: 100%;	
}

#information a {
	outline: 0 none;
}

#information #captureScreenWindows,
#information #captureScreenMac,
#information #captureScreenLinux,
#information #captureScreenAndroid {
	margin-top: 40px;	
	margin-bottom: 40px;
	height: 450px;	
	text-align: center;
	overflow: auto;
}

#information #captureScreen img{
	height: 400px;		
	max-height: 400px;
	text-align: center;
	float: none;
	margin-bottom: 50px;
}

#information #captureScreenHeader {
	/*border-bottom: 1px solid;	*/
	height: 36px;
	font-size: 1.6em;	
	text-align: right;	
	padding-top: 13px;
}

#information #captureScreenHeader i {
	margin-right: 20px;		
}

#information h4 i {
	margin-right: 10px;
}

#information table {
	border: 1px solid;
	margin-left: 25px;
	width: 100%;	
}

#information table img {
	float: none;
}

#information table tr {
	border: 1px solid;
	height: 50px;
}

#information table th, #information table td {
	border: 1px solid;
	width: 14%;
	margin: auto;
	text-align: center;	
}
