/*CSS pour TPM-sites3D*/

body
{
	/*pour étendre la couleur de l'image à toute la page*/
	background-color :	rgb(0, 101, 153);
	/*propriété de l'image de fond*/
	background-image : url(../images/mini_site_VD.jpg);
	/*background-image : url(../images/mini_site_TPM-1035x720.jpg);*/
	background-repeat : no-repeat;
	/*background-position : 10px;*/
	background-position : top center;
}


/*#objet3d*/
#IE
{
	/*Pour centre l'objet virtools*/
	/*testé sous IE6, firefox*/
	display:block;
	clear:both;
	margin-top : 100px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 50px;
	text-align : center;
}

#firefox
{
	/*Pour centre l'objet virtools*/
	/*testé sous IE6, firefox*/
	display:block;
	clear:both;
	margin-top : 117px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom : 53px;
	text-align : center;
}

#menu
{
	width : 550px;
	margin-top : 0px;
	margin : auto;
/*text-align : center;*/
	padding : 0;
}


.rubriques
{
	list-style-type : none;
	font-size : 12px;
	color : #28BDD3;
	margin : 0;
/*list-style-type : none;
/*position : absolute;
width : 100px;
padding : 0;
margin-left : auto;
	margin-right : auto;
text-align : center;
margin : 0;*/
}

li
{
	float : left;
	margin-top : 0px;
	/*margin-bottom : auto;
	margin-left : 5px;*/
	margin-right : 0px;
	border : 1px solid #07576E;
	background-color : #0875B8;
/*float : right;
/*width : 150px;
margin-left : auto;
	margin-right : auto;
text-align : center;*/
}

a
{
	display : block;
	color : white;
	text-decoration : none;
	padding : 4px;
}

/*les liens survolés*/
a:hover
{
	background : white;
	color : #0875B8;
}

.actif
{
	border-bottom : 1px solid white;
	background-color : #006599;/*white;*/
	padding : 4px;
}

