body
{
	background-color:white;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
	margin:0;
	padding:0;
}

#wrap
{
	margin:0 auto;
	width:960px;
}

h1#bandeau
{
	background:transparent url('../images/bandeau.png') no-repeat scroll 0 0;
	height: 150px;
	margin: 0;
	width: 100%;
}

#vcpm {
	background-color:#215CA8;
	color:#F7E402;
	font-size:1.2em;
	height:100%;
	line-height:30px;
	position:fixed;
	text-align:center;
	top:520px;
	width:960px;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
}

#flags
{
	background-color:#215CA8;
	height: 180px;
	padding-top: 20px;
	
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	border-radius:0 0 5px 5px;
}

#flags table
{
	margin: 0 auto;
	width: 600px;
}

#flags table tr td
{

}

#flags table tr td a
{
	display: block;
	height: 120px;
	width: 200px;
}

#flags table tr td a:hover
{
	background-color: rgba(255,255,255,0.3) !important;
	background-color: white;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}


#partners 
{
	margin: 20px 0;
}

#partners table
{
	margin: 0 auto;
}

#partners table tr td
{
	width: 120px;
}

/* --- List --- */
span 
{
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: 1px;
	position: relative;
	top: 120px;
}

.drapeau
{
	display:block;
	margin:0 auto;
	height:128px;
	width:128px;
}

.fr
{
	background: transparent url('../images/drapeau/fr_flag.png') no-repeat scroll center center;
}

.en
{
	background: transparent url('../images/drapeau/en_flag.png') no-repeat scroll center center;
}

.de
{
	background: transparent url('../images/drapeau/de_flag.png') no-repeat scroll center center;
}

a.drapeau:link, a.drapeau:visited, a.drapeau:hover, a.drapeau:active
{
	color:#F7E402;
	text-align: center;
	text-decoration:none;
}

#vcpm > a:link, #vcpm > a:visited, #vcpm > a:hover, #vcpm > a:active
{
	color:#F7E402;
	text-decoration: none;
}
/*
jaune F7E402
*/
img
{
	border:0 none;
}
