

/* Gestion globale */

body {

	background: url("/IMG/fond3.png");
	//background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	background-repeat: repeat-y; 
	background-size: 1300px;


}




/*@media all and (max-width: 1024px)
{
    #bloc_page
    {
        width: auto;
    }
}
*/

/* ------------------------------- */
/* Gestion des classes */

.menu {

	position: relative;
	background-image: url("/banque/barre-menu3.png");
	background-size: 1024px;
	width: 100%;
	line-height: 80px;
	margin-bottom: 100px;
}

.menu a{

	margin-left: 5%;
	text-align: center;
	padding: 27px 97px;
	padding-top: 23px;
	color: blue;
	text-decoration: none;
	border-radius: 5px;



}

.menu a:hover {
background:url(/banque/binverse.png) no-repeat ;


}

p {

	padding-right: 2%;
	padding-left: 2%;

}

.texte{

	width: 100%;
	background-color: rgba(255, 255, 255, 0.5);
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 5px;
	margin-bottom: 100px;
  }

   
.marge{

	margin-bottom: 100px;

}

.medaillon-droit{
	float: right;
	width: 15%;
	padding: 10px;
	margin-bottom: 10px;
}
.medaillon-gauche{
	float: left;
	width: 15%;

	margin-top: auto;

}


/* ----------------------------------------------------*/
/*ID, gestion de tous les id */


#info{

	float: right;
	width: 100px;
	
}

#logo{

	float: left;
	width: 15%;
}

#bloc-page
{
width: 1024px;
margin: auto;


}

#bloc-entete{

	position: relative;
	margin-top: 10px;
	margin-bottom: 50px;
	padding:2px 20px;

}

h1,h2{
	text-align: center;
	color: white;
	text-shadow: 1px 1px 2px black;
}

#baspage {

/*
	color: #EEBE88;
*/

	color: rgba(211,211,211, 0.2);
}

table,
td {


    border: 1px solid #333;
    width: 400px;
    text-align: center;
}

table{

	margin-bottom: 30px;
}

thead,
tfoot {
    background-color: #333;
    color: #fff;
}



#beside{

	display: inline-block;
	margin-top:100px;
	margin-bottom:0px;
}

/*#aide{

	color:white;
	text-align: center;

}*/

.bouton a {
margin:auto;
display:block;
width:150px;
line-height:50px;
text-align:center;
vertical-align:middle;
background:url(/IMG/boutonnoir.png) no-repeat;
color:white;
text-decoration:none;
}
.bouton a:hover {
background:url(/IMG/boutonnoir2.png) no-repeat;
}

.construction{

margin: auto;

text-align: center;
padding: 10px;

}

