@charset "UTF-8";
html{
    min-height: 100%;
    overflow: auto;
    background: #ffffff;
	font-family: Arial, sans-serif-serif;
	background: url(../images/grille.png) repeat;		
}
#wrapper {
	width: 100%;
    min-height: 100%;
	overflow-x: hidden; /* overflow:hidden; .... on test sans */
	/* background: url(../images/bg2_mob.jpg) 50% 0 no-repeat;	*/
}
.logoHolder {
	width: 220px;
	height: 65px;
	margin: 25px auto 25px auto;
}
#logo {
	display: inline-block;
	width: 220px;
	height: 65px;
	background-image: url(../images/PC-Support_logo.png);
	background-repeat: no-repeat;
	background-position: 50% 0%;
}
section {
  margin-left: 10%;
  margin-right: 10%;
}
section > article {
	font-size: 13px;
	color: #737d7a;
	line-height: 22px;
	padding-bottom: 16px;
	text-align: justify;
}
section > article > header {
	color: #e30613;
	font-size: 24px;
	line-height: 24px;
	width:100%;
	padding-bottom: 21px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 700;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
	/* margin: 0 0.83em; */
	background: none;
	position: relative;	
    text-align: left;
}
section > article > ul > li {
    text-indent: -23px;
	list-style-type: none;
    padding-left: 25px;
    line-height: 135%;
    margin-top: 0.75em;
}
section > article > ul > li > i.fa {
    margin-right: 5px;
    display: inline;
    color: #ff0000;
}
.nav {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: center;
}
.nav > li {
	display:inline-block;	
}
.nav > li a {
	text-decoration: none;
	font-size: 15px;
	color: #fff;
	line-height: 18px;
	display: inline-block;
	padding: 8px 12px;
	margin-bottom: 4px;
	background: #999999;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.nav > li a.navplus {
	/* line-height: 12px;
	padding: 6px 8px; */
	margin-bottom: 5px;
    background:rgb(0,127,115);
    display: inline;    
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
h1, legend {
	font-size: 18px;
	line-height: 18px;
	color: #444444;
    margin-bottom: 5px;
    margin-top: 15px;
    text-align: left;
}
p {
    margin-bottom: 2em;
}
a {
    color: #e30613;
}
mark {
    background: transparent;
    border-bottom: 1px solid #e30613;
    color: #222;
}
.rouge {
    color: #e30613;
}
.tur {
    color: rgb(0,127,115);   
}
.cubes {
    float: left;
    margin-right: 10px;
    width: 42px;
}
.cu {    
    width: 42px;
    height: 48px;
    margin-bottom: -23px;
}
.cred {
    background-image: url(../images/cube_rouge.png);
    background-repeat: no-repeat;
}
.soixante {    
      opacity: 0.6;
}
.quatrevingt {    
    opacity: 0.8;
}

#formcontact input, select, textarea {
    height: 25px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: solid 1px #999;
    width: 100%;
}
#formcontact input[type="submit"] {    
    border: solid 0px #999;
    width: auto;
    cursor: pointer;
}
#formcontact label {
    color: #e30613;
    text-align: left;    
}