/* 
	page styles	pour CAP INFORMATIQUE
	Author: tom
	Created: 16/12/20011
		
*/




/* layout
----------------------------------------------- */

*{
	margin: 0;
	padding:0;
	}

body{
	background-color: #FFF;
	/* background-image: url(../image/Nuages.jpg);  */
	margin: 0; /* pour Žviter les marges */
	text-align: center; /* pour corriger le bug de centrage IE */
	font: 82% 'Lucida Grande', 'Lucida Sans Unicode', 'Verdana', sans-serif;
	color: #1e1e1e;
	}
	
a {
	
	color: #ff8c00;
	text-decoration: none;
}

a:hover{
	color: #FFF;
	text-decoration: underline;
	background-color: #ff8c00;
	font-style: italic;
}

td {

	padding-left: 5px;
	padding-right: 5px;

}

#slogan{
	color: #ff8c00;
	text-shadow: 1px 2px 3px #999999;
}

#global {
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 1024px; /* largeur obligatoire pour tre centrŽ */
}

#top {
	z-index: 1;
	background-repeat: no-repeat;
	padding-left: 0px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-top: 0px;
	margin: 0px;
	width: 1024px; /* largeur obligatoire pour tre centrŽ */
	height:200px ;
	background-image: url(../image/fond-top.jpg);
}

#content {
	margin: 0px;
	padding: 0px;
	width: 1024px; /* largeur obligatoire pour tre centrŽ */  /*background-image: url(../image/Nuages.jpg); */
}

#gauche {
	background-position: 0 center;
	padding-left: 0px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-top: 10px;
	float: left;
	width: 500px;
	background-color: #f3f5e9;  
}

#gauche h2{
	background-position: 0 0px;
	font-weight: bold;
	text-shadow: 2px 2px 3px #a4a4a4;
	color: #ff8c00;
}

#droite {
	background-repeat: no-repeat;
	background-image: url(../image/topbar.png);
	padding-bottom: 15px;
	padding-top: 10px;
	border-style: solid;
	border-color: white;
	border-width: 1px;
	float: right;
	width: 522px;
	background-color: #d5d5d5;
}

#droite h1{
	padding-left: 20px;
	text-align: left;
	text-shadow: 3px 3px 5px #4c4c4c;
	color: #FFF;
	padding-bottom: 5px;
}

#bottom {
	background-position: 0 bottom;
	background-repeat: no-repeat;
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 1024px; /* largeur obligatoire pour tre centrŽ */
	height: 100px ;
	background-image: url(../image/fond-bottom.jpg);
}
#poweredby {
	
	padding: 55px 20px 0 0;
	text-align: right;
	font-size: 0.7em;
	color: #FFF;
	
}