/*
 * TAG DEFAULTS 
 */

body {
	padding:0px;
	margin:0px;
}
#main{
	/*body {*/
	background:#038FB3 url(images/header-background-horizontal-tile.jpg) repeat-x;
}


ul, ol {
	margin-left:30px;
	margin-top:10px;
	margin-bottom:10px;
	padding:0px;
}

hr {
	
	border:1px solid #45c6db;		
}

input, 
textarea 
{
	margin:2px;
}

input[type="text"], 
input[type="password"], 
textarea,select
{
	/*
	padding:2px;
	background:#ffffdd;
	background:#FEFAEA;	
	border:1px solid #EECD32;
	*/
	
	background:#E9FFFD none repeat scroll 0 0;
	border:1px solid #45C6DB;
	padding:2px;
}

input[type="text"]:focus, 
input[type="password"]:focus, 
textarea:focus,
select:focus
{
	background:#ffffdd;
	border:1px solid #ffb500;
}

pre {
	overflow:auto;
	background:#ffffdd url(images/pre.png) no-repeat right top;
}

pre, address {
	border-top:1px solid #45c6db;
	border-bottom:1px solid #45c6db;
}

address {
	background:#ffffdd url(images/address.png) no-repeat right top;
	padding:4px;

}


/*
 * TABLE CELLS
 */
#main {
	/*text-align:center;*/
}
#page {
	width:1084px;
	margin:auto;
}
#access-menu {
	margin-top:7px;
}

#header-background {
	width:100%;
	background:url(images/header-background.jpg) repeat-x;
	vertical-align:top;
	
}
#header-logo {}
#header-bottom-corner {}
#header-right-corner {}

#site-title {
	font-family:trebuchet MS;
	display:inline;
	float:left;
	margin-right:20px;
	font-size:42px;
	margin-top:15px;
}
#site-description {
	display:inline;
	position:relative;
	top:28px;
	float:left;
}

#acces_moderateur{
	display:inline;
	position:relative;
	top:17px;
	left:77px;
}
#menu {
	position:relative;
	top:12px;
	clear:left;
	font-size:17px;
	font-family: trebuchet MS;
	word-spacing:4px;
}
#submenu {
	position:relative;
	top:22px;
	font-size:10px;
	
}
#body-left-background {
	background:url(images/body-left-background.jpg) repeat-y;
}
#body-right-background {
	background:url(images/body-right-background.jpg) repeat-y;
}
#body-bottom-border {
	background:url(images/body-bottom-background.jpg) repeat-x;
	
}
#body-bottom-border A{
	text-decoration:none;
	font-size:10px;
	color:#8B6207;
	bottom:4px;
	position:relative;
}

#content{
	background:#FBF2C7;
	margin:0px;
}

#left-border{
	vertical-align:top;
	background:url(images/left-menu-background.jpg) repeat-y;
	padding-left:40px;	
	padding-right:10px;
	overflow:hidden;
}
#left-menu{
	
}


