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

#header{
 width:100%;
 height:150px;
 background-image: url(bg_topo_smart.jpg);
 background-repeat: repeat-x;
} 


#img_header{
    background-image: url(bg_header_smart.png);
    background-repeat: no-repeat;
    background-position: 300px 0px;
    height:150px;
}


#barregauche{
	float: left;
	margin-top:0px;
	margin-left:00px;
	margin-right:00px;
	height:0px;
	width:0px;
}

#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;
}

.logo img {
height:150px;
}


.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;
	height:20px;
	text-align:right;
}

.inputconnexion {
	display: inline-block;
	width: 190px;
	height:20px;
	font-size:20px;
	margin-top:-5px;
}

.boutonconnexion {
	display: block;
	width: 150px;
	height:30px;
	float: right;
	font-size:20px;
	margin-right:10px;
	margin-top:15px
}

.boutonconnexion2 {
	display: block;
	width: 30px;
	height:30px;
	float: right;
	font-size:15px;
	margin-top:15px;
/*
	margin-right:10px
*/
}

.boutonconnexion3 {
	display: block;
	width: 150px;
	height:30px;
	float: right;
	font-size:20px;
	margin-right:10px;
	margin-top:15px
}

/********   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;
}
