/* CSS Document */
/* Adgensite pour Coupéco 06/2007 */

/* --------------------------------------------------------------- */
/* 														           */
/* 							  Generic                              */
/* 														           */
/* --------------------------------------------------------------- */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

span, td, div, input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

p {
	margin-top:10px;
	margin-bottom:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a.content:link, a.content:visited {
	color: #0d5c30;
	text-decoration: underline;
}

a.content:hover {
	color: #f9a13a;
	text-decoration: underline;
}

a.menu:link, a.menu:visited {
	width: 100%;
	text-decoration: none;
}

a.menu:hover, a.menu:active {
	width: 100%;
	color: #f9a13a;
	text-decoration: underline;
}

a.menu_selected:hover, a.menu_selected:visited {
	width: 100%;
	font-weight: bold;
	color: #f9a13a;
	text-decoration: none;
}

a.submenu:link, a.submenu:visited {
	width: 100%;
	text-decoration: none;
}

a.submenu:hover, a.submenu:active {
	width: 100%;
	color: #f9a13a;
	text-decoration: underline;
}

a.submenu_selected, a.submenu_selected:visited {
	width: 100%;
	font-weight: bold;
	color: #f9a13a;
	text-decoration: none;
}

a.sub2menu:link, a.sub2menu:visited {
	width: 100%;
	text-decoration: none;
	font-size: 11px;
}

a.sub2menu:hover, a.sub2menu:active {
	width: 100%;
	clear: right; float: right;
	color: #f9a13a;
	text-decoration: underline;
	font-size: 11px;
}

a.sub2menu_selected, a.submenu_selected2:visited {
	width: 100%;
	clear: right; float: right;
	font-weight: bold;
	color: #f9a13a;
	text-decoration: none;
	font-size: 11px;
}

h1 {
	font-size: 12px;
	font-weight: bold;
}

h2 {
	font-size: 12px;
	font-weight: normal;
}
h3 {
	font-size: 12px;
	font-weight: normal;
}

#bg_menu{
	background-image:url(../img/img_bg_menu.gif)
}

#bg_rdmenu{
	background-image:url(../img/img_bg_rdmenu.gif)
}

#bg_content{
	background-image:url(../img/img_contenu_bg.gif)
}
.valigntop{
	vertical-align: top;
}

.valignright{
	text-align: right;
}
.valigncenter{
	text-align: center;
}

.padding{
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.menu{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
}

.submenu{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
}

.sub2menu{
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
}

/* --------------------------------------------------------------- */
/* 														           */
/* 							  content                              */
/* 														           */
/* --------------------------------------------------------------- */

.title {
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

.subtitle {
	font-size: 11px;
	font-weight: bold;
	color: #006633;
}

.txtcarte {
	font-size: 10px;
}

#caracteristique{
	background-color: #e5f1e5;
	vertical-align: top;
	width: 240px;
	padding: 10px;
}

#comment{
	vertical-align: top;
	padding: 10px;
}

/* --------------------------------------------------------------- */
/* 														           */
/* 				                Menu                               */
/* 														           */
/* --------------------------------------------------------------- */



.editableZone {
	padding:5px;
	width:740px;
	text-align:left;
}

.txtLargeurTotale { width: 100%; clear: right; float: right; white-space: nowrap; }