body
{
	font-family:Arial;
	font-size:12px;
	color:#FFFFFF;
	background-color:#1F1F1F;
	background-image:url(../images/layout/background.png);
	background-repeat:no-repeat;
	background-position:fixed;
}

/* Structure de base */
#site
{
	width:1002px;
	position:absolute;
	top:152px;
	left:0;
}

#bottom
{
	width:1002px;
	height:86px;
	position:relative;
	bottom:0;
	left:0;
	float:left;
	background-image:url(../images/layout/background_bottom.png);
	background-repeat:no-repeat;
	
}

#footer
{
	position:relative;
	float:right;
	padding:50px 40px 0 0;
	font-size:10px;
}

#menu
{
	width:205px;
	position:relative;
	top:94px;
	left:71px;
	display:block;
	float:left;
	
}

#middle
{
	width:622px;
	position:relative;
	left:71px;
	float:left;
}

#content_top
{
	width:622px;
	height:19px;
	position:relative;
	float:left;
	display:block;
	background-image:url(../images/layout/content_top.png);
	background-repeat:no-repeat;
}

#content_bottom
{
	width:622px;
	height:18px;
	position:relative;
	float:left;
	display:block;
	background-image:url(../images/layout/content_bottom.png);
	background-repeat:no-repeat;
}

#content_middle
{
	width:622px;
	position:relative;
	float:left;
	display:block;
	background-image:url(../images/layout/content_middle.png);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#C10000;
}

#formes
{
	width:180px;
	height:257px;
	position:relative;
	float:right;
	margin-top:-257px;
	background-image:url(../images/layout/formes.png);
	background-repeat:no-repeat;
}

#galerie
{
	width:506px;
	margin:0 80px 14px 36px;
	float:left;
	display:inline;
}

#galerie .cadre
{
	width:75px;
	height:75px;
	float:left;
	margin:0 27px 27px 0;
	padding:2px;
	background-image:url(../images/layout/cadre.png);
	background-repeat:no-repeat;
}

#galerie #no_margin
{
	margin:0;
}

/* Textes */
#content_middle h1
{
	font-size:22px;
	margin:0;
	padding:14px 0 20px 24px;
}

#content_middle h2
{
	font-size:14px;
	margin:0;
	padding:8px 0 8px 36px;
}

#content_middle p.text
{
	margin:0;
	padding:0 80px 14px 36px;
	line-height:1.5em;
}

#content_middle .signature
{
	color:#FFFF01;
	font-style:italic;
	font-size:11px;
	text-align:right;
	margin:0;
	padding:0 80px 8px 36px;
	clear:both;
}

#galerie .titre
{
	width:348px;
	height:79px;
	float:left;
	text-align:center;
	font-size:20px;
	line-height:79px;
}

#content_middle .arianne
{
	font-style:italic;
}

.agenda
{
	font-size:14px;
	padding-bottom:10px;
}

a
{
	color:#FFFF01;
	text-decoration:none;
}

/* Message d'erreur */
.error
{
	color:#000000;
	padding:5px;
	border:1px solid #FF0000;
	background-color:#FFAAAA;
	font-weight:bold;
	background-image:url(../images/icones/error.png);
	background-repeat:no-repeat;
	background-position:5px 5px;
	text-indent:21px;
	margin:0 80px 14px 36px;
}

/* Message d'alerte */
.alert
{
	color:#000000;
	padding:5px;
	border:1px solid #FF7500;
	background-color:#FFE7AC;
	background-image:url(../images/icones/alert.png);
	background-repeat:no-repeat;
	background-position:5px 5px;
	text-indent:21px;
	margin:0 80px 14px 36px;
}

/* Message de validation */
.valid
{
	color:#000000;
	padding:5px;
	border:1px solid #009000;
	background-color:#AAFFAA;
	font-weight:bold;
	background-image:url(../images/icones/success.png);
	background-repeat:no-repeat;
	background-position:5px 5px;
	text-indent:21px;
	margin:0 80px 14px 36px;
}

/* Divers */
	/* Centrage */
	.center
	{
		text-align:center;
		vertical-align:middle;
	}

	/* Alignement a droite */
	.right
	{
		text-align:right;
	}
	
	.yellow
	{
		color:#FFFF01;
	}
	
	hr
	{
		width:506px;
		border:1px solid #FFFF01;
		margin:0 80px 14px 36px;
		float:left;
	}

/* Styles images */
img
{
	border:0;
}

.imgLivreor
{
	border:1px solid #1F1F1F;
	float:left;
	margin:0 5px 5px 0;
	width:120px;
}

.supprImg
{
	width:77px;
	float:left;
	margin:0 4px 4px 0;
	text-align:center;
}

/* Icones (administration) */
.icone
{
	margin-bottom:-4px;
}

.action
{
	margin-left:10px;
}

/* Styles formulaires */
.cssform p.row
{
	clear:left;
	margin:0 80px 0 36px;
	padding:5px 0 8px 0;
	padding-left:110px;
	height:1%;
}

.cssform label
{
	float:left;
	margin-left:-110px;
	width:105px;
	text-align:right;
}

.cssform input, select, textarea
{
	font-size:12px;
	border:1px solid #000000;
}

.cssform .checkbox
{
	border:0;
}

/* Styles tablaux */
.tableBorder
{
	width:506px;
	border:#000000 solid 1px;
	border-collapse:collapse;
	vertical-align:top;
	margin:0 80px 14px 36px;
}

.tableBorder tr, td
{
	border:#000000 solid 1px;
	padding:3px 6px 3px 6px;
}

.tableBorder th
{
	font-weight:bold;
	color:#FFFFFF;
	background-color:#1F1F1F;
	padding:3px 6px 3px 6px;
	border:1px solid #000000;
}

.tableBorder img
{
	margin:0 !important;
	float:none !important;
}

.noBorder
{
	border-collapse:collapse;
	border-spacing:0;
	margin:0 80px 14px 36px;
}

.noBorder td
{
	border:0;
	border-top:0px solid #878787;
	padding:5px 10px 5px 10px;
	vertical-align:middle;
}

.noBorder a
{
	color:#000000 !important;
	text-decoration:none;
}