/* @override http://www.mirkine.com/style_site.css */

BODY {
	scrollbar-face-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: Gray;
	scrollbar-darkshadow-color: Gray;
	scrollbar-track-color: #000;
	scrollbar-arrow-color: #232323;
	background-color: #000;
	background: black url(images/fond.jpg) no-repeat center center;
}
html, body {
	height: 100%; margin: 0px;
} 
* {
	color: #2f2f2f;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}
/* @group liens */
img {
	border-width: 0;
}

a:link,a:visited {
	text-decoration:none;
	color: #444;
}

a:hover,a:active {
	text-decoration:underline;
	color: #373737;
}

/* @end */



/* @group sections */

.tableau td {
	border-top: 1px solid #b4b4b4;
	padding-bottom: 12px;
	font-size: 11px;
}

.formulaire_site input{
	font-size: 15px;
	color: #484848;
	background-color: #fcfcfc;
	padding: 5px;
	border: 2px solid #666;
}

.triage {
	width:140px;
	height:460px;
	margin:10px;
	float:left;
}
.triage input,select {
	width:100%;
	height: 20px;
	font-size: 11px;
	color: #3e3e3e;
	background-color: #fbfbfb;
	font-weight: normal;
	font-style: normal;
	border-style: none;
}
.triage select {
	margin-bottom: 2px;
}
.triage input {
	font-weight: bold;
	background-color: #dedede;
	border: 2px solid #282828;
}
#admin {
	z-index: 1000;
	width:800px;
	background-color:#ebebeb;
	margin:10px auto;
	text-align: center;
}

#footer {
	height:25px;
	position:absolute;
	bottom:-25px;
	text-align:right;
	line-height: 25px;
	right:0px;
	width:150px;
	color: #fff;
	font-size: 11px;
}




#menu_info {
	width:150px;
	position:absolute;
	top:-25px;
	right:0px;
	height:25px;
	line-height: 25px;
	text-align:right;
	color: white;
	font-size: 11px;
}

#menu {
	display:inline;
	list-style-type:none;
	position:absolute;

	height:25px;
	width:870px;
	top:-25px;
	padding: 0;
	margin: 0;
}

#menu li {
	float:left;
	padding-right:10px;
	font-size: 15px;
	color: white;
	line-height: 20px;
}

#menu li a:link,#menu li a:visited,#menu_info a:link,#menu_info a:visited {
	font-weight: normal;
	color: #fff;
	
}
#menu li a {
	font-size:15px;
}
#menu_info a {
	font-size:12px;
}
#menu li a:hover,a:active,#menu_info a:hover,a:active {
	color: #969696;
}
#menu li ul {
	position: absolute;
	top: 20px;
	list-style-type:none;
	padding: 0 0 0 5px;
	margin: 0;
	background-color: #c5c5c5;
	visibility: hidden;
	z-index: 999;
}
#menu li ul li {
	padding: 3px 8px 3px 3px;
	line-height: 20px;
	height: 20px;
}
#menu li ul li a {
	font-size: 13px;
}
#contenu {
	position:absolute;
	top:50%;
	left:50%;
	width:960px;
	margin-left:-480px;
	height:480px;
	margin-top:-240px;
	padding: 0;
	background-color: #cdcdcd;
}
.anyClass ul li p {
	position: absolute;
	height: 15px;
	color: #2d2d2d;
	font-size: 10px;
	text-align: left;
	font-weight: normal;
	font-style: normal;
	bottom: -11px;
	width: 454px;
}


/* @end */
.galerie {
	text-align: center;
}





/* @group Photos */

#slider .slide {
	height:480px;
	width: 960px;
	overflow: hidden;
}
#apres, #avant {
	position:absolute;
	height:480px;
	line-height:480px;
	font-size:40px;
	width:25px;
}


#apres {
	text-align:right;
	right:-40px;
	width: 40px;
}

#avant {
	text-align:left;
	left: -40px;
	width: 40px;
}

a.jFlowPrev, a.jFlowNext {
	font-size:40px;
	color: white;
	cursor:pointer;
}
a.jFlowPrev:hover, a.jFlowNext:hover {
	text-decoration:none;
	color: #acacac;
}
div#myController {
	display:none;
}

.gauche_bloc h3,.droite_bloc h3 {
	color: #2d2d2d;
	font-size: 10px;
	text-align: left;
	font-weight: normal;
	font-style: normal;
	display: none;
	position: absolute;
	margin: 0;
}
.gauche_bloc,.droite_bloc {
	with:454px;
	height:454px;
	position: absolute;
	top: 13px;
}
.gauche_bloc {
	float: left;
	left: 13px;
}
.droite_bloc {
	float: right;
	right: 13px;
}


/* @end */


#intro {
	margin: 0;
	background-image: url(images/mirkine_accueil.jpg);
	width: 960px;
	height: 480px;
}
#intro span {
	color: #191919;
	font-size: 64px;
	position: absolute;
	font-weight: normal;
	font-style: normal;
	top: 0;
	right: 10px;
}
#intro img {
	width: 0;
	height: 0;
	display: none;
}