/* CSS */

* { margin:0;padding:0; }

body {
	font: normal 0.7em Verdana, "Trebuchet MS", Tahoma, Helvetica, Sans-serif;
	background-color: #F7F1EA;
	color: #535252;
}

#page {
	width: 705px;
	margin: 10px auto;
}

#intro {
    /* margin: 10px 0 0 0; */
    
    /* width: 705px; */
    height: 85px;
    background:url(./images/interface/header2.png) top left no-repeat;
	
}

#intro h1 span {
    display: none;
}

img#logo { 
	border:0;
	margin: 35px 0 0 20px; 
	}

ul#menu {
	list-style-type:none;
	float:right;
	text-align:center;
	margin-top: 60px;
	background-color: white;
}

ul#menu li {
	display:inline;
}

ul#menu a {
	display:block;
	float:left;
	width:80px;
	height:25px;
	color: #535252;
	text-transform:uppercase;
	background:url(./images/interface/puce_menu.png) 100px no-repeat;
	text-decoration:none;
	font-weight: bold;
}

ul#menu a:hover {
	display:block;
	float:left;
	width: 80px;
	height: 25px;
	color: #535252;
	text-transform: uppercase;
	background: url(./images/interface/puce_menu.png) bottom no-repeat;
	text-decoration:none;
}

#contenu {
	width: 705px;
	margin-top: 0px;
	background-color: white;
	float: left;
}

#menu_gauche {
	/* background:url(./images/interface/bg_menu.png) top left no-repeat; */
	width:170px;
	float:left;
	/* height:500px; */
	border-right: 1px dotted #CCCACA;
	margin-top: 25px;
	padding-bottom: 35px;
}

#menu_gauche h2 {
	color:#1187CB;
	text-transform:uppercase;
	font:normal 1.3em Verdana, Sans-serif;
	margin: 0;
	text-align: center;
}

#menu_gauche ul {
	list-style-type:none;
	margin-left:20px;
	width:125px;
}

#menu_gauche a {
	border-bottom:1px dotted #CCCACA;
	height:20px;
	display:block;
	padding:15px 0 0 10px;
	text-decoration:none;
	color:#535252;
}

#menu_gauche a:hover { text-decoration:underline; }


#bloc {
	/* background:url(./images/interface/bg_contenu.png) top left no-repeat; */
	background-color:#FEFCFC;
	width:514px; 
	float:right;
	text-align:justify;
	min-height: 400px;
	padding: 10px;
	clear: right;
	
}

#bloc h2 {
	color: #1187CB;
	font:normal 1.6em Verdana, Sans-serif;
	/* background:url(images/interface/puce_titre.png) left no-repeat; */
	/*
	text-indent:15px;
	margin:5px 10px;
	*/
	text-align: center;
	padding-top: 20px;
}

#bloc p {
	margin: 10px;
}
#error {
	color:red;
	text-align:center;
}
#login {
	margin: 5px 10px 5px 10px;
	text-align:center;
}

p.desc { color:#DCDADA;font:normal 0.8em Verdana, Sans-serif;padding:0 0 5px 10px; }
p.desc a {color:#DCDADA;text-decoration:none; }
p.desc a:hover { text-decoration:underline; }

p.commentaires { padding:15px 0 3px 0;text-align:right;width:100%;border-bottom:1px dashed #807F7F; }
p.commentaires a { color:#1187CB;text-decoration:none; }
p.commentaires a:hover { color:#1187CB;text-decoration:underline; }
p.commentaires em { font-style:normal;font-weight:bold; }

#footer {
	background: white url(images/interface/footer2.png) bottom left no-repeat;
	/*
	padding-top: 20px;
	padding-bottom: 5px; */
	clear: both;
	text-align: center;
	/* color: white; */
}

#footer a {
	text-decoration:none;
	font-weight: bold;
	color: white;
	}

#switch1 {
	border: 0pt none ; width: 175px; height: 174px;
	}


.index div {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 75px;
}
/*
.index h2 {
	margin: 20px;
}*/
