	/* created by Pam Atkins, based on a template from http://freehtml5templates.com/ */
@import url(https://fonts.googleapis.com/css?family=Nova+Round|Pompiere);

/* reset */
* {
margin: 0;
padding: 0;
}

/* render html5 elements as block */
footer, section, aside, nav, article {
display: block;
}

body {
line-height: 1;
background-image: url(/images/bg2.png);
background-repeat: repeat;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #221;
font-size: 14px;
line-height: 18px;
background-color: #aaa;
}
	
fieldset
{
	padding-left: 2em;
	padding-top: 1em;
}
/* layout */

#wrapper {
max-width: 940px;
margin: 0 auto;
margin-bottom: 20px;
border: 3px solid #888;
background: #aaa url(/images/bg.png) repeat;
}

nav {
clear:both;
max-width: 940px;
height: 50px;
margin: 0 auto;
background: #666;
margin-top: -6px;
}

#topNav
{
	position: fixed;
	top: 0px;
	text-align: center;
}
p
{
	text-indent: 2em;
	text-align: justify;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	margin-bottom: 18px;
}
#main {
max-width: 940px;
margin: 0 auto;
padding-top: 0;
margin-top: 50px;
overflow: hidden;
}

#content {
max-width: 470px;
margin-left: 40px;
float: right;
}

#sidebar1 {
float: left;
width: 156px;
background-color: #596929;
}

#sidebar1 p {
  padding-left: 7px;
  padding-right: 3px;
  color: white;
}

table.rightaligncells tr td:first-child
{
	text-align: left;
	color: #333;
}
#sidebar2 {
float: right;
padding-right: 30px;
width: 180px;
}

footer {
max-width: 940px;
margin: 0 auto;
clear: both;
}

/* basics */

h1,h2,h3,h4,h5,h6 {
/*font-weight: bold;*/
clear: both;
color: #121;
text-decoration: none;
}

a:link, a:visited {
color:#000;
background-color: rgba(255, 120, 120, 25);
border-bottom: dotted 1px #ff0;
text-decoration:none;
padding-left: 1em;
}
a.has-img-child, a.has-img-child:visited
{
background: transparent;
padding-left: 0;
}

a:hover, a:active {
color: #FFFF00;
}


li {
padding-left: 5px;
}

/* nav */

nav .menu {
font-size: 14px;
font-family: "Trebuchet MS", Verdana, sans-serif;
}

nav .menu ul {
margin: 0;
padding: 10px 0 0 10px;
list-style: none;
line-height: normal;
}

nav .menu li {
display: block;
float: left;
}

nav .menu a {
display: block;
float: left;
margin-right: 5px;
padding: 7px 15px; /* taille du bloc de lien dans le menu */
text-decoration: none;
color: #FFF;
background-color: #666b66;
}

nav .menu a:hover {
text-decoration: underline;
color:#C3A26B;
}


/** ARTICLES **/
article img {
border: none;
}

#content p, ul, ol, hr {
margin-bottom: 24px;
}

#content ul ul, ol ol, ul ol, ol ul {
margin-bottom: 0;
}

#content h2, h3, h4, h5, h6, .content h2, .content h1 {
margin: 0 0 20px 0;
line-height: 1.5em;
font-family: "Nova Round", "Trebuchet MS", Verdana, cursive;
}
#sidebar2 h1 {
font-family: "Nova Round", "Trebuchet MS", Verdana, cursive;
}

#content h2{
  margin-top: 10px;
}


.alignleft, img.alignleft {
display: inline;
float: left;
margin-right: 10px;
}

.alignright, img.alignright {
display: inline;
float: right;
margin-left: 10px;
}

.aligncenter, img.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}

img {
margin-bottom: 2px;
}

/* sidebar and footer widget blocks */
#sidebar2 h1 {
  text-align: center;
  font-size: 20px;
  color: #596929;
  font-weight: bold;
  margin-bottom: 10px;
}

#sidebar2 .details {
  font-weight: bold;
  border: solid #596929 1px;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: 5px;
}


aside h3 {
font-size: 18px;
text-shadow: 0px 2px 3px #ddd;
}

aside ul {
list-style: square;
color: #bbb;
margin: -15px 0 15px 25px;
}

#footer-area {
background: #666;
color: #FFF;
font-size: 90%;
padding: 18px 0;
overflow: hidden;
}

.footer-segment {
float: left;
margin-right: 20px;
margin-left: 20px;
width: 190px;
}

footer aside h4 {
color: #faf0e6;
font-size: 16px;
line-height: 1.5em;
}

footer ul {
list-style: none;
margin: -15px 0;
}

footer a:link, footer a:visited {
color: #fff;
}

