body
{
    background: url('fond.png');
	background-repeat: repeat-x;
    background-attachment: fixed;
    font-family: Arial, sans-serif;
}

a
{
text-decoration: none;
color: #2F00EB;
}

/* Pour IE */
a img
{
border: none;
}

a:visited
{
color: #013793;
}

a:hover
{
text-decoration: underline;
}

#head
{
    text-align: center;
	min-width:677px;
	max-width:677px;
	width:677px;
	margin-left: 28.2%;
    margin-right: 28.3%;
	padding: 0 5 4 5;
	background-image:url('maxgos-head.png');
}

#formhead
{
    text-align: center;
	min-width:677px;
	max-width:677px;
	width:677px;
	margin-left: 28.0%;
    margin-right: 28.3%;
	padding: 0 5 4 5;
	background-image:url('maxgos-head.png');
}

#corps
{
    background: url('corps.png');
	background-repeat: repeat-y;
    text-align: center;
	min-width:677px;
	max-width:677px;
	width:677px;
    margin-left: 28.2%;
    margin-right: 28.3%;
    margin-top: -30.1px;
    padding: 5px 5px;
}

#formcorps
{
    background: url('corps.png');
	background-repeat: repeat-y;
    text-align: center;
	min-width:677px;
	max-width:677px;
	width:677px;
    margin-left: 28.0%;
    margin-right: 28.0%;
    margin-top: -30.1px;
    padding: 5px 5px;
}

#foot
{
    background: url('foot.png');
    text-align: center;
	min-width:677px;
	max-width:677px;
	width:677px;
    margin-left: 28.3%;
    margin-right:28.4%;
    padding:15px;
    background-repeat: no-repeat;
	font-size:10px;
}

#formfoot
{
    background: url('foot.png');
    text-align: center;
	min-width:677px;
	max-width:677px;
	width:677px;
    margin-left: 28.1%;
    margin-right:28.1%;
    padding:15px;
    background-repeat: no-repeat;
	font-size:10px;
}

.htmlnote
{
color: #2C2F2E;
}

.footfontv
{
color: #189200;
}

.footfonto
{
color: #C88C00;
}

.footfontr
{
color: #D90000;
}

.sclass1 
{
border-style:solid;
border-width:3px;
border-radius:10px;
background-color:#C6C7C7;
background-image:url('http://maxgos.free.fr/files/img/cryptage.png');
background-repeat:no-repeat;
background-position:20px;
color:#010101;
}
.sclass2
{
border-style:solid;
border-width:medium;
border-radius:5px;
border-style:outset;
color:#3C3C3C;
text-align:center;
padding-left:200px;
padding-right:100px;
}

#menu1 ul
{
list-style-type:none;
margin:0;
margin-left:-3px;
margin-right:-5px;
margin-top:-5px;
padding:6;
overflow:hidden;
background-color:#999999;
border-bottom: 1px solid #726E6E;
font-size:12px;
}
#menu1 li a
{
color:#000000;
padding: 3px 6px;
margin-left:30px;
border: 1px solid black;
background-color: #EEE;
border-radius:10px;
}
#menu1 li a:hover
{
text-decoration:none;
background-color:#FFF;
}
#menu1 li a:visited
{
color:#000000;
}