/* GENERAL */

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(../img/fond.jpg) repeat-x;
	background-color: #ececec;
}

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

img.index {
	border: 0px;
}

a:link, a:visited {

}

a:hover {
	text-decoration: underline;
}


/*---------------------------------------*/

/* GENERAL BOX DESIGN */

#all {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	background: url(../img/background_mhks.jpg) no-repeat;
	font-family: "Arial";
	
}

#all_logo {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	background: url(../img/background_mhks_logos.jpg) no-repeat;
	font-family: "Arial";
	
}

#header {
	text-align: left;
	width: 100%;
	height: 50px;
	padding-left: 10px;
	padding-top: 300px;
}

div#barmenu {
	width: 760px;
	height: 25px;
}

#content {
	width: 100%;
	height: 500px;
}

#footer {
	width: 100%;
	height: 95px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	padding-top:20px;
}

#footer p {
	font-size: 11px;
	color: #777;
}

#allboxes {
	width: 700px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}


.box {
	width: 200px;
	height: auto;
	margin-top: 50px;
	margin-left: 10px;
 	margin-bottom: auto;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	text-align:center;
	background-image: url(../img/coin2.jpg);
	background-repeat: no-repeat;
}

.box img {
	margin-bottom: 10px;
	margin-top: 10px;
}

.box p {
	font-size: 13px;
	color: #333;
	text-align: left;
	display: block;
	border-left: 1px solid #000;
	padding-left: 5px;
}

/*---------------------------------------------*/

/* Listes */

ul#headlinks {
	list-style: none;
	margin-left: auto;
	margin-right: auto;
}


ul#headlinks li{
	display: block;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	background:url(../img/blackopacity75.png);
} 

ul#headlinks li a{
	text-decoration: none;
	color: #FFF;

	margin: 1px;

}

ul#headlinks li a:hover{
	text-decoration: none;
	color: #F00;
}

ul#headlinks li#whitestyle{
	display: none;
}

#menu {     
	margin: 0 ;     
	padding: 0 ;
	width: 100%;
	list-style: none ;     
	text-align: center ;     
}

#menu li {
	float: left ;
	width: 20% ;
	height: 25px;
	color: #fff ;
	background: #000;    
}

#menu li a {
	display: block ;
	color: #fff ;
	line-height: 1em ;
	padding: 4px 0 ;
	text-align: center ; 
	text-decoration: none;
} 

#menu li ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#menu li ul li {
	padding: 0px;
	margin: 0px;
	border: 0px;
	width: 152px;
	height: 25px;
	background:url(../img/greyopacity75.png);
	font-size: 14px;
}


#menu li a:hover, #menu li a:focus, #menu li a:active {     
	background: #777 ;
}

ul.ssmenu {
	position: relative;
	display: none;	
}

#menu li:hover ul.ssmenu {
	display: block;
	z-index: 2;
}

/*----------------------------------------------------------*/

/* Gallerie Table */

a.imgtable {
	width: 100px;
	height: 100px;
}

table#gtable {
	width: auto;
	height: auto;
	margin: auto;
}

#gtable td {
	padding: 10px;
	text-align: center;
	height: 50px;
}

#gtable td.tdlogo {
	height: 200px;
}

#gtable td h2, #gtable td h3 {
	font-size: 12;
	display: block;
	border-bottom: 1px solid;
}

#gtable h3:hover, #gtable h2:hover {
	border-bottom: 1px solid #F00;
}

#gtable img {
	border: 3px solid #FFF;
}

#gtable img:hover {
	border: 3px solid #F00;
}

#gtable .precedentsuivant {
	border: 0px;
}

#gtable .precedentsuivant:hover {
	border: 0px;
}

span#chemin {
	position: relative;
	top: 12px;
	z-index: 1;
}

span#chemin a {
	font-size:12px;
	text-decoration: none;
}

h1#gtitle {
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
	
}

/*-----------------------------------------*/

/* Bio Page */

div#bio {
	padding-top: 5px;
}

img#imgbio {
	height: 200px;
}

#portraitbio {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

#portraitbio td {
	padding: 10px;
	width: 260px;
}

.alignright {
	text-align: right;
}

p.name {
	font-weight: bold;
	font-size:20px;
}

.xx {
	font-size:14px;
}

p.infobio1{
	font-style:italic;
	font-size: 12px;
}

p.infobio2{
	font-style:italic;
	margin-bottom: 10px;
	font-size: 12px;
}


#info {
	border-left: 1px solid;
	padding-left: 5px;
}

p.textbio{
	text-align: justify;
	font-size: 14px;
	margin-bottom: 10px;
}

#cv {
	margin-top: 30px;
	text-align: center;
	display:block;
	text-decoration:none;
	font-size: 12px;
}


span#cv {
	margin-top: 20px;
	text-align: center;
	display:block;
}

#cv a {
	text-decoration:none;
}

.txtimportant {
	font-weight: bold;
}

#allbio {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	background-color: #D4D4D4;
	font-family: "Arial";
	
}

#headerbio {
	text-align: left;
	width: 100%;
	height: 50px;
	padding-left: 10px;
	padding-top: 300px;
	background: url(../img/headerbio_mhks.jpg) top left no-repeat;
}

#contentbio {
	width: 100%;
	height: 650px;
	background: url(../img/contentbio.jpg) bottom left no-repeat;
}

#footerbio {
	width: 100%;
	height: 95px;
	padding-bottom: 5px;
	text-align: center;
	padding-top:20px;
	background: url(../img/footerbio.jpg) top no-repeat;
}

#footerbio p {
	font-size: 11px;
	color: #777;
}

/*--------------------------------------------*/

/* Amis Page */

div#amis {
	padding-top: 10px;
	text-align: center;
}

#amis img {
	border: 2px #FFF solid;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#amis img:hover {
	border: 2px #F00 solid;
}

#amis p {
	padding: 10px;
}


/*----------------------------------------------*/

/* Styles */

p.indextitle {
	font-weight: bold;
	font-size: 20px;
	color: #000;
	text-align: center;
	border-left: 0px;;
	padding-left: 0px;
}

span.red {
	color:#F00;
}

#contactext {
	margin-top: 50px;
}

#buy {
	font-size: 11px;
}

#miniweb {
	text-align: center;
}


img.miniweb {
	border-top: 2px solid #D4D4D4;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	text-align: center;
	margin: 5px;
	padding-top: 4px;
}

img.miniweb:hover {
	border-top: 2px solid #F00;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
}

img.miniweb2 {
	border-top: 2px solid #D4D4D4;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	text-align: center;
	margin: 5px;
}

img.miniweb2:hover {
	border-top: 2px solid #F00;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
}

img.miniprint {
	border-top: 2px solid #D4D4D4;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	text-align: center;
	margin: 5px;
	padding-top: 4px;
	height: 120px;
}

img.miniprint:hover {
	border-top: 2px solid #F00;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
}

img.printsnav {
	border: 0px;
	height: 125px;
}

img.printsnav:hover {
	border-right: 2px solid #F00;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
}

#webtable {
	margin-left: auto;
	margin-right: auto;
}

#webtable td {
	padding: 10px;
	text-align: center;
	width: 250px;
}

#webtable td.tdlogo img {
	border: 0px;
}

#webtable td.tdlogo img:hover {
	border: 0px;
}

#webtable td #info {
	text-align:left;
}

#webtable img {
	border: 3px solid #FFF;
}

#webtable img:hover {
	border: 3px solid #F00;
}

#warningindex {
	position: relative;
	top: 135px;
	left: 10px;
	font-size: 10px;
	color: #555;
}