footer a:hover { 
text-decoration: underline;
color:#C3A26B;
}

footer p {
margin-top: -15px;
color: #faf0e6;
}
.number, table.rightaligncells tr td
{
	text-align: right;
	padding-right: 0.5em;
}
.more
{
	text-align: right;
	font-family: "Pompiere", "Trebuchet MS", cursive;
}
table
{
	width: 100%;
	background-color: #acb;
}
.row-odd
{
	background-color: #bcb;
}
.emphasize, strong
{
	color: #700;
	font-weight: bold;
}
h2
{
	background-color: rgba(200, 255, 200, 0.3);
	color: #000;
	position:relative;
	left: -120px;
	text-indent: 130px;
	width: 120%;
}
p.noindent
{
	text-indent: 0;
}
tr:first-child th,
tr:first-child td
{
	border-top: 1px solid #787;
}
tr td, tr th
{
	border-bottom: 1px solid #787;
	border-right: 1px dotted #999;
}
td, th
{
	padding-left: 4px;
	height: 1.9em;
}
tr td:first-child, tr th:first-child
{
	border-left: 1px solid #676;
}
tr:nth-child(2n)
{
	background-color: rgba(180, 180, 180, 0.3);
}
th
{
	background-color: rgba(224, 255, 224, 0.15);
}
p.aligncenter
{
	text-align: center;
}
a:hover > img
{
	background-color: rgba(200, 200, 255, 0.7);
}
div.messagebox
{
	width: 400px;
	border: 3px dotted #00F;
	background-color: rgba(120, 120, 255, 0.5);
	text-align: center;
}
* div.messagebox {
margin: 0 auto;
	margin-bottom: 3em;
}
div.messagebox.error
{
	border-color: #F00 !important;
	background-color: rgba(255, 120, 120, 0.5);
}

.maincontent
{
	max-width: 670px;
	float: left;
	margin-left: 1em;
}
form p label
{
	min-width: 12em;
	margin-right: 1em;
	display: block;
	float: left;
}
p.submitbutton
{
	margin: auto;
	text-align: center;
	clear: both;
	margin-bottom: 1em;
}
p.submitbutton input
{
	font-weight: bold;
	min-width: 6.5em;
	min-height: 1em;
}
article ul
{
	font-family: "Trebuchet MS", verdana, cursive;
	margin-left: 2.3em;
}
td.yes, td.no, td.linux, td.windows
{
	background-repeat: no-repeat;
	background-position: center;
	min-width: 70px;
	cursor: text;
}
td.yes
{
	color: #cfc;
	background-image:url(/images/oui.png);
}
td.no
{
	color: #fcc;
	background-image:url(/images/no.png);
}
table tr td.linux
{
	color: #f22;
	background-image: url(/images/linux.png);
	font-size: 10pt;
	text-align: center;
}
td.windows
{
	color: #666;
	background-image: url(/images/windows.png);
	font-size: 10pt;
	text-align: center;
}
/* produit / acheter un produit */
.produit.description
{
	font-family: "Trebuchet MS", Verdana, cursive;
	font-size: 15pt;
	padding-bottom: 2em;
}
.prix
{
	font-size: 16pt;
	color: #000;
	text-align: center;
	border: 1px solid #777;
	padding: 1em;
}
.prix del
{
	font-size: 9pt;
	background-color: #fc7;
	color: #bbb;
}
.prix ins
{
	font-size: 16pt;
	background-color: #dfc;
	color: #090;
}
.publicite img
{
	border: 3px dashed #FF4;
}
input, textarea, select, option
{
	font-family: "DejaVU Sans mono", Consolas, "Lucida Console", monospace;
}
input[type=submit][name=buy]
{
	border: 2px solid;
	border-color: #aa8 #220 #220 #aa8;
	padding: 0.5em 2em 0.5em 2em;
	background-color: rgba(255, 255, 255, 0.46);
	text-align: center;
	font-family: "CENA", Consolas, Arial, Verdana, sans-serif;
	font-size: 14pt;
}
input[type=submit][name=buy]:hover
{
	background-color: rgba(255, 255, 5, 0.46);
	color: #00f;
	cursor: pointer;
}
div.produit.add
{
	text-align: center;
}
#splashscreen 
{
}
#splashscreen a span
{
	margin: 0 auto;
	margin-top: 7em;
	font-size: 36pt;
	line-height: 48pt;
}
#splashscreen a
{
	position:absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 10, 0, 0.9);
	text-align:center;
	color: #ff4;
}
#splashscreen:target
{
	display:none;
}
.contact
{
	font-family: "Pompiere", "Trebuchet MS", cursive;
	font-size: 18pt;
	line-height: 2em;
}
.sp4mtr4p 
{
  display: none;
}
