﻿/* Juiz DropDown Menu demo	*/
/* by Geoffrey Crofte 		*/
/* CreativeCommons Licence 	*/
/* www.creativejuiz.fr 		*/

body { 
	padding: 0 ;
	margin: 0 auto;
	width: 961px;
	font-size: 0.625em;
	background: url(../img/skin/bg_main.png);
	color: #515742;
	text-align: center;
	text-shadow: 1px 1px 0 #fff;
	font-size: 1.1em;
}
h1 {
	font: bold 80%  Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color:#333333;
	font-size:12px;
}

h2 {
font-family:Arial, Helvetica, sans-serif;
	color:#666666;

	font-size:12px;
}



ul {

	text-align: left;
}
.back a {
	display: block;
	margin: 45px auto 20px auto;
	padding: 5px;
	color: white;
	font-weight: bold;
	text-decoration :none;
/*	text-shadow: -1px -1px 0 #328197;
	clear: both;
	-webkit-border-radius: 20px 0 20px 20px;
	-moz-border-radius: 20px 0 20px 20px;
	border-radius: 20px 0 20px 20px;*/
}
.back a:hover,.back a:focus {
	text-decoration: underline;
}

@media (max-width:640px) {
	body {
		width: auto;
	}
}