html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, 
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video  {
	margin: 0;
	padding: 0;
	font-size: 1em; 
  border:0;
  vertical-align:baseline;
  background:transparent;
}
html {
}
body {
	font-size: 68.75%; /* 62.5% => 10px // 68.75% = > 11px* // 75% => 12px */
}

body, select, input, button, label, textarea, img, 
code, pre, samp, kbd, pre {
	font-family: arial, helvetica, verdana, FreeSans, "Bitstream Vera Sans", sans-serif;
}


/* HTML5 */
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary, video { 
    display:block;
}
abbr, eventsource, mark, meter, time, progress, output, bb { 
	display:inline;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 1em;
	line-height:1em;
}

form, fieldset {
	display: block;
	border:0 none;
}
legend {
	margin-left:-7px;
}
input {
	margin:0;
}
select, input, button, label {
	vertical-align: middle;
	font-size: 1em;
}
textarea {
	overflow:auto;
	font-size: 1em;
}

input.radio, input.checkbox {
	height: 13px;
	width: 13px;
}

img {
	border:0;
}

ol, ul {
	list-style-type: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	table-layout:fixed;
}

object, embed {
	display:block;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
dfn {
	font-style: normal;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

a {
	text-decoration:underline;
	color:#000;
}
a:hover {
	text-decoration:none;
}
a:focus {
	outline: #000 dotted thin;
}
address {
	font-style: normal;
}
  
.hidden {
	position:absolute;
	top: -9999px;
	left: -9999px;
	height:0px;
}


/*
 * 
 ========================================================================= */
body {
	text-align:center;
	background-color:#fff;
}

#wrapper {
	text-align:left;
	width:960px;
	margin: 0 auto;
}
#header {
	padding-top:20px;
	margin-bottom:40px;
	zoom:1;
}
#header:after {
	content:".";
	display:block;
	height:0;
	visibility:hidden;
	clear:both;
}
		#header .logo-site {
			float:left;
		}
		#header .logo-client {
			float:right;
		}
#content {
	margin-bottom:5px;
	border:1px solid #aaa;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px ;
	padding:20px;
}
#footer {
	text-align:center;
	color:#aaa;
	font-size:0.91em;
}

h1 {
	font-weight:bold;
	font-size:2em;
	margin-bottom:25px;
}

h2 {
	font-weight:bold;
	font-size:1.5em;
	margin-bottom:25px;
}

.std-list li {
	margin-bottom:10px;
	padding-left:20px;
	background: transparent url(../img/pictos/file.gif) no-repeat left top;
	min-height:16px;
}
.std-list li.pdf {
	background-image:url(../img/pictos/pdf.png);
}
.std-list li.mov {
	background-image:url(../img/pictos/mov.gif);
}
.std-list li.wmv {
	background-image:url(../img/pictos/wmv.gif);
}
.std-list li.flv {
	background-image:url(../img/pictos/flv.gif);
}
.std-list li.zip {
	background-image:url(../img/pictos/zip.gif);
}
.std-list li.jpg {
	background-image:url(../img/pictos/jpg.gif);
}
.std-list li.gif {
	background-image:url(../img/pictos/gif.png);
}
.std-list li.png {
	background-image:url(../img/pictos/png.png);
}
.std-list li.rar {
	background-image:url(../img/pictos/rar.gif);
}
.std-list li.sound {
	background-image:url(../img/pictos/son.png);
}
.std-list li.video {
	background-image:url(../img/pictos/video.png);
}
.std-list li.vecto {
	background-image:url(../img/pictos/vecto.png);
}
.std-list li.psd {
	background-image:url(../img/pictos/video.png);
}
		.std-list a {
			text-decoration:none;
		}
		.std-list a:hover {
			text-decoration:underline;
		}
