/*
CSS Document - PB-Web Concept
media = screen 
*/

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #fff;
	background: transparent url(../images/header-nologo.jpg) no-repeat center top;
	background-color: #2C2C2E;
}

/*  Définition des zones
    ----------------------------------------------------------------------------------------
*/

#accueil {
	text-align: center;
	margin-top: 300px;
	line-height: 150%;
	letter-spacing: 1px;
}

h1{
	margin-top: 100px;
	font-size: 1.6em;
	text-align: center;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2{
	margin-top: 20px;
	font-size: 16px;
}

h3{
	font-size: 10px;
	margin-top: 6em;
}

#choix-langue-accueil {
	display: none;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: none;
}

#textes {
	clear: both;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

#baspage {
	clear: both;
	color: #fff;
	margin-top: 10px;
	padding-top: 0px;
}

#baspage a{
	color: #fff;
	text-decoration: none;
}

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

#baspage-centre {
	float: left;
	width: 100%;
	text-align: center;
}

#liens-standards {
	color: #fff;
	padding: 2px 0 2px 0;
}

#liens-standards ul {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

#liens-standards li {
	display: inline;
	border-right-color: #fff;
	border-right-style: solid;
	border-right-width: 1px;
	padding-right: 0.5em;
	margin-right: 0.5em;
}

#liens-standards li.der {
	display: inline;
	border: 0;
}

#liens-standards a {
	color: #fff;
	text-decoration: none;
}

#liens-standards a:hover {
	color: #fff;
	text-decoration: underline;
}

/*  Définition générales
    ----------------------------------------------------------------------------------------
*/

img {
	border: 0;
}

hr {
	clear: both;
	visibility: hidden;
}

.centre {
	text-align: center;
}

.texte-gras {
	font-weight: bold;
}