/*
Rouge
rgb(153,19,44)
*/

body
{
	background: white;
	margin: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	padding-bottom: 30px;
}

/* Propriétés génériques */
a
{
	text-decoration: none;
}

/* Blocks principaux */
#container
{
	width: 923px;
	margin: auto;
}

#header
{
	background: url("../images/banner.jpg") no-repeat;
	height: 229px;
}

#footer
{
	clear: both;
	background: #e2e2e2;
	text-align: center;
	border: 2px groove #d2d2d2;
}

#footer a
{
	color: #333;
}

#footer a:hover
{
	color: #777;
}

/* Barre de navigation */
#navigation
{
	background: #d2d2d2;
	text-align: center;
	border: 1px solid black;
	
	/*-moz-border-radius: 0px 0px 5px 5px;*/
}

#navigation ul
{
	list-style-type: none;
	margin: auto;
}

#navigation li
{
	display: inline;
	padding: 0 5px 0 5px;
}

#navigation a
{
	font-variant: small-caps;
	font-weight: bold;
	color: #333;
}

#navigation a:hover
{
	color: #777;
}
/* FIN Barre de navigation */

/* Barre d'alerte */
#alert
{
	color: #363636;
	font-weight: bold;
	background: #fbec88;
	text-align: center;
	border: 1px solid black;
	/*border-top: none;*/
	margin-top: 5px;
	
	-moz-border-radius: 5px;
}
/* FIN Barre d'alerte */

/* Sidebar */
#sidebar
{
	float: left;
	background: white;
	width: 300px;
	
	border-right: 2px groove #d2d2d2;
	padding-right: 5px;
	margin-top: 5px;
	margin-bottom: 30px;
}

#sidebar .sidebar_block
{
	
}

#sidebar .sidebar_block h1
{
	border: 2px groove #d2d2d2;
	margin: 5px 0 0 0;
	
	font-variant: small-caps;
	padding: 0 0 0 5px;

	color: #333;
	background: #e2e2e2;
}

#sidebar .sidebar_block ul
{
	list-style-type: none;
	margin:10px 0 0;
	padding:0;
}

#sidebar .sidebar_block a
{
	color: rgb(153,19,44);
}

#sidebar .sidebar_block a:hover
{
	color: black;
}

#sidebar table
{
	width: 100%;
	margin: auto;
	border-collapse: collapse;
}

#sidebar table td
{
	text-align: center;
}

#sidebar table img
{
	width: 53px;
	height: 53px;
	border: 1px solid #e1e1e1;
}

#sidebar table img.member_activated
{
	border: 1px solid rgb(153,19,44);
	width: 55px;
	height: 55px;
}

#sidebar table td.member_display
{
	font-weight: bold;
	font-size: 1.2em;
}
/* FIN Sidebar */

/* Corps */
#corps
{
	margin-left: 310px;
	padding: 5px 10px 5px 5px;
	margin-bottom: 30px;
}


#corps a
{
	color: rgb(153,19,44);
}

#corps a:hover
{
	color: black;
}

#corps h1
{
	border: 2px groove #d2d2d2;
	margin: 5px 0 0 0;
	
	font-variant: small-caps;
	padding: 0 0 0 5px;

	color: #333;
	background: #e2e2e2;
	margin-bottom: 20px;
}

#corps h2
{
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	font-size: 1.2em;
	padding-left: 30px;
	/*padding-left: 2%;
	padding-right: 2%;*/
}

#corps h2 span
{
	/*margin-top: 15px;*/
	color: #555;
	font-size: 0.6em;
	padding-left: 5%;
	float: right;
	padding-top: 10px;
}

/* h4 = petits titres */
#corps h4
{
	text-decoration: underline;
	font-weight: bold;
	padding-left: 5%;
}

/* h5 = très petits titres */
#corps h5
{
	font-style: italic;
	padding-left: 5%;
}

#corps p
{
	text-indent: 30px;
}

#corps p.no_indent
{
	text-indent: 0;
}

/* News */
#corps .news
{	
	border-bottom:1px solid #000;
	border-left:1px solid #000;
	margin:0 10px 10px;
	padding-left:10px;
	padding-right:10px;
}

#corps .news p
{
	text-indent: 50px;
	clear: right;
}
/* FIN News */


/* Tableaux des events*/
#corps table.table_list
{
	text-align: center;
	min-width: 80%;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	border: 1px solid black;
	border-collapse: collapse;
}

#corps table.table_list th
{
	background: #e2e2e2;
	color: #333;
}

#corps table.table_list td
{
	border: 1px solid black;
	padding: 2px 5px;
}

#corps table.table_list tr:nth-child(even)
{
	background: #e5e5e5;
}

/* Tableau de post/édition d'une news */
#corps table.table_news
{
	margin: auto;
	width: 90%;
}

#corps table.table_news th,
#corps table.table_news td
{
}

#corps table.table_news input,
#corps table.table_news textarea
{
	width: 100%;
}

#corps table.table_news textarea
{
	height: 300px;
}

/* Formulaires */
input.quantite
{
	width: 30px;
}

input.commander
{
	width: 50%;
}

p.pagination
{
	text-align: center;
	text-indent: 0;
}
