/* 
    Document   : home
    Created on : 6 avr. 2009, 15:28:27
    Author     : Ludovic
    Description:
        Purpose of the stylesheet follows.
*/

* {
    margin: 0;
    padding: 0;
}

body{
    background: #020f1e url('../images/design/background_slash.jpg') top center repeat-x;
}

div#wrap{
    background: url('../images/design/home.jpg') top center no-repeat;
    min-width:1020px;
	width:auto !important;
	width:1020px;
    min-height:768px;
	height:auto !important;
	height:768px;
    margin: auto;
    position: relative;
}

h1, h2{
    display: none;
}

img#logo{
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -252px;
    top: 285px;
}

p#aetech{
	left:50%;
	position:absolute;
	top:432px;
}

p#tuniphone{
    position: absolute;
    left: 50%;
    top: 432px;
    margin-left: 155px;
}

p#aetech a, p#tuniphone a{
    color: #ffffff;
    font-weight: bold;
}

p#aetech a:hover, p#tuniphone a:hover{
    color: #4b81a0;
}

a#enterLink{
    display: block;
    width: 153px;
    height: 43px;
    background: url('../images/design/entez.jpg') 0 0;
    position: absolute;
    left: 50%;
    margin-left: -76px;
    top: 450px;
}

a#enterLink:hover{
    background: url('../images/design/entez.jpg') 0 -43px;
}

a{
    outline: none;
}
