/*
Design "Sable du désert"
(c) VRally 4L 2006
*/

/* Styles principaux et styles d'en-tête */

body
{
	margin: 0px;
	padding: 0px;
	background-color: rgb(203, 165, 116);
	padding-bottom: 20px;
}

h1
{
	text-indent: -50000px;
	height: 176px;
	
	background: url("images/banniere.jpg") no-repeat center;
	border-bottom: 1px solid rgb(79, 69, 58);
	
	margin-top:0px;
	margin-bottom: 0px;
}

#global
{
	border: 1px solid rgb(202, 195, 187);
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	
	color: rgb(79, 69, 58);
	background-color: rgb(202, 195, 187);
	border: 1px solid rgb(79, 69, 58);
	margin-bottom: 20px;
}

a img
{
	border:0px;
}

/* Menus des côtés */

#menu_gauche, #menu_droite
{
	background-color: rgb(202, 195, 187);
	width: 170px;
	
	margin-top: 0px;
	text-align: center;
}

#menu_gauche, #menu_droite
{
	font-size: 0.85em;
}

#menu_gauche
{
	float: left;
}

#menu_droite
{
	float: right;
}

/* Menu central */

#centre
{
	margin-top: 0px;
}

#menu ul
{	
	width: 660px;
	border: 2px solid red;
	margin-left: auto;
	margin-right: auto;
}

#menu li
{
	display: inline;
}

#menu a
{
	display: block;
	float: left;
	
	width: 126px !important; /* Retenu par tous les navigateurs sauf IE 6 */
	width: 124px; /* Retenu par IE 6 */
	height: 40px;
	line-height: 40px;
	text-align: center;

	background-color: rgb(202, 195, 187);
	
	text-decoration: none;
	color: rgb(79, 69, 58);
	border: 1px solid rgb(193, 178, 160);
}



/* Corps */

#corps
{
	margin-top: 60px;
	margin-left: 170px;
	margin-right: 170px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-top: 40px;
	
	min-height: 1000px;
	
	background-color: rgb(207, 200, 179);
	border: 1px solid rgb(193, 178, 160);
	
	text-align: justify;
}

#grossepub
{
	font-variant: small-caps;
	font-weight: bold;
	color: rgb(193, 119, 33);
	
	font-size: 1.3em;
	text-align: center;
}

#corps h2
{
	font-variant: small-caps;
}

h3
{
	color: rgb(193, 119, 33);
}



/* Styles du corps */

.modif
{
	color: blue;
	font-weight: bold;
}

textarea
{
	padding: 4px;
}

a, a:visited
{
	color: #996633;	
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;	
}

label
{
	cursor: pointer;
}

#formulaire_login
{
	margin-top: 10px;
	text-align: center;
}

table, td, th
{
	border: 1px solid black;
	padding: 2px;
}

table
{
	border-collapse: collapse;
	width: 80%;
	margin: auto;
	text-align: left;
}

.galerie
{
	margin: 6px;
}

.miniature
{
	border: 1px solid black;	
}

caption
{
	font-size:1.2em;
	text-align:center;
}

#xiti-logo
{
	margin-top:30px;
}
