/* CSS inspiré des tutoriels css.alsacreations.com */

/*fare uno stile per il print!!!*/

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	background-color: #555;
}

p {
	margin: 0 0 15px 0;
	text-indent: px;
}

p.bloc {
	text-indent: 0;
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
	width: 150px;
	padding:5px;
}

h1 {
	margin-top: 5px;
	font-size: 1.5em;
}

h2 {
	font-size: 1.2em;
	padding-left: 10px;
}

#header {
	height: 292px;
	background: #000 url(../images/060524_ckp_trio_05.jpg) no-repeat center;
}

#haut {
	background-color: #555;
	padding-bottom: 10px;
}

#conteneur {
	background-color: #ccc;
	position: absolute;
	left: 50%;
	width: 800px;
	margin-top: 10px;
    margin-left: -400px;
/* moitié de la largeur */
}

#droite {
	margin-left: 310px;
	padding-right: 5px;
}

#gauche {
	float: left;
	width: 305px;
}

#pied {
	clear: both;
	height: 30px;
	background-color: red;
	font-size: .8em;
	margin-top: 30px;
}

#pied p {
	padding: 3px;
}

#menuhaut {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menuhaut li {
	display: inline;
}

#menuhaut a {
	color: red;
	text-decoration: none;
	border-left: 3px solid #888;
	padding-left: 3px;
}

#menuhaut a:hover {
	text-decoration: underline;
}

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

a:hover {
	text-decoration: underline;
}

#header p {
	color: white;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0;
	padding: 2px;
	padding-left: 10px;
	text-indent: 0;
}

a img {
	border: none;
}

img {
	margin-bottom: 5px;
	margin-right: 5px;
}

#bas {
	color: #af0000;
	bottom: 30px;
	position: absolute;
}

#navi2 {
	list-style-type: none;
	border-top: 3px solid #af0000;
	margin: 0;
	padding: 0;
}

#navi2 a {
	border-left: 3px solid #af0000;
	padding-left: 3px;
}

#navi2 li {
	display: inline;
}

#stageplan {
	padding-top: 120px;
}
#espace {
	height: 310px;
}
