* {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
	font-size: 13px;
	color:#5b5959;
}

body {
	background:#333333;
	margin: 0px;
	padding:0px;
}

img {
	border:0px;
}

hr {
	border: none 0;
	border-top: 1px dotted #4f4f4f;/*the border*/
	width: 100%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
} 

input, textarea, select {
	 border: 1px solid #7898b5;
	/* background: url(images/input.gif) no-repeat bottom left;*/
	background-color : #333333;
	 padding: 1px 2px;
	 color: #7898b5;
}

h1 {
	color:#9d0d15;
	font-size:22px;
	padding:0px;
	margin:0px;
}

a {
	text-decoration:underline;
	outline:none;
}
a:hover {
	text-decoration:none;
	outline:none;
}

#global {
	width:800px;
	height:500px;
	left:50%;
	top:50%;
	margin-top:-250px;
	margin-left:-400px;
	position:absolute;
	border:2px solid #565654;
	background: url(../images/structure/publicHome/accueil.jpg) no-repeat top left;
}


#mask {
	background: url(../images/structure/publicHome/mask.png) top right;
	width:233px;
	height:230px;
	position:absolute;
	margin-left:567px;
	padding-top:270px;
}
#mask * {
	color:#fff;
	text-decoration:none;
}
#mask a:hover span {
	color:#000;
	text-decoration:none;
	background:#f6f6f6;
}


#connexion {
	background: url(../images/structure/publicHome/mask.png) top center;
	width:350px;
	height:100px;
	position:absolute;
	margin-left:80px;
	padding-top:270px;
}


#logo {
	margin:10px 0px 0px 450px;
	position:absolute;
}

#compare { empty-cells: hide; border-collapse: collapse; margin-left:auto; margin-right:auto; }
#compare td { padding: 5px; text-align: center; border: 1px solid #fff; }
#compare td.top { font-size: 16px; }
#compare td.top_left { border: none; }
#compare td.left { text-align: left; }
#compare td.left img { margin-right: 5px; }

#footer {
	margin:505px 0px 0px 0px;
	width:800px;
	text-align:right;
	position:absolute;
	color:#565654;
	font-size:11px;
}
#footer *{
	color:#565654;
	font-size:11px;
	text-decoration:none;
}
#footer a:hover {
	color:#fff;
	font-size:11px;
	text-decoration:none;
}

#cryptogram{
	background-color : #FFFFFF;
}

alerte { 
	min-height: 10px; 
	background-color:#c3ffc3; 
	border:1px solid #006e22; 
	padding:5px 0; 
	width:80%; 
	text-align:center; 
	margin-left:auto; 
	margin-right:auto; 
	font-size:1.08em; 
	color:#006e22;  
}
