/*
Theme Name: Standard
Theme URI: http://www.freetonio.org
Description: Premier thème Wordpress
Version: 1.0
Author: freetonio
Author URI: http://www.freetonio.org
*/

body {

	font-family: arial,sans-sérif;
	font-size: 100%;
	background:url(images/silver_alum.gif) ;
}
img {border:none;}
 
/****************************************  LIENS  *****/
a:link,   a:visited{

	text-decoration: none;
	color:#E27D06;
}
a:hover {
	background-color:white;
	color: black;
}

/**************************************   BLOCS  *******/
#head{ text-align: center;
	margin-bottom:20px;}


#page {
	background-color:#A4C6E6;
	width:738px;
	margin-right:auto;
	margin-left:auto;
	border: 4px solid white;
	text-align:left;
	-moz-border-radius: 10px; 
   border-radius: 10px;
	}
#menu {
	margin-bottom:20px;
	height: 40px;
	line-height:40px;
	list-style-type: none;
	text-align:center;
}
#footer {
	font-size: 80%;
	margin: 0;
	padding: 0;
	bottom: 0;
	width:720px;
	margin-left:auto;
	margin-right:auto;
	height:40px;
	color:white;
	text-align:center;
	border-top: 2px solid white;
}	
h2,h3,p {padding-left:20px;}

h2 {font-weight: bold;color:white;margin:10px}
h3 {font-weight: bold;color:#E27D06;margin:0;}
p { margin-top:0;font-weight: bold;}
fieldset {color:white;font-size:80%;}


/********************************** MENUS */
#menu li {
	display: inline;
}
#menu li a{
	padding: 6px 20px;
	margin-left:30px;
	background-color: blue;
	font-size:100%;
	color: #fff; 
   border: 2px solid white; 
   text-decoration: none; 
   -moz-border-radius: 10px; 
   border-radius: 10px;         

}
#menu a:link, #menu a:visited{
	text-decoration: none;
	color: white;
}
#menu a:hover {
	background-color:white;
	color: blue;
}




li {
	font-size:80%;
	font-weight: bold;
	list-style-type: square;
}
.accueil{
	font-size:100%;
}
.center {text-align:center;}
.contact {
	text-align:center;
	font-size:100%;
}

.spacer {
	clear: both;
}
