html {
overflow: hidden;
}

body {
background: #000000 url(images/fond.jpg) top center no-repeat;
background-attachment: fixed;
}

#global {
position: absolute;
left: 50%;
top: 50%;
width: 900px;
height: 400px;
margin-left: -450px;
margin-top: -200px;
}

a, input{
outline:none;
}

#img1 {
float: left;
}

#img1 p {
color: #6a5616;
text-align : center;
font-family: "Trebuchet MS", sans-serif;
font-size : 14pt;
line-height: 12pt;
text-decoration : none;
}

#img1 p a {
color: #6a5616;
text-align : center;
text-decoration : none;
font-family: "Trebuchet MS", sans-serif;
font-size : 14pt;
line-height: 12pt;
}

#img1 p a:hover{
color: #ffffff;
text-align : center;
text-decoration : underline;
font-family: "Trebuchet MS", sans-serif;
font-size : 14pt;
line-height: 12pt;
}

#img2 {
float: left;
margin-left: 100px;
}

#img2 p {
color: #ea690b;
text-align : center;
font-family: "Trebuchet MS", sans-serif;
font-size : 14pt;
line-height: 16pt;
text-decoration : none;
}

#img2 p a {
color: #ea690b;
text-align : center;
text-decoration : none;
font-family: "Trebuchet MS", sans-serif;
font-size : 14pt;
line-height: 16pt;
}

#img2 p a:hover{
color: #ffffff;
text-align : center;
text-decoration : underline;
font-family: "Trebuchet MS", sans-serif;
font-size : 14pt;
line-height: 16pt;
}