/* CSS du Studio Mobile */

body{
	padding : 0;
	margin : 0;
	background-image : url(../img/bg.gif);
	background-repeat: repeat-x;
	background-color : #000000;
}

/*Bande animee en haut */
#bande {
	position : absolute;
	z-index : 1;
	left : 0px;
	top : 20px;
}

/* Logo */
#logo{
	position : absolute;
	z-index : 10;
	left : 580px;
	top : 30px;
}


/* Positionnement du texte */
#texte{
	position : absolute;
	z-index : 10;
	left : 160px;
	top : 223px;
	width : 930px;
	height: 25614px;
}  


#texte h1{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 1.2em;
	font-weight: bold;
	color: #003D5B;
}

#texte h2{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 1.0em;
	font-weight: bold;
	color: #000000;
}

#texte h3{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 0.8em;
	font-weight: bold;
	color: #003366;
	font-style: underline;
}

#texte p{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 0.8em;
	color: #000000;
}

#texte ol{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 0.8em;
	color: #000000;
}

#texte ul{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 0.8em;
	color: #000000;
	list-style-position: outside;
}

#texte a{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration : none;
	text-align : left;
	color : #CC6600;
	background-color : transparent;
}

#texte a:hover {
	color: #CC6600;
	text-decoration: none;
}

#texte a:visited {
	color: #CC6600;
	text-decoration: underline;
}

#texte a:active {
	color: #CC6600;
	text-decoration: underline;
}


/* Positionnement du layer pour la NAVIGATION */
#navigation{
	position : absolute;
	z-index : 20;
	left : 0px;
	top : 176px;
	width : 150px;
} 

#navigation a{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 0.8em;
	font-weight : bold;
	text-decoration : none;
	text-align : left;
	color : #FFFFFF;
	background-color : transparent;
}

#navigation a:hover {
	color: #CC6600;
	text-decoration: none;
}
