* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff url(img/bg.png) top left ;
	font-size: 11px; 
	font-family: Verdana, Arial, Sans-Serif;
	color: #1b1b1b;
	text-align: center;
}

#header {
	width: 100%;
	background: transparent url(img/fond_header.jpg) top left repeat-x;
	height: 215px;
}

#intheader {
	margin: 0 auto;
	width: 830px;
	height: 163px;
}

#logo {
	float: left;
	background: transparent url(img/logo_atti.png) no-repeat;
margin-left: 12px;
		width: 197px;
	height: 163px;
}

#banniere {
	float: right;
	background: transparent url(img/header_us.png) no-repeat;
	width:607px;
	height: 163px;
}

#menu {
	margin: 0 auto;
	width: 790px;
	height: 33px;
}

#language {
	float: left;

	width: 197px;
	height: 33px;
}

#language p {
	padding-top: 10px;
		font-size: 10px;

}
#language a, #language a:visited {
		color: #000;
		text-decoration: none;

}
#language a:hover {
	color: #fff;

	text-decoration: none;
}
#liens {
	float: right;
text-align: center;
	width: 578px;
	height: 33px;
}

ul#menulien li { 
	
display : inline;
margin-right: 12px;

}
ul#menulien {
list-style-type : none; 
padding-top: 10px

}
#menulien a, #menulien a:visited {
	color: #000;
	
	text-decoration: none;
}

#menulien a:hover {
	color: #fff;

	text-decoration: none;
}

#conteneur {
	margin: -19px auto;

	width: 844px;
	text-align: left;
	margin-bottom: 50px;
}
#conteneurside {
	float: left;
	margin-left:20px;
	width: 197px;
	margin-bottom: 50px;
}
#sidebar {
	background: #545252;
	padding-top: 1px;
	text-align: center;
}
#sidebar p{
	text-align: justify;
	padding: 5px;
}

#sidebarhaut {
	background: transparent url(img/sidebar_haut.png) top left no-repeat;
	height: 19px;
}
#sidebarbas {
	background: transparent url(img/sidebar_bas_us.png) top left no-repeat;
	height: 60px;
}

.vignette {
	width: 187px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 10px;
}
.vignette h1 {
	font-size: 14px;
	color: #d20202;
	border-bottom: 1px solid #d20202;
	margin-left: 5px;
	margin-right: 5px;
}
.vignettehaut {
	background: transparent url(img/vignette_haut.png) top left no-repeat;
	width: 187px;
	height: 15px;
}
.vignettemilieu {
	background: transparent url(img/vignette_fond.png) top left repeat-y;
	width: 187px;
	text-align: left;
	
} 
.vignettemilieu span {
	font-weight: bold;
	font-style: italic;
}
.vignettebas {
	background: transparent url(img/vignette_bas.png) top left no-repeat;
	width: 187px;
	height: 18px;
}


#hautcontenu {
	float: left;
	background: transparent url(img/contenu_fond.png) top left repeat-x;
	width: 578px;
	height: 18px;
	margin-left: 25px;
	border-left: 1px solid #aba9a9;
	border-right: 1px solid #aba9a9;

	
}
#contenu {
	float: left;
	background: #f2f1f1;
	text-align: justify;
	margin-left: 25px;
	width: 578px;
	margin-bottom: 20px;
	border-left: 1px solid #aba9a9;
	border-right: 1px solid #aba9a9;
	border-bottom: 1px solid #aba9a9;
	min-height: 465px;
	_height: 465px;
}

#contenu h1 {
	font-size: 14px;
	color: #d20202;
	border-bottom: 1px solid #d20202;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
}

#contenu p {
	padding: 10px;
}

#contenu ul {
	margin-left: 50px;
	margin-right: 10px; 
}
#contenu a, #sidebar a, #contenu a:visited, #sidebar a:visited {
	color: #d20202;
	text-decoration: none;
}
#contenu a:hover, #sidebar a:hover {
	color: #707070;
	text-decoration: none;
}
#footer {
margin: 0 auto ;
	clear: both;
	width: 795px;
	height: 20px;
	text-align: center;


}
#footer p {
	text-align: center;
	padding-top: 3px;
} 
#footer a, #footer a:visited {
	color: #707070;
	text-decoration: none;
}
#footer a:hover {
	color: #d20202;
	text-decoration: none;
}
