

body {
	clear: both;
	margin: 0;
	width: 100%;
	overflow: hidden;
}

.header {
	background-image: url(../IMG/bkg02arabe.jpg);
	background-repeat: no-repeat;
}

.header h1  {
	position: relative;
	top: 45px;
	right: 75px;
}

.header h2 {
	position: relative;
	top: 45px;
	right: 75px;
	font-size: 0.95em;
}

.langue {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 700px;
}

.langue li {
	float: left;
	list-style: none;
	background-color: #ffffff;
	border: solid #f0ce55 1px;
	font-family: Trebuchet MS, sans-serif;
	font-size: 0.7em;
	padding: 0 0.3em;
	margin: 0 0.5em 0 0;
}

.menu {
	position: absolute;
	bottom: 0;
	right: 15px;
	width: 705px;
	border: solid #bfbfbf;
	border-width: 0 0 1px 0;
	font-size: 0.8em;
}

.menu li {
	position: relative;
	top: 1px;
	float: right;
	list-style: none;
	background-image: url(../IMG/onglet1.gif);
	background-repeat: no-repeat;
	padding: 1px 5px 0 10px;
	margin: 0 8px 0 0;
}

.intranet {
	position: absolute;
	top: 160px;
	right: 690px;
	background-image: url(../IMG/picto-intranet.gif);
	background-repeat: no-repeat;
	background-position: right center;
	font-size: 0.8em;
	padding: 2px 20px 0 0;
}

.intranet2 {
	position: absolute;
	top: 100px;
	right: 650px;
	font-family: Times new Roman, serif;
	color: #ffffff;
	font-size: 2.5em;
}

.contenu {
	font-size: 0.8em;
}	

.contenu .droite {
	text-align: left;
}

.contenu ul, .contenu ol {
	padding: 0 2em 0 0;
}


.contenu ul ul, .contenu ol ol {
	padding: 0 2em 0 0;
}

.contenu .retour {
	position: absolute;
	top: -4em;
	right: 600px;
}

.contenu .document {
	margin: 0 0 1em 0;
	padding: 0 25px 0 0;
}

.contenu .PDF {
	background-image: url(../IMG/picto-pdf.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

.contenu .Word {
	background-image: url(../IMG/picto-word.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

.contenu .PowerPoint {
	background-image: url(../IMG/picto-ppt.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

.contenu .Excel {
	background-image: url(../IMG/picto-excel.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

.contenu .Zip {
	background-image: url(../IMG/picto-zip.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

.contenu .PNG, .contenu .JPG, .contenu .GIF {
	background-image: url(../IMG/picto-jpg.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
	
.footer {
	font-size: 0.8em;
}



