/* CSS Document */
* {padding: 0; margin: 0;}
html, body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #5081AF;
	color: #000000;
}
#layout_global {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#layout_header {
	height: 264px;
	background-image: url(/module/syst_theme/FWS/layout/header.gif);
	width: 750px;
}
html>body #layout_middle {
	height: auto;
	min-height: 250px;
}
#layout_middle {
	height: 250px;
	background-image: url(/module/syst_theme/FWS/layout/global.gif);
	background-repeat: repeat-y;
	width: 710px;
	text-align: justify;
	padding: 20px;
}
#layout_footer {
	height: 51px;
	background-image: url(/module/syst_theme/FWS/layout/footer.gif);
	width: 750px;
	text-align: center;
	font-weight: bold;
	color: #5081AF;
	clear:both;
}
#layout_theme{
	text-align: right;
	position: absolute;
	width: 710px;
	right: 40px;
}
#layout_menu{
	position: absolute;
	width: 180px;
	top: 90px;
	font-size: 12px;
	font-weight: 900;
	left: 20px;
}
.button_admin_back {
	height: 32px;
	width: 64px;
	position: absolute;
	top: 10px;
	right: 20px;
}
ul.menu {
list-style-type: none;
}
li {
	height:20px;
}

p {margin: 0;}

.menu a {
	color: #FFFFFF;
	cursor:pointer;
	display: block;
	text-decoration: none;
}
.menu a:hover { 	
	color: #5081AF;
	cursor:pointer;
	background-color: #FFFFFF;
	display: block;
	text-decoration: none;
}

a {
	color: #5081AF;
	cursor:pointer;
	text-decoration: none;
}
a:hover { 	
	color: #5081AF;
	cursor:pointer;
	text-decoration: underline;
}
.fieldset_admin_main{
	padding: 15px;

}
.album_fieldset{
	padding: 15px;	
}
/*balise formulaire*/
input {
	border:1px #ccc solid;
	color:#777;
	padding:1px;
	background:#fff url(/img/form/bg.jpg) repeat-x;
}
.button_image {	
	width:32px;
	height:32px;
	border:0px;
	padding:0px;
	background:#fff;
}
.textarea {
	width:500px;
	height:200px;
	border:1px #ccc solid;
	color:#777;
	padding:1px;
	background:#fff url(/img/bg.jpg) repeat-x;
}
.contact_textarea {
	width:250px;
	height:100px;
	border:1px #ccc solid;
	color:#777;
	padding:1px;
	background:#fff url(/img/bg.jpg) repeat-x;
}
.contact_data
{
	width:100%;
	padding: 0px;
	margin: 0px;
	text-align: left;
}
.button {
	border:1px #ccc solid;
	color:#777;
	padding:1px;
	background:#fff url(/img/bg.jpg) repeat-x;
	cursor:pointer;
}

/*copyright*/
.mainSubBar
{
	background-image:url(/img/admin/pixel-grey.gif);
	background-position:center center;
	background-repeat:repeat-x;
	margin-top:15px;
	margin-bottom:5px;
	height:15px;
	padding-left: 10px;
}
.mainSubTitle
{
	background-color:#FFFFFF;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000045;
	text-decoration: none;
	width: 80px;
}
ul#layout_login {
width: 40%;
list-style-type: none;
border-top: solid 1px #376098;
margin: 0;
padding: 0;
}

ul#layout_login ol {
display: none;
text-align: left;
list-style-type: none;
margin-left: 20px;
padding: 5px;
}

ul#layout_login li, ul#layout_login a {
font-family: verdana, sans-serif;
font-size: 11px;
color: #785a3c;
}

ul#layout_login li {
border-bottom: solid 1px #376098;
line-height: 15px;
}

ul#layout_login ol li {
border-bottom: none;
}

ul#layout_login ol li:before {
content: "- ";
}

ul#layout_login a {
text-decoration: none;
outline: none;
}

ul#layout_login a:hover {
color: #FCC403;
}

ul#layout_login a.active {
color: #FCC403;
}
/*
ul#login {
width: 40%;
list-style-type: none;
margin: 0;
padding: 0;
text-align:center;
}
ul#login li {
border-bottom: 1px solid #376098;
list-style-type: none;
margin: 0;
padding: 0;
text-align:center;
}
*/
img{
	border: 0px;
}

.img_page{
	margin: 5px;
	padding: 5px;
	border: 1px solid #0033FF;
}
#error {
	font-style: italic;
	color: #CC0000;
}
.main_error{
	font-style: italic;
	color: #CC0000;
}
.main_message{
	font-style: italic;
	color: #CC0000;
	text-align: center;	
}
ul{
	padding: 15px;
}

