/*28.06.2010 - Version prépa*/

 * {margin: 0; padding: 0;} 
.bodyCAPS {
	text-transform: uppercase;
}

/*28.06.2010 - pour que le document soit centré, positionner body à relative et margin 0 auto*/

body
{
	min-width: 880px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	margin-right: 10px;
	margin-left: 10px;
	background-color: #E9E9E9;

}

/* --------------permet que le div solo ait une hauteur minimale------------- */

	html>body #solo  {
	height: auto;
	min-height: 450px;
	} 




/* -------------- GLOBAL contient bandeau + div spécifiques à la page------------- */
#global {
	position:relative;
	top: 10px;
	margin:0 auto;
	width:880px;
	background-color: #ffffff;
}

/* --------------bandeau ------------- */
#bandeau {
	position:relative;
	background-repeat: no-repeat;
	background-position: top;
	visibility: visible;
}
	

/* --------------div solo (page simple, pas de div gauche, droite, etc.)------------- */

#solo {
	float:center;
	margin-top: 20px;
	margin-left: 15 px;
	background-color: #FFFFFF;
}


/* -----------------div pied de page (copyright)--------------------- */
#pied-page {
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	line-height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-image: url(../images/);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	text-indent: 5pt;
}

/* -----------------div spacer--------------------- */



/* --------------MISE EN FORME DU TEXTE------------- */

p {
	margin-top: 10px;
	margin-right: 50px;
	margin-bottom: 10px;
	margin-left: 50px;
}


li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


a {
	color: #FF0000;
	text-decoration: none;
}

a:hover,visited {
	text-decoration: underline;
}

/* --------------Mise en forme du menu------------- */
ul#menu {
	list-style-type: none;
	width: 100%; /* précision pour Opera */
	margin: 0;
	padding: 0;
	border: none;
}

ul#menu li {
	float: left;
	margin: 0;
	padding: 0;
	border:none;
}
/* --------------Mise en forme des IMAGES------------- */

.pim {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}




.legende {
	clear:both;
	background-color: #eee;
	margin-left: 10px;
	border-left-width: 20px;
	border-left-style: solid;
	border-left-color: #eee;
	margin-bottom: 10px;
}


.image-gauche {
	float: left;
	border: 1px solid #666666;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.image-droite {
	float: right;
	margin-left: 15px;
	border: 1px solid #666666;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

ul {
	margin-bottom: 10px;
	margin-left: 25px;
}
.spacer {
	clear: both;
}

.pibpba {
	color: #33CC00;
}
.aligntopdroit {
	position: relative;
	top: 20px;
}
.homeimage {
	filter:alpha(opacity=80);
	background-image: url(../images/fond-home.png);
	top: 880px;
	background-position: center center;
	right: 700px;
}
.image {
	border: 1px solid #666666;
}
.alaligne {
	clear: both;
}
.im-space-vert {
	margin-right: 40px;
	margin-left: 40px;
	border: 1px solid #666666;
	clear: both;
}
.im-space-horiz {
	margin-right: 10px;
	margin-left: 10px;
	border: 1px solid #666666;
	clear: both;
}
.aligndroitspace {
	position: relative;
	top: 40px;
}

.bline {
	background-color: #BBB;
	height: 5px;
	width: 880px;
}
.textesolo {
	margin-top: 20px;
	margin-right: 50px;
	margin-bottom: 10px;
	margin-left: 50px;
}
.rouge {
	color: #F00;
}
.ptableau {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
}

