﻿/* Le Site
 * Auteur : Bastien Rouchès
 * Copyright Meuh © 2010
 */
/*
 * Feuille de style accueil
 */
 
.gros_bouton_gauche{
	width: 45%;
	margin-bottom: 20px;
	float: left;
	margin-left: 3%;
}

.gros_bouton_droite{
	width: 45%;
	margin-bottom: 20px;
	float: right;
	margin-right: 3%;
}

.gros_bouton_gauche img, .gros_bouton_droite img
{
	border-top: 1px solid #b2b2b2;
    border-left: 1px solid #b2b2b2;
    border-bottom: 1px solid #666666;
    border-right: 1px solid #666666;	
}

#corps{
	top: -2px;	
	padding-top: 0;
}

#rss{
	
}

#accesrapide{
	background-color: #eeeeee;
	border: 2px solid #aaaaaa;
	border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;
	width: 920px;
	text-align: center;
	margin: 0 auto;
}

#accesrapide img{
	margin: 4px 30px 4px 30px;
}

#accesrapide #direct{
	position: absolute;
	color: #666666;
	font-weight: bold;
	margin: 5px;
}

#pdm{
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

#pdm img{
	
}

#pdmfloat{
	position: fixed;
	left: 0;
	bottom: 0;
	margin-left: 2px;
	margin-bottom: 20px;
	z-index: 2;
}

#pdmfloat table{
border:0px;
border-collapse:collapse;
border-spacing: 0;
}

#pdmfloat td { 
	padding:0px; 
	margin:0px; 
}

#pdmfloat img{
	display: block
}

#ouverture{
	font-size: 1.8em;
	text-align: center;
	position: absolute;
	width: 600px;
	right: 0;
	top: 50px;
	font-variant:small-caps;
}

#piedpro{
	height: 30px;
	line-height: 30px;
	font-size: 1.2em;
	clear: both;
	background-color: #224422;
}

#piedpro div#copyright{
	position: relative;
	width: 960px;
	margin: 0 auto;
	text-align: center;
	color: #ffffff;
}