/* css */

/* css: Page de contact / d'erreur */
html{
    font-size : 100%; /* anti-bug dans IE */
}

body{
    background-image:url('img/logoFond.png') ;
     background-repeat: repeat;
     background-attachment:fixed;
    margin:  0 auto;
    padding: 10px 20px;
    font-family: Tahoma, Geneva, Verdana, san-serif;
    font-size: .8em;
    line-height: 1.25;

}

table {
    margin: 0 auto;

}

/*Titres */
h1, h2, h3, h4, h5, h6 {
    margin:  1em 0 .5em 0;
}
h1, h2 {
    font-family: Tahoma, Geneva, Verdana, san-serif;
    font-weight: normal;
}
h1 {
    font-size: 1.8em;
}
h2, h3, h4 {
    font-size: 1.4em;
    font-size: 1.2em;
    font-size: 1em;
}
/* Liens */
a{
    color: #0000CD;
    text-decoration: underline;
}

a hover, a focus {
    color: #DC143C;
}
a img {
    border: none;
}

/* -Zones- */

#global {
    width: 700px;
    height: 600px;
    margin:  0 auto;
    border:  2px solid #0033cc;
    padding:  5px;
    background-color: #cccccc;
}

#entete {
    width: 700px;
    text-align: center;
    color: #ccffff;
    background-color: #3366ff;
}

#entete_err {
    width: 700px;
    text-align: center;
    color: #ccffff;
    background-color: #990000;
}
#page {
    background:  none;
    border:  none;
}

#pied {
    text-align: center;
    font-size: 1em;
    background-color: #000066;
    color: #ccffff;
}

/* ------------------ form -------------------------- */

.box
{
    margin:  0 auto;
    background-color: #aec5cc;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    padding: 10px;
    width:400px;
    height:670px;
    position:relative;
    clear:both
}


.rectangle {
	background: #060840;
	height: 50px;
	width: 460px;
	position: relative;
	left:-30px;
	top: 30px;
	float:left;
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
	-khtml-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
	z-index: 100; 
}

.rectangle_erreur {
    background: #f50f0f;
    	height: 50px;
    	width: 460px;
    	position: relative;
    	left:-30px;
    	top: 30px;
    	float:left;
    	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
    	-khtml-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
    	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
    	z-index: 100;
}
.rectangle_erreur h2 {
    font-size: 30px;
    color: #060840;
    margin-top: 5px;
    text-shadow: 0px 2px 3px #555;
    text-align: center;
}

.piedBox{
    background: #060840;
    	height: 30px;
    	width: 400px;
    	position: absolute;
    	left:10px;
    	top: 640px;
    	float:left;
    	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
    	-khtml-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
    	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
    	z-index: 100;
}

.piedBox h4 {
    font-size: 10px;
    color: #fff45f;
    margin-top: 5px;
    text-shadow: 0px 2px 3px #555;
    text-align: center;
}

.rectangle h2 {

    font-size: 30px;
    color: #fff45f;
    margin-top: 5px;
    text-shadow: 0px 2px 3px #555;
    text-align: center;
}

.form{
    padding: 30px 25px 35px 25px;
}

.texte {
    padding: 30px 25px 35px 25px;
    font-size: 12px;
    position: absolute;
    left:10px;
    top: 100px;
    	float:left;
}
/* Make inputs go to their own line */
.form input{
    display: block;
}

.bouton {
    align: center ;
}


