/* Commun */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.centrer {
	text-align:center;
}
h1 {
	font-size:16px;
	font-style:italic;
}
a:link, a:visited, a:active {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #C03122;
}
img {
	border:none;	
}

/* Top */
#menutop {
	background-color: #000; 
	height:25px; 
	width: 100%; 
	text-align:center; 
	padding-top:10px;
	margin-bottom:25px;
}
#menutop a {
	color:#CCC; 
}
#menutop a:hover {
	color:#FFF;
	text-decoration:none;
}
#menutop .actu {
	font-weight:bold;
	color:#FFF;
}
#cherchetop {
	float:right; 
	margin-right: 50px;
}

/* Gauche */
.MenuGTitre {
	color: #FFFFFF;
	font-weight: bold;
	background-color:#666
}

/* Polices */
.mini {
	font-size: 11px;
	font-style: italic;
	color: #333333;
	font-weight: lighter;
}
.TitreRouge {
	font-size: 16px;
	font-weight: bold;
	color: #C03122;
	font-style: italic;
}
.error {
	font-size: 14px;
	font-weight: bold;
	color: #C03122;
}

/* soulignements des liens des commentaires / Calendrier */ 
#cal a {
	text-decoration:underline;
}

#menuCV {
	 text-align:right;
}
html:not([lang*=""]) #menuCV map {
	display:inline;
	text-align:right;
}

