@import url(http://fonts.googleapis.com/css?family=Oswald);
@import url(http://fonts.googleapis.com/css?family=Abril+Fatface);

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	background:#ffffff url('http://www.mkm-enter.com/mkmen/images/bg.jpg') no-repeat center top;
	color: #000000;
	font-family: arial;
	font-size: 12px;
	line-height: 16px;
}

td {
	font-size: 12px;
	line-height: 16px;
}

#global {
	width: 1000px;
	margin: 0 auto;
}


#gauche {
	float: left;
	width: 280px;
	margin-left: 0px;
}

.case {
	background-color: #ffffff;
	color: #000000;
	padding: 10px;
	margin-top: 10px;
	border: 1px solid #e6e6e6;
	text-align: justify;
}


#droite {
	float: right;
	width: 600px;

}

.case h1 {
	font-size: 23px;
        font-family: 'Oswald', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	text-align: left;
padding: 10px;
text-shadow: 0px 0px 1px #eeeeee;
}

.case h2 {
font-family: 'Abril Fatface', cursive;
	font-size: 18px;
	color: #333333;
	margin: 10px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
}

.case p {
	margin: 10px 0 0 0;
}


a:link, a:visited {
	color: #1e92ff;  
	text-decoration: none;
	cursor: main;
}

a:hover {
	color: #1e92ff;  
	text-decoration: underline;
	cursor: main;
}

b, strong {
	color: #686868;
}

em, i {
	color: #9a9a9a;
	font-family: georgia;
}

u {
	color: #000;
}

a.menulink {
	display: block;
	background-color: #fff;
	margin-bottom: 1px;
	padding: 3px;
	color: #FF0000;  
	text-decoration: none;
	text-align: left;
	border-left: 3px solid #FF6600;
}

a.menulink:hover {
	background-color: #e2e2e2;
	color: #FF0000;  
	text-decoration: none;
	border-left: 3px solid #FF0000;
}



.border  {
	background-color: #bfcfd6;
	border-right: 1px solid #a9c0ca;
	border-bottom: 1px solid #a9c0ca;
	padding: 8px;
	opacity:0.9; 
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in;
	box-shadow:	0px 0px 2px 0px #999999;
}

.border:hover {
	background: #7cb2c5;
	border-right: 1px solid #6698aa;
	border-bottom: 1px solid #6698aa;
	padding: 8px;
	opacity:1; 
}
