body {
	text-align: justify;
	font-size: 0.8em;
	line-height: 1.0em;
	font-family:  verdana, arial, sans-serif;
	padding: 0px;
	margin: 0px;
}

/* Pour utiliser la position fixed dans ie : On veut que le body soit un bloc conteneur
classique avec un overflow déclaré, il faut également que celui-ci prenne la hauteur totale de la
fenêtre, pour ceci, on utilise le code suivant :*/

/*body, html {height: 100%;margin: 0;padding: 0;
}html {overflow: visible;}body {overflow: auto;
}
*/

/* L'utilisation de cette balise permet d'écraser les valeurs données précédemment pour le navigateur qui les lira.
*/

/*div[id=haut] {
position: fixed !important;}html > body {overflow: visible !important;}*/

/*Il n'y a plus qu'à positionner l'élément que l'on veut en fixe dans la page avec un position: absolue pour
ma balise haut et bas*/

#haut {
	font-family:  verdana, arial, sans-serif;
	position: fixed;
	top: 5px;
	left: 0px;
	right: 0px;
	height: 120px;
	text-align: center;
	border-bottom: 1px solid black;
	background-image: url("../images/haut1.png");
	background-repeat: no-repeat;
	margin: 0px;

}

#container p img{
	margin:0 auto;
	border:2px solid red;

}

.google {
	float:right;

}

.contenu{
/*	position:absolue;*/
	width:90%;
	background-color:#FFFFFF;
	padding:1% 2% 3% 2%;
	margin:1% 3% 1% 3%;
}

#container {
	position:relative;
	width:80%;
	padding-left:10%;
	padding-right:10%;
	padding-top:130px;
	padding-bottom: 55px;
	background-color: #cccccc;
	line-height: 1.3em;
}

#bas {

	font-family:  verdana, arial, sans-serif;
	border-top: 1px solid black;
	z-index: 10;
	position: relative ;
	bottom:0%;
	left: 0px;
	right: 0px;
	height: 65px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bas.png);
	background-repeat: no-repeat;

}

#bas a {
	font-size :10px;

}


#top_img {
	width:100%;
	height:100%;
}

#debian_transp1 {
	position: absolute;
	top: 5px;
	right: 10px;
	height: 30px;
	width: 87px;
	background-image: url("../images/debian_transp1.png");
}

#bottom_img {
	width:100%;
	height:100%;
}
li {
	text-indent: 0px;
}
img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
h1 {
	color: #0a4d91;
	font-size: large;
	font-weight: bold;
	text-indent: -15px;
	margin-top: 20px;
	margin-bottom: 20px;
}
h2 {
	color: #3a6ca0;
	font-size: 15px;
	font-weight: bold;
	margin-top: 14px;
	margin-bottom: 14px;
}
h3 {
	color: #073e77;
	font-size: 13px;
	font-weight: bold;
	margin-top: 14px;
	margin-bottom: 14px;
	text-indent: 50px;
}
pre{
	white-space: -moz-pre-wrap;
/*	white-space: -o-pre-wrap;*/
	margin-left: 1px;
	margin-right: 1px;
	padding: 10px;
	text-indent: 0px;
	background-color: #999999;
	position: static;
	border: 1px solid #333333;
	font-size: 11px;
}
#code{
/*	white-space: -o-pre-wrap;*/
/*	white-space: -o-pre-wrap;*/
	margin-left: 1px;
	margin-right: 1px;
	padding: 10px;
	text-indent: 0px;
	background-color: #CCCCCC;
	position: static;
	border: 1px solid #333333;
	font-size: 11px;
}
.code{
/*	white-space: -o-pre-wrap;
	white-space: -o-pre-wrap;*/
	margin-left: 1px;
	margin-right: 1px;
	padding: 10px;
	text-indent: 0px;
	background-color: #CCCCCC;
	position: static;
	border: 1px solid #333333;
	font-size: 11px;
}

#code1{
	margin-left: 1px;
	margin-right: 1px;
	padding: 10px;
	text-indent: 0px;
	background-color: #CCCCCC;
	position: absolute;
	border: 1px solid #333333;
	font-size: 11px;
	height: 60px;
	width: 170px;
	color: #666666;
	top: 130px;
	right: 1px;
}
#tab2{
	white-space: normal;
	margin-left: 1px;
	margin-right: 1px;
	padding: 10px;
	text-indent: 0px;
	background-color: #CCCCCC;
/*	position: absolue;*/
	border: 2px solid #333333;
	font-size: 14px;
	clip: rect(auto,auto,auto,auto);
	background-image: url(../images/drunk.jpg);
	height: 50%;
	width: 20%;
	color: #FFFFFF;
	left: 36%;
	top: 25%;
	right: 36%;
	bottom: auto;
	text-decoration: blink;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	background-repeat: no-repeat;
}

