/* CSS Document */
/*********************

	Gris : #f7f7f6
	Vert Clair : #afb5a9
	Vert Plus Clair : #e8e9e5
	Vert Foncé : #79816c
	
	Rouge Films : #ca0700
	Vert Publicités : #196912
	
**********************/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	background-color:#D0D0D0;
}

h1,h2{
	color:#7A92B1;
}


h1{
	font-size:1.3em;
}

h2{
	font-size:1.1em;
	margin-left:10px;
}

input, select, textarea{
	font: normal 95%/1em Verdana, Arial, sans-serif;
}

option{
	padding:2px;
}

label{
	cursor:pointer;
}

table{
	width:100%;
	border-collapse:collapse;
	border:1px solid #7A92B1;
	margin:5px 0;
}

th{
	background-color:#7A92B1;
	color:#FFFFFF;
	padding:5px;
}

td{
	border:1px dotted #7A92B1;
	text-align:center;
	padding:4px 3px;
}

h2 .grise{
	font-weight:normal;
}

a img{
	border:0;
}

table ul li{
	text-align:left;
	color:#333333;
}	


#conteneur {
	position: relative;
	width: 1000px;
	margin: 15px auto; 
	background:#FFF url(fondContenu.png) repeat-x;
	border:3px solid #7A92B1;
}

#header {
	padding:20px 0 0 10px;;
	background:url("logoRedonPetit.png") no-repeat 20px 10px;
	font-size:1.1em;
	height:70px;
}

#header a{
	 color:#7A92B1;
	 text-decoration:none;
	 margin:0 6px;
}

#header a:hover{
	color:#28896A;
	border-bottom:4px solid  #28896A;
	padding-bottom:1px;
}

#header p{
	margin:10px 0 0 90px;
}

#header .menu{
	border-bottom:2px solid #7A92B1;
	padding-bottom:2px;
	letter-spacing:1.2px;
}

#header .user{
	font-size:0.8em;
	color:#666666;
	margin:3px 0 0 100px;
	letter-spacing:0.8px;
}

#header .user select{
	font-size:0.85em;
}

#centre {
	margin-left: 230px;
	padding:0 10px;
	min-height:400px;
}

#centre p{
	text-align:justify;
	color:#333333;
	font-size:0.9em;
	margin: 10px;
}

#centre li{
	font-size:0.9em;
	color:#7A92B1;
	margin:5px 0;
}

#centre fieldset{
	margin:10px 0;
	-moz-border-radius:5px;
}

#centre legend{
	font-weight:bold;
	color:#7A92B1;
	padding:0 5px;
}


#centre a{
	color:#7A92B1;
	text-decoration: none;
	border-bottom:1px dotted #7A92B1;
}

#centre a:hover{
	border-bottom:1px dotted #28896A;
	color:#28896A;
}

#centre th a, #centre th a:hover{
	color: #FFF;
	border-bottom:1px dotted #FFF;
}

#centre .bullet{
	border-bottom:0;
	padding:0;
}

#centre .bullet:hover{
	border-bottom:0;
}

#centre .grise{
	color:#999999;
	font-size:0.8em;
}

#centre .grise a{
	color:#999999;
	border-bottom:none;
	text-decoration:underline;
}

#centre .rub{
	background-color:#FCFDFC;
	color:#7A92B1;
	margin:3px;
	font-weight:bold;
}

#centre option{
	color:#7A92B1;
	background-color:#FFFFFF;
}

#centre a img{
	border:0;
}

#centre .rouge{
	color:#CC0000;
}	

#centre a.ico{
	border:none;
}


#gauche {
	position: absolute;
	left:0;
	margin:10px;
	padding:0 5px;
	width: 200px;
	border:1px solid #7A92B1;
	background-color:#7A92B1;
	color:#FFF;
}

#gauche p{
	margin:2px 0 5px 0;
	padding:2px 0;
	border-bottom:1px dotted #FFF;
	font-weight:bold;
}

#gauche ul{
	margin: 2px 0 2px 20px;
	padding:0;
}

#gauche li {
	margin-bottom: 8px;
	font-size:0.9em;
}

#gauche a {
	margin: 0 2px;
	color:#FFF;
	text-decoration: none;
}

#gauche a:hover{
	border-bottom:1px dotted #F8BF3E;
	color:#F8BF3E;
	font-weight:bold;
}

#gauche .medias{
	cursor:pointer;
	text-align:center;
}
#gauche .grise{
	color:#999999;
	font-size:0.8em;
}

#gauche .grise a{
	color:#999999;
	border-bottom:none;
	text-decoration:underline;
}

#email{
	background: #FFF url("../images/email.png") 5px 1px no-repeat;
	padding:2px 2px 2px 25px;
}

#mdp{
	background: #FFF url("../images/key.png") 5px 1px no-repeat;
	padding:2px 2px 2px 25px;
}

#frmAuthManager label{
	float: left;
	width: 35%;
	text-align: right;
	margin: 0 5px 0 0;
}

#pied {
	font-size:0.85em;
	text-align:center;
	padding:5px;
	background-color:#7A92B1;
	color:#FFF;
	clear:both;
}

#pied a{
	color:#FFF;
	text-decoration:none;
}