/*
$Id: style.css 987 2011-02-22 11:09:07Z luc $
*/
h1{
	font-size:20.0pt;
	color:#3C68AE;
}

h2{
	font-size:18.0pt;
	color:#3C68AE;
}

h3{
	font-size:16.0pt;
	color:#3C68AE;
}

h4{
	font-size:14.0pt;
	color:#3C68AE;
}

h5{
	font-size:12.0pt;
	color:#3C68AE;
}

h6{
	color:#3C68AE;
}

.bleu{
	color:#3C68AE;
}

.header{
/*
	background:url('/home/informans/img/waveUp.png') no-repeat right bottom transparent;
	height:230px;
*/
}
.header h1{
	margin: -100px 0px 0px 300px;
}
.header h2{
	margin: 20px 0px 0px 350px;
}
.logo{
	margin: 20px;
}
.globalTitle{
	margin: -60px 0px 30px 150px;
}
.footer{
	position:fixed;
	bottom :0px;
	background:url('/home/informans/img/waveDown.png') left bottom no-repeat;
	height:114px;
	z-index:-10;
}


.footer span{
	float:right;
}

.middle{
	background:url('/home/informans/img/waveMiddle.png') left top no-repeat;
	height:360px;
}

.ombrage {
	float: left;
	margin:2px;
	padding:2px;
        border: solid #999 1px;
        opacity : 1;
        -moz-opacity : 1;
        -ms-filter: "alpha(opacity=100)"; /* IE 8 */
        filter : alpha(opacity=100); /* IE < 8 */
}

.ombrage:hover {
	background: blue;
}

.ombragetmp {
	border: 5px solid #fff;
	-moz-box-shadow: 0px 0px 1em #aaa;
	-moz-border-radius-topright: 1em;
	-webkit-border-top-right-radius: 1em;
	-webkit-box-shadow: 0px 0px 1em #aaa;
	box-shadow: 8px 8px 12px #555;
}
.menuIcone{
	background:none repeat scroll 0 0 #EEEEEE;
	border:1px solid #999999;
	width:300px;
        opacity : 0.7;
        -moz-opacity : 0.7;
        -ms-filter: "alpha(opacity=70)"; /* IE 8 */
        filter : alpha(opacity=70); /* IE < 8 */
}
.menuIcone img{
	width: 50px;
	margin: 10px
}
.menuIcone li {
	width: 70px; 
	text-align: center; 
	float: left;
}
.menuIcone li a{
        opacity : 0.7;
        -moz-opacity : 0.7;
        -ms-filter: "alpha(opacity=70)"; /* IE 8 */
        filter : alpha(opacity=70); /* IE < 8 */
}
.menuIcone li a:hover{
        opacity : 0.1;
        -moz-opacity : 0.1;
        -ms-filter: "alpha(opacity=10)"; /* IE 8 */
        filter : alpha(opacity=10); /* IE < 8 */
}

#loginForm ul li{
	padding:5px;
	
}

#lot{
}
#lot ul{
	background-color: white;
        opacity : 0.7;
        -moz-opacity : 0.7;
        -ms-filter: "alpha(opacity=70)"; /* IE 8 */
        filter : alpha(opacity=70); /* IE < 8 */
}
#lot ul .lign0{
	background-color: #eeeeee;
}
#lot ul .lign1{
	background-color: #dddddd;
}
#lot ul li{
}
#lot ul span{
	float: right;
}
#lot ul li ul{
}
#lot ul li ul li{
}


.imgValided{
	width:35px;
}

.rightTop{
	padding: 5px;
	margin: 2px;
}