/* Body */
body{
	background-color: #000000;
	color: #000000;
}
/* Divs */
div.haut{
	background-color: #5050FF;
    color: #000000;
}
div.bas{
	background-color: #5050FF;
    color: #C0C0FF;
}
div.fond{
	background-color: #D0D0FF;
}
div.menus{
	color: #000000;
}
div.centre{
	background-color: #F8F0FF;
}
div.theme a{
	color: #000000;
}
.titre_menu{
	color: #000000;
	}
.ligne_menu{
	color: #000000;
    border: 1px dotted #D0D0FF;
}
.ligne_menu:hover{
	color: #FF0000;
	background-color: #FFE0B0;
}
H1 { 
	color: #000044;
	background-color: #8888FF;
}
h2 {
	color: #003355;
	background-color: #CCDDFF;
}
a {
	color: #0000FF;
	}
a:hover {
    color: #FF0000;
	}
a:visited {
    color: #000080;
}

/* Specifiques a certaines pages */
/* musique */
.a_musique {
	color: #500090;
	background-color: #FFFFFF;
}
div.musique {
	background-color: #F8F0FF;
}
.musique h3 {
	color: #C0C0FF;
	background-color: #500090;
}
/* album */
div.album {
	background-color: #CCDDFF;
}
.album h3 {
	color: #C0C0FF;
	background-color: #0050A0;
	}
/* CV */
.cv h3 {
	color: #000000;
	background-color: #50A0FF;
}/* Body */
body{
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
/* Divs */
div.haut{
	padding-top: 0.25em;
	padding-bottom: 0.25em;
}
div.bas{
	clear: both;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
}
div.milieu{
	margin-top: 5px;
	margin-bottom: 5px;
}
div.fond{
	padding: 5px;
	position: relative;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}
div.menus{
	float: left;
	margin-bottom: 5px;
	width: 20%;
}
div.centre{
	width: 77%;
	padding: 5px;
	float: right;
	margin-bottom: 5px;
}

	/* Divs */
div.haut{
	height: 1.5em;
	border: 2px solid #000080;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	border-radius: 15px 15px 0px 0px;
	-moz-border-radius: 15px 15px 0px 0px;
	-webkit-border-radius: 15px 15px 0px 0px;
}
div.bas{
	border: 2px solid #000080;
	height: 1.5em;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	border-radius: 0px 0px 15px 15px;
	-moz-border-radius: 0px 0px 15px 15px;
	-webkit-border-radius: 0px 0px 15px 15px;
}
div.fond{
	border: 4px double #000080;
}
div.menus{
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}
div.menus a{
	display: block;
}
div.centre{
	border: 2px solid #FF0000;
	margin-bottom: 10px;
	margin-right: 5px;
	border-radius: 5px;
	box-shadow: 2px 5px 1px #808080;
	-moz-border-radius: 5px;
	-moz-box-shadow: 2px 5px 1px #808080;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 2px 5px 1px #808080;
}
div.menu{
	border: 2px solid #000080;
	text-align: center;
	margin-top: 5px;
	border-radius: 5px 5px 0px 0px;
	box-shadow: 2px 2px 1px #808080;
	-moz-border-radius: 5px 5px 0px 0px;
	-moz-box-shadow: 2px 2px 1px #808080;
	-webkit-border-radius: 5px 5px 0px 0px;
	-webkit-box-shadow: 2px 2px 1px #808080;
}
div.theme{
    position: relative;
	float: left;
	width:	43px;
	margin-left: 3px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-top: 3px;
	border: 1px solid #000080;
}
div.theme a{
	text-decoration: none;
}

/* Texte et Titres */
.text{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
p {
	text-align: justify;
	margin-left: 15px;
	margin-right: 15px;
	text-indent: 15px;
	margin-bottom: 0px;
}
.titre_menu {
	border-bottom: 3px double #000080;
	font-family: times, verdana, sans-serif; 
	font-size: 12pt;
	font-weight:600;
	text-align: center;
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
}
.ligne_menu {
	font-family: times, verdana, sans-serif; 
	text-decoration: none;
	text-align: center;
	font-size: 10pt;
	height:15px;
}
.ligne_menu:hover {
	text-decoration: none;
	font-size: 10pt;
	border:1px dotted #FF0000;
}
H1 { 
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 24pt;
	font-style: normal;
	text-align: center;
	margin-left: 25%;
	margin-right: 25%;
	border: 1px solid #0000FF;
	border-radius: 10px 10px 0px 0px;
	box-shadow: 2px 2px 1px #808080;
	-moz-border-radius: 10px 10px 0px 0px;
	-moz-box-shadow: 2px 2px 1px #808080;
	-webkit-border-radius: 10px 10px 0px 0px;
	-webkit-box-shadow: 2px 2px 1px #808080;
}
h2:before {
	content: ".";
}
h2:after {
	content: ".";
}
h2 {
	margin-left: 35%;
	margin-right: 35%;
	text-align: center;
	font-family: times, verdana, sans-serif; 
	font-size: 18px;
	border-bottom: 1px solid #0000FF;
	border-right: 1px solid #0000FF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
a {
	text-decoration: underline;
	}

/* Specifiques a certaines pages */
/* musique */
.a_musique {
	text-decoration: none;
	font-weight: bold;
	text-align: right;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
div.musique {
	width: 100%;
	padding: 0px;
	margin: 0px;
	text-align: right;
}
.musique h2 {
	margin-left: 30%;
	margin-right: 30%;
	font-weight: none;
	text-align: center;
	font-family: times, verdana, sans-serif; 
	font-size: 18px;
	border-bottom: 1px solid #0000FF;
}
.musique h3 {
	margin-left: 35%;
	margin-right: 35%;
	font-weight: bold;
	text-align: center;
	font-family: times, verdana, sans-serif; 
	font-size: 16px;
	border-bottom: 1px solid #0000FF;
	border-right: 1px solid #0000FF;
}
/* album */
div.album {
	width: 100%;
	padding: 0px;
	margin: 0px;
	text-align: right;
}
.album h2 {
	margin-left: 30%;
	margin-right: 30%;
	text-align: center;
	font-weight: none;
	font-family: times, verdana, sans-serif; 
	font-size: 18px;
	border-bottom: 1px solid #0000FF;
}
.album h3 {
	margin-left: 35%;
	margin-right: 35%;
	font-weight: bold;
	text-align: center;
	font-family: times, verdana, sans-serif; 
	font-size: 16px;
	border-bottom: 1px solid #0000FF;
	border-right: 1px solid #0000FF;
}
/* CV */
div.cv {
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.cv h2:before {
	content: ".:: ";
}
.cv h2:after {
	content: " ::.";
}
.cv h2 {
	text-align: center;
	font-weight: none;
	font-family: times, verdana, sans-serif; 
	font-size: 18px;
	border-bottom: 3px double #0000FF;
}
.cv h3 {
	margin-left: 40%;
	margin-right: 40%;
	text-align: center;
	font-weight: none;
	font-family: times, verdana, sans-serif; 
	font-size: 18px;
}