@charset "UTF-8";
body {
	background-image:url(images/TextureSite.png);
	color:#ffffff;
	background-color:#1c1c1a;
	margin:0px;
}

#fond {
	position:absolute;
	left:50%;
	top:50%;
	width:850px;
	height:590px;
	z-index:1;
	margin-top: -295px;
	margin-left: -425px;
	border:none;
	background-color:#000000;
	/*padding: 5px;*/
}

#general {
	position:absolute;
	left:50%;
	top:50%;
	width:850px;
	height:590px;
	z-index:5;
/*	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;*/
	background-color: none;
	margin-top: -295px;
	margin-left: -425px;
	overflow:hidden;
}

#logo {
	position:absolute;
	width:280px;
	height:356px;
	z-index:10;
	left: 1px;
	top: 1px;
}

#logo a,#logo a:hover {
	text-decoration:none;
	color:#000;
}

#corpsProg{
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size:11px;
	text-align:justify;
	position:absolute;
	width:530px;
	height:490px;
	z-index:10;
	top: 27px;
	left: 300px;
	overflow:auto;
	padding-right:15px;
}
#corpsMedia {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size:10px;
	text-align:justify;
	position:absolute;
	width:545px;
	height:550px;
	z-index:10;
	top: 27px;
	left: 290px;
	overflow:hidden;
	/*padding-right:15px;*/
}
.generalContent {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size:11px;
	text-align:justify;
}
.generalContentSmall {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size:10px;
	text-align:justify;
}
.titreContent {
	font-size: 13px;
	font-weight: bold;
}
.lienContent {
	font-size: 12px;
	font-variant:small-caps;
}
#corpsGauche {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size:11px;
	text-align:justify;
	position:absolute;
	width:250px;
	height:490px;
	z-index:10;
	top: 27px;
	left: 300px;
}
#corpsDroite {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size:13px;
	text-align:justify;
	position:absolute;
	width:250px;
	height:490px;
	z-index:10;
	top: 27px;
	left: 580px;
}
#corpsGauche2 {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	position:absolute;
	width:250px;
	height:490px;
	z-index:10;
	top: 57px;
	left: 300px;
}
#corpsDroite2 {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	position:absolute;
	width:250px;
	height:490px;
	z-index:10;
	top: 57px;
	left: 580px;
}
#TitleSponsor {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	text-align:justify;
	position:absolute;
	width:530px;
	height:25px;
	z-index:10;
	top: 27px;
	left: 300px;
	overflow:auto;
	padding-right:15px;
}
#menu {
	position:absolute;
	width:228px;
	/*height:328px;*/
	z-index:10;
	top: 366px;
	font-style:italic;
	font-size:18px;
	text-align:right;
	line-height:24px;
	letter-spacing:0.2px;
}

#menu a {
	text-decoration:none;
	font-family:Times New Roman,serif;
	color:#c49c6b;
}

#menu a:hover {
	color:#eb6d9c;
}

#menu a.actif {
	text-decoration:none;
	color:#eb6d9c;
}

#menu a.actif:hover {
	color:#c49c6b;
}

.boutonSmall {
	display:block;	
	width:330px;
	height:35px;
	/*padding-bottom:1px;*/
}
.boutonSmall:hover {
	background-position: 2px -33px;
}
.boutonSmall:active {
	background-position: 2px -33px;
}
.boutonSmall:focus {
	background-position: 2px -33px;
}
.boutonBig {
	display:block;	
	width:330px;
	height:61px;
	/*padding-bottom:1px;*/
}
.boutonBig:hover {
	background-position: 2px -59px;
}
.boutonBig:active {
	background-position: 2px -59px;
}
.boutonBig:focus {
	background-position: 2px -59px;
}
#boutonSmallVide {
	display:block;
	width:330px;
	height:35px;
	background-position: 0px -35px;
}

#boutonBigVide {
	display:block;
	width:330px;
	height:61px;
	background-position: 0px -61px;
}

#baseline {
	position:relative;
	/*width:900px;*/
	height:20px;
	z-index:10;
	top: 570px;
	margin-left:283px;
	text-align:left;
}
p {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 10px;
	color: #c49c6b;
	margin: 0px;
}
a:link,a:focus {
	color:#c49c6b;
	text-decoration:none;
}

a {
	color:#c49c6b;
	text-decoration: none;
}
a:hover {
	color: #eb6d9c;
}

a.tab {
	color:#c49c6b;
	text-decoration: none;
	padding:0 8px;
	font-size:12px;
	font-weight:normal;
}
a.tab:hover {
	color: #eb6d9c;
	text-decoration: none;
}

a.tab_active {
	color:#eb6d9c;
	padding:0 8px;
	background-color:#3D3D39;/*30302d*/
	font-weight:bold;
	text-decoration: none;
	font-size:12px;
	font-weight:normal;
}

table.pages {
	position:absolute;
	right:1px;
	top:505px;
}

div.topleftcenter {
	height:118px;
	width:177px;
	border:1px solid #000;
	margin:0 4px 0 0;
	float:left;
	cursor:pointer;
}

div.topright {
	height:118px;
	width:177px;
	border:1px solid #000;
	margin:0;
	float:right;
	cursor:pointer;
}

div.middleleftcenter {
	height:118px;
	width:177px;
	border:1px solid #000;
	margin:4px 4px 0 0;
	float:left;
	cursor:pointer;
}

div.middleright {
	height:118px;
	width:177px;
	border:1px solid #000;
	margin:4px 0 0 0;
	float:right;
	cursor:pointer;
}

.inputbox {
	border:1px solid #eb6d9c;
	color:#000000;
	background-color:#eb6d9c;
	font-size:12px;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	padding:0px;
}

.button {
	background-color:#000;
	border:1px solid #c49c6b;
	color:#c49c6b;
	font-size:11px;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	padding:0 4px;
	cursor:pointer;
}

.button:hover {
	border:1px solid #eb6d9c;
	color:#eb6d9c;
}

#towahbox_bg {
	position:absolute;
	background-color:#1c1c1a;
	/*background-color:transparent;*/
	left:0px;
	top:0px;
	display:none;
	margin:0px;
	border:0px;
	z-index:90;
	filter:alpha(opacity=80);
	opacity:0.8;
}

.towahbox_fg {
	position:absolute;
	display:none;
	background-color:#1c1c1a;
	width:900px;
	height:600px;
	margin:0px;
	border:1px solid #1c1c1a;
	z-index:99;
	filter:alpha(opacity=100);
	opacity:1.0;
}
