@charset "utf-8";
/* CSS Document */

body
{
    margin-top:0px;
	margin-right:0px;
	margin-left:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-right:0px;
	padding-left:0px;
	padding-bottom:0px;
	border-top-color: currentColor;
	border-bottom-color: currentColor;
	border-right-color: currentColor;
	border-left-color: currentColor;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color:white;
	height:100%;
	width:100%
	
	
	
}
#corps
{
	position:absolute;
    background-color: white;
	width:950px;
	height:400px;
	margin-left:-475px;
	left:50%;
	margin-top:-200px;
	top:50%;
	text-align:center;
    

	
	
	
	
}


#logo
{
	margin-top:100px;
    background-color: none;

}



 
#entrer
{   
	width:200px;
	list-style-image: url('carre.png');
	list-style-position: inside;
	list-style-type: none;
	text-align:left;
	background-color: none;
	margin-left:720px;
	margin-top:40px;
	

}

ul
{
    list-style-type: none;
	padding-left:0px;
	text-alig: left;

}

a
{
    font-size: 15px;
	font-family: 'Trebuchet MS', Arial, sans-serif;
    color: black;
    text-decoration: none;
	margin-left:0px;
	text-align: left;
	
}

a:hover
{
    color: #777;
	
}

li:hover
{
    list-style-image: url('carre2.png');
}

.portos
{
	color: #BCBCBC;

	
}

.english
{
	color:  #BCBCBC;
	
}

.portos:hover
{
    color: black
	
}


.english:hover
{
    color: black;
	
}

#carre2
{
	list-style-image: url('carre2.png');
	
}

#carre2:hover
{
	list-style-image: url('carre.png');
	
}

