/* Hourlier Quentin  Stage SRC 2008*/

html {
	padding: 0px;
	margin: 0px;
	/*background-color: #093e89; bleu Enscmu*/
background-color:#38EEFF;

	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* hides the second object from all versions of IE */
* html object.mov {
    display: none;
}

/* displays the second object in all versions of IE apart from 5 on PC */
* html object.mov/**/ {
    display: inline;
}

/* hides the second object from all versions of IE >= 5.5 */
* html object.mov {
    display: none;
}

img{
	border: none;
}
h1{
	background: url(images/h1.png) no-repeat center left;
	padding-bottom: 15px;
	text-indent: 30px;
	text-align: top;
	font-size: 24px;
	font-variant:small-caps;
	font-style: bold;
	color: #38EEFF;
}
h2{
	/*border-bottom: 5px dashed #D80101; */
	color: #D80101; 
	font-style: bold; 
	font-size:18px;
	font-variant:small-caps;
text-decoration:underline;
padding-bottom:5px;
text-align:center;
}
p{
	font-size:14px;
}
	/*	Param�tre page, gabarit	*/
#page{
	/*background-repeat: no-repeat;
	background-color: #ccc;*/
	margin: auto;
	/*padding-top: 150px; /** D�pend de la pr�sence ou non de la div banni�re ** */
	min-height: 500px;
	height: 100%;
	width: 900px;
	/*border: 1px solid red;*/
	background-image: url(images/fond.jpg);
}
#pageaccueil p{
	/*background-repeat: no-repeat;
	background-color: #ccc;*/
font-family: verdana,arial,sans-serif;
font-size: 15px;
font-style:bold;
color: #38EEFF;
text-align:center;
/*background-image: url(images/fond.jpg);*/
}

#banniere{
	height: 150px;/* Voir AU DESSUS  */
	background-image: url(images/banniere-4.jpg);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
#menu{
	position: relative;
	/*background-color: #bbb;*/
	float: left;
	width: 170px;
border-right: 1px dashed #D80101;
}
#contenu{
	position: relative;
	/*background-color: #bbb;*/
	margin-left: 5px;
	float: right;
	width: 695px;
font-family: verdana,arial,sans-serif;
font-size: 0.9em;
color:white;
text-align:justify;
}

#contenu p {
font-family: verdana,arial,sans-serif;
font-size: 0.9em;
color:white;
margin-left:25px;
margin-right:30px;
}
#contenu a {
font-family: verdana,arial,sans-serif;
color:#38EEFF;	
}
#contenu a:hover {
font-family: verdana,arial,sans-serif;
color:#D80101;	
}
#contenu td.td1 {
text-align:center;
background :white;
color:red;
margin-top:15px;
margin-bottom:20px;
padding-right:5px;
}
#pieddepage{
	padding: 5px;
	text-align: center;
	/*background-color: #bbb;*/
	background-image: url(images/fond-pieddepage.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	clear: both;
	font-size: 8px;
}
.centre{
	text-align:center;
}
.gras {
	font-weight:bold;
	font-size: 13px;
}
.italic{
	font-style:italic;
}

/*	Param�tre menu	*/
#menu ul{
	list-style: none;
	margin: auto;
	margin-left: 18px;
	padding: 0px 5px 5px 10px;
}
#menu li{
	text-indent: 15px;
	padding: 0px;
	padding-top:2px;
	font-size:14px;
list-style-position:outside;

}
#menu ul li a{
	background: transparent url(images/fiole2.png) no-repeat 2px center;
	background-color: #8b8b8b;
	color:#FFFFFF;
	display: block;
	text-decoration: none;
list-style-position:outside;
text-align:right;

}
#menu ul li a:hover{
	background: transparent url(images/fiole-over2.png) no-repeat 6px center;
	background-color: #fff;
	color: #8b8b8b;
}
/* Inscription */
#tableau_inscription td{
	background-color: #8b8b8b;
}
#dessus_tableau td{
	background-color: #dcdeea;
}
#erreur{
	background-color:#FF0000;
	margin: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 350px;
	text-decoration:blink;
	color: white;
	text-align: center;
}
#retour{
	width: 200px;
	margin: auto;
}
#retour a{
	color: white;
	display: block;
	text-align:center;
}
#retour a:hover{
	color: #093e89;
	display: block;
	background-color: #FFFFFF;
}
#contenu .atelier ul,#contenu li,#contenu ul li strong {
font-size:12px;
margin-left:20px;
margin-right:40px;
/*color: #38EEFF;*/
text-align:justify;
}
#contenu .tableau2 {
text-align: center;
background-color: #FFFFFF;
margin-right:20px;
}
#contenu .tableau2 a,#contenu .tableau2 a:link  {
color: black;
}
#contenu .tableau2 a:hover  {
color: color: #D80101; 
}
/* Fin inscription */
