/* CSS Document */

body {
    margin: 0;
    padding: 0;
}

a:link {
	color: #00FFFF;
	text-decoration: none;
}
a:visited {
	color: #00FFFF;
	text-decoration: none;
}


a:hover {
	color: #FFFFFF;
	text-decoration: none;
}


.Style1 {}
.Style2 {}


.main {
background-color:#3B79AC; 
position:top;
width:760px; 
margin:auto;
padding:10px;
min-height:500px;
overflow:auto;
}

.calque {
position:relative;
top:5px;
background-color:#74a0c5;
width:700px; 
margin:auto;
padding:5px;
overflow:auto;
border-style:dotted; 
border-width:1px; 
border-color:3976ac;
}

