body {
	padding: 0px;
	margin: 0px;
	background-color: #DABF97;
	font-family: verdana;
	color: #17130A;
}

a img {
	border: none;
}

#header_container {
	padding: 0px;
	background: url("../img/design_beige/header_background.png") repeat-x;
	height: 196px;
	margin:0px;
}

#header{
	padding: 0px;
	background: url("../img/design_beige/header_background_image.jpg") no-repeat center;
	margin: 0px;
	width: 100%;
}

#menu {
	padding: 0px;
	margin: 0px;
	width: 845px;
	overflow: hidden;
	margin: auto;
}

#logo{
	width: 245px;
	float: left;
}

#menu_gauche, #menu_droite {
	list-style: none;
	margin: 0px;
	padding: 0px;
	height: 40px;
	font-size: 90%;
	float: left;
	position: relative;
	top: 110px;
	width: 250px;
	text-align: right;
}

#menu_droite {
	text-align: left;
}

#menu li {
	float: left;
	max-width: 100px;
	margin: 5px;
	text-indent: 0px;
}

#menu li a {
	color: #90bcd0;
	text-decoration: none;
}

#menu li a:hover {
	font-weight: bold;
}

#menu_gauche li {
	float: right;
}

#header_left{
	background: url("../img/design_beige/header_background_left.jpg") repeat-x;
	width: auto;
	height: 196px;
}

#content {
	background: #DABF97;
	padding: 10px 50px;
}

h1 {
	background: transparent;
	font-size: 130%;
	color: #5e4e38;
	margin: 0px;
	text-align: center;
}

h2 {
	margin-top: 0px;
	font-size: 130%;
	color: #093950;
}

ul  {
	list-style: none;
	text-indent: 20px;
}

.alertJavascript {
	color : #6F0000;
	border: 1px solid #6F0000;
	padding: 3px;
	font-size: 90%;
	background-color: #FFBFBF;
}

#center {
	width: 900px;
	margin: auto;
	clear: left;
}

#intro {

}

#intro .texte_intro:first-letter {
	font-size: 150%;
	font-weight: bold;
	color: #564732;
}

#partenaires {
	clear:left;
	width: 430px;
	margin: auto;
	text-align: center;
}

#partenaires h3 {
	font-family: Garamond, serif;
	color: #564732;
	margin: 0px;
}

#partenaires img{
	float: left;
	margin-top: 5px;
}

#partenaires #zone_partenaires {
	height: 40px;
	width: 376px;
	padding: 0px;
	overflow: hidden;
	margin: 0px;
	float: left;
}

#partenaires #barre_partenaires {
	list-style: none;
	padding: 0px;
	margin: 0px;
	position: relative;
	left: 0px;
}


#partenaires #barre_partenaires li{
	margin: 2px;
	padding: 0px;
	height: 31px;
	width: 88px;
	background: url("../img/design_beige/partenaire_vide.png") no-repeat;
	float: left;
	font-size: 70%;
	text-indent: 0px;
	border: 1px solid #564732;
}

#partenaires #barre_partenaires li img{
	margin: 0px;
	padding: 0px;
}

#partenaires a{
	color: #150802;
}

#partenaires a:hover {
	color: #EDD4AC;
}

#pub_bas {
	background: url("../img/design_beige/pub_back.png") no-repeat;
	float: right;
	width: 768px;
	height: 130px;
	padding: 20px;
}

#pub_centrale {
	width: 728px;
	height: 90px;
	margin: 0px auto;
}

#generateur {
	padding: 0px;
	margin: 0px;
	width: 861px;
}

#options {
	background: transparent url("../img/design_beige/options_back.png") repeat-y;
	width: 861px;
	margin: auto;
}

#options  form {
	margin: 10px 30px;
}

#options  #generate_button {
	float: right;
}

#options  table {
	float: left;
}

#options  table td {
	width: 230px;
	color: #edd4ae;
	font-family: Garamond, serif;
	font-size: 110%;
	font-weight: bold;
}

#results {
	background: transparent url("../img/design_beige/results_back.png") repeat-y;
	width: 861px;
	margin: auto;
}

#results_content  {
	margin: auto;
	width: 95%;
	font-size: 90%;
}

#results_content  li{
	margin: 5px;
}

#names {
	width: 70%;
	float: left;
}

#results  table{
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #DABF97;
}

#results table td{
	cursor: default;
	padding: 5px;
}

#results .darker {
	background: #fff0d8;
}

#results .added {
	background: #CCFF4F;
}

#results .added_darker {
	background: #DEFF8F;
}

/*****************************
	Sélection de noms
*****************************/

#selection {
	background-color: #FFF0D8;
	margin-top: 35px;
	margin-bottom: 10px;
	width: 26%;
	padding: 1%;
	float: left;
	margin-right: 1%;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 1px solid #DABF97;
}

#selection h3{
	margin: 3px;
	font-family: Garamond, serif;
	color: #564732;
	font-size: 130%;
	letter-spacing: -1px;
}

#selection ul {
	list-style: circle;
	list-style-image: url("../img/design_beige/list-img.png");
	padding-left: 10px;
	margin-left: 15px;
	overflow: auto;
	max-height: 200px;
}

#selection  li{
	text-indent: 0px;	
	margin-left: 5px;
}

#selection .suppr_selection {
	margin-left: 5px;
}

.lien_en_dur  {
	color: #564732;
	font-size: 80%;
	text-align: center;
}

.lien_en_dur  a{
	color: #564732;
}

/*****************************
	Formulaire d'upload
*****************************/

#UploadAddForm input {
	width: 200px;
}

#UploadAddForm table .label {
	padding: 5px;
	width: 350px;
	font-size: 90%;
	background: #EDD4AC;
	text-align: right;
	color: #2F2313;
}

.code {
	font-family: "Courier New", monospace;
	background: white;
	border: 1px grey solid;
	width: 80%;
	margin: auto;
	margin-bottom: 5px;
	padding: 5px;
}

.message {
	background: #EDD4AC;
	border: 1px #2F2313 solid;
	padding: 10px;
}

#footer {
	height: 20px;
	padding: 5px;
	clear: left;
	background: #694f31 url("../img/design_beige/footer.png") repeat-x;
	text-align: center;
	font-size: 80%;
	color: #ebc89b;
}

#footer a {
	color: #ebc89b;
}

/******************************
	Options des noms
******************************/

#name_options {
	position: absolute;
	background: url('../img/fond_menu.png') no-repeat;
	width: 80px;
	height: 80px;
	display: none;
}

#name_options .menu_action{
	cursor: pointer;
	width: 16px;
	height: 16px;
	position: relative;
}

#name_options #edit_name{
	top: 20px;
	left: -10px;
}

#name_options #add_name{
	top: 20px;
	left: 50px;
}

#name_options #exit_menu{
	top: 50px;
	left:-12px;
}