*{
	behavior: url(../scripts/PIE.htc); 	
}
body,td,th
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #666;
	background-image: url(../img/fond.jpg);
	background-repeat: repeat-x;
}
img
{
	border: none;
}
a:link, a:visited, a:hover, a:active
{
	color: #333;
	text-decoration: none;
}
h2, h3
{
	padding: 0;
	margin: 0;
}
#Haut
{
	width: 1000px;
	margin: auto;
	height: 120px;
}
#Logo
{
	width: 250px;
	padding-top: 25px;
}
#MenuBarre
{
	margin: auto;
	width: 1000px;
	height: 30px;
	background: #FFFFFF;
	background: -moz-linear-gradient(top, #FFFFFF 0%, #EBEBEB 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#EBEBEB));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#EBEBEB',GradientType=0 );
}
#Menu
{
}
.Menu
{
	float: left;
	height: 23px;
	padding: 7px 10px 0px 10px;
	font-size: 12px;
	font-weight: bold;
	-moz-text-shadow: 1px 1px 1px #FFFFFF;  
    -webkit-text-shadow: 1px 1px 1px #FFFFFF;  
    text-shadow: 1px 1px 1px #FFFFFF;
}
.Menu:hover
{
	float: left;
	height: 23px;
	padding: 6px 9px 0px 9px;
	font-size: 12px;
	font-weight: bold;
	border: solid 1px #999999;
	border-bottom: none;
	color: #FFFFFF;
	
	-moz-text-shadow: 1px 1px 1px #333333;  
    -webkit-text-shadow: 1px 1px 1px #333333;  
    text-shadow: 1px 1px 1px #333333;
	
	background: -moz-linear-gradient(top, #666666 0%, #CCCCCC 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(100%,#CCCCCC));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#CCCCCC',GradientType=0 );
}
#MenuActif
{
	float: left;
	height: 23px;
	padding: 6px 9px 0px 9px;
	font-size: 12px;
	font-weight: bold;
	border: solid 1px #999999;
	border-bottom: none;
	color: #FFFFFF;
	
	-moz-text-shadow: 1px 1px 1px #333333;  
    -webkit-text-shadow: 1px 1px 1px #333333;  
    text-shadow: 1px 1px 1px #333333;
	
	background: -moz-linear-gradient(top, #666666 0%, #CCCCCC 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(100%,#CCCCCC));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#CCCCCC',GradientType=0 );
}
#MenuBarre .Fleche
{
	display: none;
}
#MenuActif .Fleche
{
	position: relative;
	display: block;
	float: left;
	height: 29px;
	width: 100%;
	background-image: url(../img/fleche.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}
#Page
{
	margin: auto;
	margin-top: 20px;
	width: 980px;
	background-color: #FFFFFF;
	padding: 10px;
	
	border-radius: 0px 0px 5px 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottomleft-radius: 5px;
	-moz-border-bottomright-radius: 5px;
}
#PageTransparante
{
	margin: auto;
	margin-top: 20px;
	width: 1000px;
}
.BlockPage
{
	float: left;
	background-color: #FFFFFF;
	padding: 10px;
	
	border-radius: 0px 0px 5px 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottomleft-radius: 5px;
	-moz-border-bottomright-radius: 5px;
}
.BlockPage .Titre
{
	padding: 2px 0;
	margin-top: 10px;
	font-weight: bold;
}
.BlockPage .Champs
{
	padding: 2px 0;
	border-bottom: solid 1px #CCC;
}
.Clear
{
	clear: both;
}
.Float
{
	float: left;
}
.Marges
{
	padding: 5px;
}
.Cacher
{
	display: none;
}
.Bouton1
{
	height: 18px;
	padding: 4px 5px 0 5px;;
	border: solid 1px #D2D2D2;
	background: -moz-linear-gradient(top, #FFFFFF 0%, #EBEBEB 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#EBEBEB));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#EBEBEB',GradientType=0 );
}
.Bouton1:active
{
	background: #EBEBEB;
}
.Bouton1 img
{
	border: none;
	margin: -1px 5px 2px 0;
	float: left;
}
.Bouton2
{
	height: 18px;
	padding: 4px 5px 0 5px;;
	border: solid 1px #D2D2D2;
	background: -moz-linear-gradient(top, #EBEBEB 0%, #CCCCCC 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EBEBEB), color-stop(100%,#CCCCCC));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EBEBEB', endColorstr='#CCCCCC',GradientType=0 );
}
.Bouton2 img
{
	border: none;
	margin: -1px 5px 2px 0;
	float: left;
}
#Pied
{
	color: #FFFFFF;
	
	background: -moz-linear-gradient(top, #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(100%,#000000));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=0 );
}
.ConteneurG
{
	margin: auto;
	width: 990px;
	padding: 5px;
}
.ConteneurB
{
	float: left;
	border-right: solid 1px #333333;
	padding-bottom: 5px;
}
a .PiedLien
{
	color: #FFFFFF;
}
.PiedLien
{
	clear: both;
	width: 150px;
	padding: 2px 4px;
	margin-left: 10px;
}
.PiedLien:hover
{
	background-color: #333333;
}
.PiedTitre
{
	clear: both;
	font-weight: bold;
	padding: 2px 4px;
	margin-left: 10px;
}
#Copyright
{
	margin: auto;
	text-align: center;
	width: 1000px;
	padding: 10px 0px;
	font-size: 10px;
	color: #FFFFFF;
}
.BlockNormal
{
	float: left;
	border: solid 1px #D2D2D2;
	background: -moz-linear-gradient(top, #FFFFFF 0%, #EBEBEB 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#EBEBEB));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#EBEBEB',GradientType=0 );
}
.BlockNormal .BlockTitre
{
	height: 21px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding: 4px 0px 0px 10px;
	background: -moz-linear-gradient(top, #FFA900 0%, #FF4F00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFA900), color-stop(100%,#FF4F00));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFA900', endColorstr='#FF4F00',GradientType=0 );
}
.BlockRayures
{
	float: left;
	border: solid 1px #D2D2D2;
	background: -moz-linear-gradient(top, #FFFFFF 0%, #EBEBEB 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#EBEBEB));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#EBEBEB',GradientType=0 );
}
.BlockRayures .BlockTitre
{
	height: 21px;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	padding: 4px 0px 0px 10px;
	background-image: url(../img/titre-rayures.png);
	background-repeat: repeat-x;
}
.BlockContenu
{
	padding: 5px;
}

/* INDEX */

#index .IndexArticle
{
	float: left;
	width: 280px;
	margin-right: 10px;
	margin-bottom: 5px;
}
#index .ArticleImage
{
	float: left;
	width: 90px;
}
#index .ArticleTitre
{
	float: left;
	width: 190px;
	padding-top: 10px;
	font-weight: bold;
}
#index .ArticleDate
{
	float: left;
	width: 190px;
	font-weight: normal;
}
.RssDate
{
	padding: 15px 20px 0px 20px;
	font-size: 10px;
}
.RssTexte
{
	padding: 0px 20px 0px 20px;
}
ul#Annonces
{
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#Annonces li
{
	margin: 0;
	padding: 0;
	list-style: none;
}
#Aslider, #Aslider li
{ 
	height: 120px;
	width: 388px;
	overflow: hidden; 
}
.IndexAnnonce
{
	padding: 5px;
	float: left;
	width: 388px;
}
.IndexAnnoncePhoto
{
	float: left;
	width: 115px;
}
.IndexAnnonceTexte
{
	float: left;
	width: 200px;
}
.Nom
{
	padding-bottom: 10px;
	font-weight: bold;
}
#BlockAuth
{
	float: left;
	width: 170px;
	padding: 0 5px;
}
#BlockAuthLiens
{
	float: left;
	width: 150px;
	padding: 0 5px 0 30px;
	background-image: url(../img/sep1.png);
	background-repeat: no-repeat;
	background-position: left;
}
#BlockAuth input[type=text], input[type=password]
{
	width: 130px;
}
#BlockAuth input[type=submit]
{
	width: 152px;
}
#BlockAuthLiens li
{
	padding-top: 6px;
}

/* BLOG */

#ArticlePage
{
	float: left;
	width: 700px;
}
#ArticleBarre
{
	float: left;
	width: 270px;
	margin-left: 10px;
}
#ArticleTags a
{
	height: 20px;
	margin: 5px 0;
}
#ArticleTags a:hover
{
	background-color: #FF4F00;
	color: #FFF;
}
#ArticleTags a.niveau1
{
	float: left;
	margin-left: 10px;
	font-size: 10px;
}
#ArticleTags a.niveau2
{
	float: left;
	margin-left: 10px;
	font-size: 12px;
}
#ArticleTags a.niveau3
{
	float: left;
	margin-left: 10px;
	font-size: 16px;
}
#ArticleTags a.niveau4
{
	float: left;
	margin-left: 10px;
	font-size: 20px;
}
#blog .ArticleListe
{
	border-bottom: solid 1px #CCC;
	padding-bottom: 15px;
}
#blog .ArticleImage
{
	float: left;
	margin: 10px 10px 0 0;
}
#blog .ArticleTitre
{
	float: left;
	width: 600px;
}
#blog .ArticleAuteur
{
	float: left;
}

/* FORMULAIRES */

input[type=text], input[type=password], select, textarea
{
	border: solid 1px #999;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	padding: 3px 10px;
}
select
{
	padding: 3px 0 0 5px;
}
input[type=submit], input[type=button]
{
	border: solid 1px #999;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	padding: 3px 10px;
	
	background: -moz-linear-gradient(top, #999999 0%, #CCCCCC 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(100%,#CCCCCC));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#CCCCCC',GradientType=0 );
}
.Label
{
	padding: 10px;
}
.Label input, .Label select
{
	float: right;
}
.Reglement
{
	border: solid 1px #666;
	background-color: #CCC;
}

/* MESSAGES */

#MsgErreur
{
	position: relative;
	margin-bottom: 10px;
	background-image: url(../img/msg-e.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	color: #990000;
	background-color: #FFD7D7;
	border: solid 1px #990000;
	padding: 10px 10px 10px 50px;
}
#MsgInfo
{
	position: relative;
	margin-bottom: 10px;
	background-image: url(../img/msg-i.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	color: #0066FF;
	background-color: #E1EDFF;
	border: solid 1px #0066FF;
	padding: 10px 10px 10px 50px;
}
#MsgConfirm
{
	position: relative;
	margin-bottom: 10px;
	background-image: url(../img/msg-c.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	color: #349902;
	background-color: #EAFFDF;
	border: solid 1px #349902;
	padding: 10px 10px 10px 50px;
}
.Vignette
{
	float: left;
	padding: 4px;
	margin: 12px 12px 0 0;
	background: #FFF;
	border: solid 1px #CCC;
}

/* Messagerie  */

#AjaxMessagerie .Ligne
{
	clear: both;
	border-bottom: solid 1px #CCC;
	height: 25px;
	cursor: pointer;
}
#AjaxMessagerie .Ligne:hover
{
	background-color: #CCC;
}
#AjaxMessagerie .Ligne .Statut
{
	float: left;
	padding: 5px 10px 0 5px;
}
#AjaxMessagerie .Ligne .Expediteur
{
	float: left;
	padding: 7px 10px 0 0;
	width: 150px;
}
#AjaxMessagerie .Ligne .Sujet
{
	float: left;
	padding: 7px 10px 0 0;
}
#AjaxMessagerie .Ligne .Supprimer
{
	float: right;
	padding: 5px 0 5px 0;
}
#AjaxMessagerie .Pagination
{
	clear: both;
	height: 25px;
}
#AjaxMessagerie .Pagination .Suivant, #AjaxMessagerie .Pagination .Precedent
{
	float: right;
	padding: 5px 20px;
	margin: 5px 0;
	color: #999;
	cursor: pointer;
	background-color: #CCC;
	border: solid 1px #CCC;
}
#AjaxMessagerie .Pagination .Suivant:hover, #AjaxMessagerie .Pagination .Precedent:hover
{
	border: solid 1px #999;
}
#AjaxMessagerie .Pagination .Suivant
{
	margin-left: 5px;
}

#MediaboxPhotos .Pagination, #MediaboxVideos .Pagination
{
	clear: both;
	height: 25px;
}
#MediaboxPhotos .Pagination .Suivant, #MediaboxVideos .Pagination .Suivant, #AjaxMessagerie .Pagination .Precedent
{
	float: left;
	padding: 5px 20px;
	margin: 5px 0;
	color: #999;
	cursor: pointer;
	background-color: #CCC;
	border: solid 1px #CCC;
}
#MediaboxPhotos .Pagination .Suivant:hover, #MediaboxVideos .Pagination .Suivant:hover, #AjaxMessagerie .Pagination .Precedent:hover
{
	border: solid 1px #999;
}
#MediaboxPhotos .Pagination .Suivant, #MediaboxVideos .Pagination .Suivant
{
	margin-left: 5px;
}

#MediaboxVideos
{
	clear: both;
}
