/* CSS Document */
/********** html5 **********/
header, section, footer, aside, nav, article, figure {
	display: block;
}
/********** Reset CSS **********/

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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

html, body {
	height: 100%;
}
a {
	color: #000000;
	text-decoration: none;
}


/********** global **********/

body, #page{
	font: 95%/1.4em 'Cabin', Verdana, Arial, Helvetica, sans-serif;
	font-weight: 400;
	letter-spacing: 0.09em;
	background-color: #061837;
	color: #FFFFFF;
}
#page{
	width: 80%;
	min-width: 950px;
	background:url(img/fond.gif)repeat;
	margin: 0 auto;
	padding: 20px;
}
#pagepopup{
	width: 80%;
	min-width: 300px;
	
	background:url(img/fond.gif)repeat;
	margin: 0 auto;
	padding: 20px;
	Border-radius: 5px;
	border : 1px solid #333;
}
.center{
	display: block;
	width: 200px;
	margin: 50px auto 0;
	padding: 30px;
	Border-radius: 5px;
	border : 1px solid #333;
}
header{
	width: 100%;
	}
header img{
	display block;
	float: left;
	border: none;
	margin: 0 30px 15px 0;
	
	}
h1{
	font-size: 32px;
	line-height: 50px;
	letter-spacing: 0.1em;
	font-weight: 700;
	text-shadow: rgba(255, 255, 255, 0.2) 1px 1px 0px;
}
h2{
	font-size: 23px;
	line-height: 25px;
	letter-spacing: 0.1em;
	font-weight: 700;
	text-shadow: rgba(255, 255, 255, 0.2) 1px 1px 0px;
}
/********* licence ****************/
strong{
	font-weight: bolder;
}
#licence{
	margin-bottom: 20px;
}
#licence h3{
	font-size: 18px;
	line-height: 20px;
	letter-spacing: 0.1em;
	margin: 40px 0 10px 0;
}
#licence h4{
	font-size: 17px;
	line-height: 17px;
	margin: 35px 0 9px 0;
	letter-spacing: 0.1em;
	font-weight: 700;
}
#licence p{
	letter-spacing: 0.1em;
	font-size: 0.9em;
}
#licence ol{
	list-style-type: none ouside none;
	margin-left: 18px;
	font-size: 0.9em
}
#licence ol li{
	list-style-type:decimal;
}
/********* liens ****************/
a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration: underline;
	
}
a:active {
	text-decoration: none;
	
}

/*********** nav haut : menu *************/
nav#menu ul{
	line-height: 15px;
}
	
nav#menu ul li{
		display: block;
	    float: left;
}

nav#menu a{
	display: block;
	float: left;
	padding: 8px 20px;
	margin: 10px 5px 5px 0;
	border-radius: 5px;
	border : thin solid #333;
	
}

nav#menu a:link, nav#menu a:visited{
	text-decoration:none;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-8 */
}
nav#menu a:hover{
	text-decoration: underline;
}
nav#menu a:active{
	background: -moz-linear-gradient(bottom,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left bottom, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* IE10+ */
background: linear-gradient(to top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-8 */
}

/************ article *************/
article{
	clear: both;
	margin-top:90px;
	}
section#rep{
	display: block;
	float: left;
	width: 25%;
	padding-top: 15px;
}
section#tableau{
	display: block;
	float: left;
padding-top: 15px;
	width: 75%;
}
section#formulaireUser{
	display: block;
	float: left;
	width: 75%;
}

/************* section repertoire**************/

section#rep ul li{
	margin-left: 15px;
}
section#rep ul{
	margin-top: 10px;
}
section#rep ul li ul li{
	margin-left: 30px;
	font-size: 0.8em;
}
li img{
	margin-right: 8px;
	}

/********* tableau central ****************/
legend{
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 0.1em;
	font-weight: 900;
	color: #FFFFFF;
	text-shadow: rgba(255, 255, 255, 0.2) 1px 1px 0px;
}
fieldset{
	font-size: 0.8em;
	width: 550px;
	margin: 10px;
	padding: 20px;
	Border-radius: 8px;
	border : 1px solid #333;
}
fieldset.bas{
    float: left;
    width: auto;
    height: 70px;
    margin-top: 40px;
	padding: 10px 15px 5px 15px ;
}

input.bouton_submit {
	width:100px;
	margin-left:220px;
	border : 1px solid #333;
 }
 
div.info {
	display:inline;
/*	float: left;*/
	font-size: 0.8em;

}


table.cadre{
	font-size: 0.8em;
	width: 325px;
	margin: 10px auto;
	padding: 1px;
	Border-radius: 8px;
	border : 1px solid #333;
}
table{
	font-size: 0.8em;
	width: 100%;
	margin: 10px auto;
	padding:  5px 1px;
	Border-radius: 8px;
	border : 1px solid #333;
}
th{
	line-height: 40px;
}
tr.un{
	background: rgba(150,150,150,0.1);

	}
	
tr{
	margin: 5px;
	line-height: 2em;
	
	}
td{
	padding: 5px;
	border-top: thin solid #333;
	border-bottom: thin solid #333;
}
/********* footer ****************/

footer {

font-size: 0.7em;
clear: both;
margin: 100px 30px 0 30px;
border-top: thin solid #333333;
text-align: centre;
line-height: 3;
}

/*******************page accueil ?*************************************/
.cadre {
	border: 1px solid #000000;
}
/*body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
*/
form{
	margin-top: 15px;
}
.pme-form{
	margin-top: 75px;
}
.center label{
	
	font-size: 0.9em;
	
}
label{
	font-size:1.1em;
	line-height:2;
}
input, select {
	
	font-size: 1em;
	padding: 3px;
	margin-bottom: 10px;
}
.cadre #form1 #button {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
}