



body { font-family: "Century Gothic"; color:white; }


/*Mourad : Pour test du CSS*/
/*table {border: 1px solid black}*/
/*td {border: 1px dotted gray}*/
/*div {border: 1px solid orange}*/
/*img, form {border: 1px dashed blue}  */

body, html {
        margin: 0;
        padding: 0;
        min-height: 100%;
		background-image:url('img/texture.png'); 
}

div#container {
        position: absolute;
        top: 0;
        left: 0;
        min-height: 100%;
        width: 100%;
}


div#page{
		width:420px;
		height:250px;
		background-color:bleu;
		margin: 0 auto;
		padding-top:10%;
}

div#page2{
		margin-top:100px;
		height:100px;
		background-color:bleu;
		margin: 0 auto;
		float:left;

}

div#page3{
		margin-top:100px;
		height:30px;
		background-color:bleu;
		margin: 0 auto;
		float:left;
		font-weight:bold;
		font-size:24px;
		color:#3399ff;
		padding-top:10px;
}

div#page4{
		margin-top:100px;
		height:30px;
		background-color:bleu;
		margin: 0 auto;
		float:left;
		font-weight:bold;
		font-size:24px;
		color:white;

}
