/***************************************************************************************************************************/
/*
* Fichier css associé à l'accueil de stockazimut
*
* Auteur : Florian
* Date : mercredi 22 mars 2009
*/
/***************************************************************************************************************************/


body {
	margin : 0 auto;
	font-family : Arial,Verdanna;
	background-color : #000000;
}

a {
	color : #000000;
	text-decoration : none;
}

a:hover {
	color : #195B7A;
	text-decoration : underline;
}

form {
	margin : 0px;
}

h2 {
	margin : 0px;
	padding : 5px;
}

#principale {
	margin : 0 auto;
	background-color : #FFFFFF;
	width : 1000px;
}

#header {
	float : left;
	background : url(../images/banniere.png) no-repeat;
	width : 1000px;
	height : 117px;
	font-size : 0.9em;
}

#titre {
	float : right;
	width : 990px;
	height : 77px;
	text-align : right;
	padding-right : 10px;
}

#slogan {
	float : right;
	width : 990px;
	height : 40px;
	text-align : right;
	padding-right : 10px;
}

#slogan h1 {
	font-size : 0.9em;
	color : #FFFFFF;
	margin : 0;
	
}

#retour-accueil {
	display: block;
	width : 350px;
	height : 100px;
	position : absolute;
	top : 0;
}

#contenu {
	float : left;
	width : 990px;
	margin-right : 5px;
	margin-top : 10px;
	margin-left : 5px;
}

#presentation-stockazimut {
	float : left;
	width : 740px;
}

#droite {
	float : right;
	width : 230px;
	padding-left : 20px;
}

#azimut {
	clear : both;
	width : 218px;
	padding : 5px;
	border : 1px solid #307997;
}

#actualite {
	clear : both;
	margin-top : 20px;

}

#footer {
	clear : both;
	background : url(../images/footer.jpg) no-repeat;
	width : 1000px;
	height : 33px;
	text-align : center;
	font-size : 0.8em;
}

.nomargin {
	margin : 0;
}

.noborder {
	border : none;
	margin : 5px;
}

.lien-identification {
	color : blue;
	text-decoration : underline;
}