/*<group=Basic>*/

body { 
	margin: 0px;
	background-color: #fff;
	color: black;
	font-family: Arial, Lucida, Geneva, Helvetica, sans-serif;
	font-size: 1em;
}

a {
	color: #FF0000;
	text-decoration: underline;
}

a:hover  {
	color : #999999;
	cursor : pointer;
	text-decoration : underline;
}

img {
	border-width : 0px;
}

h1 {
	font-size:1.3em;
	border-top:1px dotted #FF0000;
	border-bottom:1px dotted #FF0000;
}

h2 {
	font-size : 1.1em;
	font-weight : bold;
	background-color : #eeeeee;
}

/*<group=main_contents>*/

.header {
	top: 0px;
	width: 100%;
	background-image:  url(images/header-red.gif);
	background-repeat: repeat-x;
	
	padding: 0px;
	margin: 0px;
	right: 0px;
	left: 0px;
}
.headercontent  {
	padding-left: 0px;
	margin-left:10px;
	margin-top:0px;
	
	/*text-decoration: none;
	background-image:  url(images.gif);
	background-repeat: no-repeat;
	background-position: 16px 1px;
	cursor: default;*/
}
.headerchemin  {
	border-top:1px solid #ff0000;
	border-bottom:1px solid #FF0000;
	background-color:#eeeeee;
	padding-top: 2px;
	
	margin-bottom:1em;
}

#main {
	position: absolute;
	top: 135px;
	left: 13em;
	right: 5px;
	border: 1px solid #FF0000;
	padding: 1em;
	/*margin-left: 13em;*/
}

/*<group=menu>*/
#sectionmenus{
margin: 5px;
margin-top:10px;
width:12em;
overflow:hidden;
}
#menu{
margin-bottom:1em;
}

#menu ul{
border-width:1px 1px 0 1px;
border-style:solid;
border-color:#FF0000;
padding:0;
margin:0;
}

#menu li{
border-bottom:1px solid #FF0000;
list-style:none;
margin:0;
}

#menu a.retrait {
	background-image:url(images/puce.gif);
	background-repeat:no-repeat;
	margin-left:1em;
	padding-left:1em;
	background-color:#f8f8f8;
}

#menu a{
display:block;
text-decoration:none;
color:#FF0000;
background-color:#eeeeee;
padding-left:1em;
}

#menu a:hover{
background-color:#FF0000;
color:#eeeeee;
}

.trimpair {
background-color : #eaeef8;
}
.trpair {
background-color : white;
} 
.copyright {
	text-align:right;
	left: 13em;
	right: 5px;
	margin-top: -1em;
}
