﻿#designMilieu {
background-image: url('../img/image_fond.png');
background-position: top left;
background-repeat: no-repeat;
background-color: #FFFFFF;
background-attachment: scroll;
position : absolute;
top:65px;
left:120px;
height:120%;
width:88%;
}

#designHaut {
background-image: url('../img/pages_fond.png');
background-position: top left;
background-color: #34528E;
background-repeat: no-repeat;
position: absolute;
top:0px;
left:120px;
height:65px;
width:88%;
}

#designGauche {
background-image: url('../img/categ_fond.png');
background-position: top left;
background-color: #6983B7;
background-repeat: no-repeat;
position: absolute;
top:65px;
left:0px;
height:110%;
width:100%;
}

#designAngle {
background-image: url('../img/angle.png');
background-position: top left;
background-repeat: no-repeat;
position: absolute;
top:0px;
left:0px;
height:65px;
width:120px;
}

#contenu {
position: absolute;
top:110px;
left:180px;
}

#logo {
position: absolute;
top:110px;
left:20px;
}

#imageCongres {
position: absolute;
top:330px;
left:70px;
}

ul {
width: 600px;
}

#InfoRoute {
position: relative;
height: 500px;
text-align: justify;
}


/**********************************************/
/*STYLE TUTORIELLE*/
/**********************************************/

.TUTO_TEXT
{
	position: relative;
	text-align: justify;
	width: 600px;
}

.TUTO_IMG
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.TUTO_IMG1
{
	position: relative;
	background-image: url("zone_de_recherche_ir.PNG");
	width: 538px;
	height: 68px;
	margin-left: auto;
	margin-right: auto;
}

.TUTO_IMG2
{
	position: relative;
	background-image: url("boutons.PNG");
	width: 422px;
	height: 279px;
	margin-left: auto;
	margin-right: auto;
}

.TUTO_IMG_LEGEND
{
	position: relative;
	font-style: italic;
	width: 538px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

