/* CSS Document */

body {
	background-color: #6794CF;
}

h1 { font-size:100%;}
h2 { font-size:120%;border-bottom:1px solid #6794CF; width:500px; margin-left:10px;}
h3 { font-size:70%;}
h4 { font-size:100%; font-weight:bold;}

p {
}

a {
	color:#000000;
}

div#page {
	background:url('images/background.jpg') repeat-y;
	width:700px;
	height:auto;
	margin:auto;
	padding-left:9px;
	padding-right:9px;
}

div#banniere {
	height:210px;
	background-image:url('images/banniere.jpg');
	background-repeat:no-repeat;

}

div#menu {
	background-color:#6794CF;
	width:681px;
	text-align:center;
	font-size:120%;
}

div#contenu {
	background-color:#f2f0f1;
	height:auto;
	width:681px;
}

div#texte {
	padding-left:30px;
        padding-right:30px;
	font-family:arial;
	color:#3e3E88;
	font-size:100%;
}

div#redirection {
        padding-left:30px;
        padding-right:30px;
	padding-top:50px;
	padding-bottom:50px;
        font-family:arial;
        color:#3e3E88;
        font-size:100%;
	text-align:center;
}


div#plan {
	background-image:url('images/plan_sisad.jpg');
	background-repeat:no-repeat;
	margin-left:40px;
	width:620px;
	height:445px;	
}

div#pied {
	background-color:#bcbcbf;
	width:681px;
	font-size:70%;
	text-align:center;
	padding:5 0 5 0 ;
}

