@charset "iso-8859-1";
*{
	margin: 0;
	padding: 0;
}

body
{
	background-image: url("./images/bg.png");
	background-repeat: repeat-x;
	background-color: #bbe3f2;
	font-family: Tahoma, Arial, Verdana, Helvetica, Serif;
	font-size: 12px;
}

img
{
	vertical-align: middle;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a img
{
	border: 0;
}

p
{
	padding-bottom: 1em;
}

.spacer
{
	clear: both;
}

#header
{
	background-image: url("./images/header.png");
	background-repeat: no-repeat;
	width: 1207px;
	height: 340px;
	margin: 0 auto;
	padding: 100px 0 0 0;
}

#header a#lien_header
{
	display: block;
	width: 570px;
	height: 150px;
	text-indent: -5000px;
	font-size: 0;
	margin: 0 0 0 435px;
}

#header p#pub
{
	width: 495px;
	height: 68px;
	padding: 8px 0 0 0;
	margin: 41px 0 0 584px;
	text-align: center;
}

#contenu_repeat
{
	background-image: url("./images/contenu_repeat.png");
	background-repeat: repeat-y;
	width: 1207px;
	margin: 0 auto;
}

#contenu
{
	background-image: url("./images/contenu.png");
	background-repeat: no-repeat;
	width: 1107px;
	min-height: 701px;
	-height: 701px;
	padding: 0 0 0 100px;
}

#menus
{
	float: left;
	width: 245px;
}

.menu_haut
{
	background-image: url("./images/menu_haut.png");
	background-repeat: no-repeat;
	width: 245px;
	height: 61px;
}

.menu_centre
{
	background-image: url("./images/menu_centre.png");
	background-repeat: repeat-y;
	width: 229px;
	padding: 10px 0 10px 16px;
}

.menu_centre ul
{
	text-align: center;
	list-style-type: none;
}

.menu_centre ul li
{
	border-bottom: 1px dashed #876125;
	margin: 0 20px;
}

.menu_centre ul li a
{
	display: block;
	width: 100%;
	padding: 7px 0;
	color: #a3813e;
	font-weight: bold;
}

.menu_centre ul li a:hover
{
	text-decoration: none;
}

.menu_bas
{
	background-image: url("./images/menu_bas.png");
	background-repeat: no-repeat;
	width: 245px;
	height: 12px;
	margin-bottom: 15px;
}

#textes
{
	float: left;
	margin-left: 10px;
	margin-top: -40px;
	-margin-top: 0;
}

#textes_centre
{
	background-image: url("./images/textes.png");
	background-repeat: repeat-y;
	width: 705px;
	padding: 0 10px;
}

#textes_centre h1.bienvenue
{
	background-image: url("./images/bienvenue.png");
	background-repeat: no-repeat;
	width: 671px;
	height: 96px;
	text-indent: -5000px;
	font-size: 0;
	margin: 0 auto 10px auto;
}

#textes_centre h1.sites_moment
{
	background-image: url("./images/sites_moment.png");
	background-repeat: no-repeat;
	width: 671px;
	height: 96px;
	text-indent: -5000px;
	font-size: 0;
	margin: 0 auto 10px auto;
}

#textes_centre p
{
	color: #876125;
	text-align: center;
}

#textes_centre p a
{
	color: #876125;
	font-weight: bold;
}

#textes_centre table.table_sites
{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

#textes_centre table.table_sites tr td
{
	padding: 3px 5px;
}

#textes_bas
{
	background-image: url("./images/textes_bas.png");
	background-repeat: no-repeat;
	width: 725px;
	height: 12px;
	margin: 0 0 15px 0;
}

#footer
{
	background-image: url("./images/footer.png");
	background-repeat: no-repeat;
	width: 1207px;
	height: 191px;
	padding: 8px 0 0 0;
	margin: 0 auto;
	text-align: center;
	cursor: default;
	color: #2f1602;
}

#footer p a
{
	color: #2f1602;
	text-decoration: underline;
	font-weight: bold;
}

#footer p a:hover
{
	text-decoration: none;
}

/* AJOUT ROYALWEAR */

fieldset 
{
	border:2px solid #D7033B;
	background-color:#ACEFF8;
	padding:4px;
}

.ta 
{ 
	border-collapse:collapse; 
	margin:10px auto; 
	font-family:Tahoma, "Trebuchet MS";
	color:#000000; 
	width: 80%;
}
.ta th 
{ 
	padding:3px; 
	background-color: #FFFFFF;
    border: 1px dotted #000000;
}
.ta td 
{	
	padding:3px; 
    background-color: #FFFFFF;
    border: 1px dotted #000000;
}

.rougefieldset
{
	background-color:#ff4444;
	text-align:center;
}

.vertfieldset
{
	background-color:#66ff44;
	border:2px solid #00dd22;
	text-align:center;
}

.center
{
	text-align:center;
}


