/* (c) Sebastien DEGLIAME, 12/2006 - seb@ddcom.fr */

* {
	margin: 0;
	padding: 0;
}

body {
	font: 11px verdana, Arial, Helvetica, Geneva, sans-serif;
	color: white;
	background: #6d0011 url(images/fond1.png) repeat-x;
}

/* mise en page intro */

#intro0 {
	position: relative; 
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: #8c0031;
}

#intro1 {
	width: 800px;
	background-color: #8c0031;
	/*text-align: center;*/
}

/* Mise en page site */

#zepage { 
	width: 755px;
	margin: 0 auto;
}

/* Haut de page et menu */

#hdp {
	width: 755px;
	height: 140px;
	background: #8c0031 url(images/hdp.png) no-repeat center;
}

#hdp ul {
	position: relative;
	top: 116px;
	left: 75px	;
	color: #f6a700;
	font-size: 14px;
}

#hdp ul li {
	display: inline;
}

#hdp ul li a {
	color: #f6a700;
	text-decoration: none;
	border-bottom-width: 1px;
}

#hdp ul li a:hover {
	color: white;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

/* Contenu du site */

#contenu {
	width: 755px;
	padding-top: 20px;
	background-color: #8c0031;
}

#supcontenu {
	background-color: #8c0031;
}

h1 {
	margin: 15px 0 15px 0;
	color: white;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

h1.femmes {
	width: 700px;
	display: block;
	padding: 10px;
	clear: both;
	background-color: #c80046;
}

.album {
	margin: 0px 15px;
	font-weight: normal;
}

.gauche {
	float: left;
}

.droite {
	float: right;
}

.gras {
	font-weight: bold;
}

.orange {
	color: #f6a700;
}

td {
	text-align: center;
}

td.normal {
	text-align: center;
	vertical-align: top;
	width: 377px;
	padding: 0 auto	;
}

/* Mise en forme particulières */

td.femmes {
	padding: 0 0px;
}

td.logos {
	text-align: center;
}

td.logos img {
	margin: 10px;
}

td.argu {
	padding: 0px 75px;
}

.forfaits {
	text-align: left;
	padding: 0px 70px;
	list-style-type: none;
	list-style-image: url(images/puce_t.gif);
	list-style-position: outside;
}

.forfaits li {
	margin: 10px 0px;
}

/* Pied de page */

#bdp {
	width: 755px;
	height: 50px;
	margin: 45px auto 0 auto;
	display: block;
	clear: both;
	background: #7e002c url(images/fpied.png) repeat-x;
	font-size: 10px;
	color: #edc3b1;
	text-align: center;
	line-height: 14px;
	border-top: 1px solid #dac3b1;
}

#bdp a {
	color: #edc3b1;
	text-decoration: none;
	border-bottom-width: 1px;
}

#bdp a:hover {
	color: white;
	border-bottom-width: 1px;
	text-decoration: underline;
}

#signature a {
	color: #8c0031;
	border-style: none;
	text-decoration: none;
}

/* gestion des encadrements */

.fstd {
	width: 265px;
	height: 165px;
	margin: 0 auto;
	background: url(images/fstd.png) no-repeat;
	padding: 14px 8px;
}

.fstdv {
	width: 180px;
	height: 265px;
	margin: 0 auto;
	background: url(images/fstdv.png) no-repeat;
	margin-top: 10px;
	padding: 10px 0px;
}

.fgd {
	width: 354px;
	height: 260px;
	margin: 0 auto;
	background: url(images/fgd.png) no-repeat;
	padding: 10px 0px;
}

.fcar{
	width: 270px;
	height: 272px;
	margin: 0 auto;
	background: url(images/fcar.png) no-repeat;
	padding: 10px 0px;
}