#laptop{
	background-repeat: no-repeat;
	position: absolute;
	height: auto;
	width: auto;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	cursor: default;
	left: 10%;
}
a {
	color: #444444;
	text-decoration: none;
	font-weight: bold;
	border: 0;
	margin: 0;
	padding: 0;
}


a:hover {
	color: #3399FF;
	text-decoration: underline;
	}

a:link, a:visited {
	border-bottom:1px dotted;
	color:#330000;
	font-weight:bold;
	text-decoration:none;
}
a:visited {color:#333;}
a:focus,
a:hover {
	border-bottom-style:solid;
	color:#D03900;
}

#titre, h2.titleHead {
	border: 0px;
	margin-top: 0px;
	padding: 0px;
	padding-top: 10px;

	text-align: center;
	text-indent: 0px;
	font-size: large;
	font-weight: bold;
	color: #111111;
}
#pdf {
	border: 0px;
	margin-top: 0px;
	padding: 0px;

	text-align: center;
	text-indent: 0px;
}

#date {
	border: 0px;
	margin-top: 0px;
	padding: 0px;
	text-align: center;
	text-indent: 0px;
	padding-bottom: 10px;
}

#valid {
	position: absolute;
	top: 3px;
	right : 0px;
	padding: 0px;
	margin: 0px;
	z-index: 11;
}

#valid li , #powered li{
	float:left;
	padding: 0px;
	margin: 0px;
	margin-right: 2px;
	font-size: 9px;
	list-style-type: none;
	text-align: center;
}

#valid div.head, #powered div.head {
	float: left;
	width: 40px;
	height: 12px;
	border: 1px solid black;
	background-color: #FFFFFF;
	font-weight: bold;
}

#valid div.head a, #powered div.head a{
	display: block;
	height: 100%;
	width: 100%;
}
#valid div.power a, #powered div.power a{
	height: 100%;
	width: 100%;
	display: block;
	color: #000000;
	font-weight: normal;
}
#valid div.power, #powered div.power {
	width: 60px;
	height: 12px;
	float: left;
	border-spacing: 0px;
	margin: 0px;
	margin-left: -1px;
	margin-right: 3px;
	background-color: #cfcfcf;
	border: 1px solid black;
	color: #000000;
}

#change {
	position: absolute;
	top: 0px;
	left: 15px;
	width:auto;
	padding-top:3px;
	padding-left:3px;
	font-size:x-small;
	font-weight:bold;
	color: #FFFFFF;
	z-index: 11;
}

.table_cv{
	border-collapse: collapse;
	border: 0px;
	padding: 0px;
	width: 100%;
}

.marge {
	width: 150px;
	vertical-align: top;
}
#pres_insp {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	border: 0px;
	padding: 0px;
	width: 100%;
}

#carac_insp {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	border: 0px;
	padding: 0px;
}




input.text, textarea.text {
	padding: 2px;
	text-indent: 0px;
	background-color: #EEEEEE;
	border: #888888 1px solid;
}
input.text {
	font-size: x-small;
	width: 150px;
}
textarea.text {
	width: 350px;
}
div.bt {
	text-indent: 0px;
	background-image:url(../images/haut5.png);
	border: #888888 1px solid;
	color: #FFFFFF;
	font-size: x-small;
	font-weight: bold;
	text-align: center;
	width: 100px;
}
div.bt a{
	color: #FFFFFF;
	display: block;
	width: 100%;
}

div.bt a:hover{
	color: #444444;
}
div.bt:hover {
	border: #000000 1px solid;
	color: #444444;
}
table.stats {
	border-collapse: collapse;
	width: 100%;
	border: #888888 1px solid;
}

table#liens {
	border-collapse: collapse;
	width: 100%;
}
#liens tr.espace {
	border: 0px;
	border-top: #888888 1px solid;
	height: 20px;
}
#liens tr , .stats tr{
	border-left: #888888 1px solid;
	border-right: #888888 1px solid;
}
#liens th, .stats th , .oracle th{
	text-align: center;
	border: #888888 1px solid;
	background-color: #eeeeee;
}
#liens td, .stats td {
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
}
/*

D�calage des ancres de la table des mati�res et de la table des r�f�rences pour
que le bandeau sup�rieur ne cache pas le texte

*/
*[id|=x1] {
	padding-top: 50px;
}
*[id|=X] {
	padding-top: 50px;
}
/*#biblio[name] {
	padding-top: 50px;
}*/

div.center {
/*	position: center;*/
}
div.divcenter {
	text-align: center;
	text-indent: 0px;
}

img.icones {
	height: 15px;
	width: 80px;
	border: 0px;
	margin: 0px;
	padding: 0px;
}
div#barrelaterale {
	position: absolute;
	top: 200px;
	right: 45%;
	width: 222px;
	font-size : 90%;
}