/*********************************
/** HEADER HAUT DE PAGE
/*********************************/
/*gros conteneur logo*/

#header{
 width:100%;
 height:120px;
/*
 background-image: url(bg_topo.jpg);
*/
 background-image: url(bg_topo.jpg);
 background-repeat: repeat-x;
} 


#img_header{
    background-image: url(bg_header.png);
    background-repeat: no-repeat;
    background-position: 400px 0px;
    height:120px;
}


#barregauche{
	float: left;
	margin-top:50px;
	margin-left:10px;
	margin-right:10px;
	height:400px;
	width:230px;
}

#barregauche li{
	font-size:10px;
	margin-left:-15px;
}

/****************** ENTETE DE LA PAGE AVEC LOGO ****************************/
.logoconnexion {
    display:block;
    margin-top: 0px;
    margin-bottom: 0px;
    width:100%;
/*
    background-image: url(bg_topo.jpg);
*/
    background-repeat: repeat-x;
}


.logo {
    display:block;
    float:left;
    text-align: left;
    margin-top: 2px;
    margin-bottom: 0px;
}

.connection {
    padding-top:10px;
    padding-right:10px;
    float:right;
    text-align: right;
    margin-bottom: 0px;
}

.labelconnexion {
	display: inline-block;
	margin-right: 5px;
	width: 300px;
	height:20px;
	float: left;
	font-size:10px;
	text-align:right;
}

.inputconnexion {
	display: inline-block;
	width: 110px;
	height:10px;
	font-size:10px;
}

.boutonconnexion {
	display: block;
	width: 80px;
	height:20px;
	float: right;
	font-size:10px;
	margin-top:5px;
	margin-right:5px
/*
	margin-top:5px
*/
}
.boutonconnexion2 {
	display: block;
	width: 30px;
	height:20px;
	float: right;
	font-size:10px;
	margin-top:8px;
/*
	margin-right:10px
*/
}

.boutonconnexion3 {
	display: block;
	width: 100px;
	height:20px;
	float: right;
	font-size:10px;
	margin-top:5px;
	margin-right:5px
/*
	margin-top:5px
*/
}

/********   pour la barre  noire chemin    *********/

.related {
    color: white;
	font-size:12px;
    margin-top: 0px;
    margin-bottom: 0px;
    height:35px;
    width:100%;
    /*display: inline;*/
    background-image: url(relbar_bg.png);
	background-color: white;
}

.related ul {
    padding: 0px 0px 0px 0px;
    margin: 0px;

    padding-left:10px;
    text-align: left;
}

.related li {
    display: inline;
    color: white;
    font-weight: bold;
}

.related li {list-style-type: none;}
.related li:before {
	/*content: "→ "; /* on affiche une chaîne de caractère */
}

.related li a {
    color: inherit;
    line-height: 35px;
    font-weight: bold;
    vertical-align: middle;
}

.related li.right {
    float: right;
    margin-right: 5px;
}

.related h3 {
    display: none;
}
