/*---------------------------------------------------------------------------
		File name ............ content/css/style.php
		Author ............... Antoine Lemoine
		Creation date ........ 31.07.2008
		Modification date .... 31.07.2008
---------------------------------------------------------------------------*/

body {
	background-color: #646466;
	font-family: Verdana, sans-serif;
	font-size: 9pt;
	padding: 0px;
	margin: 0px;
}

#box-sized {
	width: 800px;
	margin: auto;
	margin-top: 20px;
}

#footer {
	text-align: left;
	color: #ccc;
	font-size: 7pt;
	padding-top: 2px;
	padding-bottom: 20px;
}

.right {
	float: right;
	margin-right: 9px;
}

.clear {
	clear: both;
}

#footer a {
	text-decoration: none;
	color: #ccc;
}

#footer a:hover {
	color: #fff;
}


#box {
	text-align: justify;
	background-color: #fff;
	padding-right: 15px;
	background-image: url(../images/courbe.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#box-clear {
	clear: both;
	height: 120px;
}

#logo {
	padding: 15px 0 10px 20px;
	margin-right: 520px;
	margin-bottom: 20px;
	border-bottom: solid 1px #646466;
}

#logo img {
	height: 61px;
	width: 270px;
}

.corps {
	margin-right: 15px;
	margin-left: 200px;
}

input, textarea {
	width: 200px;
	border: solid 1px #eecbb4;
	font-size: 8pt;
	padding-right: 0 2px;
}

.button {
	background: none;
	border: solid 1px #C1C1C1;
	width: auto;
	margin-top: 10px;
	margin-left: 68px;
	padding: 0 10px;
}

a {
	text-decoration: none;
	color: #F35B00;
}

a:hover {
	color: #000;
}

img {
	border: 0;
}

.corps p {
	margin: 5px 15px 5px 50px;
	line-height: 1.4em;
}

.corps ul {
	margin: 5px 15px 5px 90px;
	line-height: 1.4em;
}

.corps p.space-p {
	margin: 15px 15px 15px 50px;
}

.corps table {
	margin: 5px 15px 5px 50px;
	width: 500px;
}

.error {
	margin-top: 20px;
	font-weight: bold;
	color: #f00;
}

.failure_message, .success_message {
	border: solid 1px;
	margin: 0 35px;
	padding: 0 15px;
}

.failure_message {
	color: #f00;
	background-color: #fee;
	border-color: #faa;
}

.success_message {
	color: #0b0;
	background-color: #efe;
	border-color: #9d9;
}

.failure_message p, .success_message p {
	margin: 5px 0;
}

.colored {
	color: #f60;
}

#menu {
	font-size: 8pt;
	line-height: 1.5em;
	width: 160px;
	float: left;
	margin-right: 15px;
	padding-bottom: 100px;
}

#menu ul {
	padding: 0;
	margin: 0;
}

#menu li {
	list-style: none;
	margin: 0;
	white-space: nowrap;
}

#menu .sub_ul {
	margin-left: 10px;
	margin-bottom: 5px;
}

#menu a {
	color: #000;
	text-decoration: none;
}

#menu .current {
	background-repeat: no-repeat;
	cursor: default;
}

#menu li {
	padding-left: 12px;
}

#menu .current a {
	color: #f00;
}

.main_ul a, .main_ul .current {
	font-weight: bold;
}

.main_ul .current {
	background-image: url(../images/selected_item.gif);
	background-position: 0px 7px;
}

.sub_ul a, .sub_ul .current {
	font-weight: normal;
}

.sub_ul .current {
	background-image: url(../images/sub_selected_item.gif);
	background-position: 3px 6px;
}

#menu a:hover {
	color: #515151;
}

#deco {
/*
	position: absolute;
	margin-top: 17px;
	margin-left: 350px;
*/
	float: right;
	margin-bottom: 25px;
	margin-right: 15px;
}

h1 {
	border-bottom: dashed 1px #888;
	padding: 3px 10px;
	font-size: 1.4em;
	font-weight: normal;
	margin: 15px 0 10px 0;
	clear: right;
}

h2 {
	padding: 3px 10px;
	font-size: 1.2em;
	font-weight: bold;
	margin: 7px 0 5px 15px;
}

.float_right {
	float: right;
}

.navigation {
	width: 300px;
	height: 13px;
	margin: 15px 200px 15px 0;
	padding: 2px 2px 2px 15px;
	text-align: right;
	border-top: dashed 1px #f60;
	border-bottom: dashed 1px #f60;
	font-size: 8pt;
	color: #f60;
}

.navigation img {
	vertical-align: top;
	width: 24px;
	height: 13px;
}

.navigation span {
	margin-right: 10px;
}

#welcome {
	position: absolute;
	top: 200px;
	width: 300px;
	font-weight: bold;
	font-size: 16pt;
	font-style: italic;
	color: #f60;
}

