/* Reset Reloaded - from http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*
 * Moozies 
 */

/* Commons */

a {
	color: #FF6600;
}

a:visited {
	color: #D25400;
}


a:hover {
	text-decoration: none;
}

/* Typo */

body {
	font-family: sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	margin: 1.0em 0em 0.8em 0em;
	font-weight: bold;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.3em;
}

h4 {
	font-size: 1.2em;
}

h5 {
	font-size: 1.0em;
}

h6 {
	font-size: 0.8em;
}

img {
	border: 0;
}

p {
	font-size: 1.0em;
	line-height: 120%;
	margin: 1.2em 0em 0.8em 0em;
}

li > p {
	margin-top: 0.2em;
}

pre {
	font-family: monospace;
	font-size: 1.0em;
}

cite {
	font-family: monospace;
	font-size: 1.0em;
}

strong, b {
	font-weight: bold;
}

ol li {
	list-style-type:decimal;
}

input, select {
	vertical-align: middle;
}

/* Layout */

body {
	background: url(img/bg.jpg) #757577 repeat-x;
	font-size: 14px;
}

#main {
	width: 910px;
	background-color: white;
	margin:0 auto;
}

#head {
	color: white;
	height: 125px;
	background-color: #050102;
}

#head a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

#head #logo {
	margin: 27px 0 0 25px;
}

.two_cols {
	background: url(img/two_cols.png) transparent repeat;
}

.two_cols div.right {
	float: right;
	width: 393px;
	padding-left: 19px;
	padding-right: 19px;
	background: url(img/right_bg.jpg) black no-repeat;
	overflow: hidden;
}

.two_cols div.left {
	float: left;
	width: 478px;
	overflow: hidden;
	
}

/* Login box */

#login_box {
	position: absolute;
	top: 21px;
	margin-left: 553px;
	font-size: 80%;
}

#login_box form {
	margin-top: 6px;
	margin-bottom: 6px;
}

#login_box input {
	vertical-align: middle;
}

#login_box input.txt {
	width: 140px;
	background-color: #AEADAD;
	color: #343333;
	border: 0;
	font-size: 90%;
	height: 14px;
}

#login_box input.default {
	color: #6B6A6A;
}

#login_box a {
	margin-right: 1em;
	font-size: 90%;
}

/* Logged box */

#logged_box {
	position: absolute;
	top: 13px;
	margin-left: 300px;
	font-size: 80%;
	width: 600px;
	text-align: right;
}

#logged_box a {
	font-weight: normal;
}

/* Menu */

#menu {
	height: 35px;
	background-color: #4D4D4D;
	background-image: url(img/menu_bg.png);
	margin-top: 10px;
}

#menu img {
	vertical-align: middle;
}

#menu ul {
	display: inline;
}

#menu ul li {
	display: inline;
	background-image: url(img/menu_sep.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 17px;
	padding-right: 11px;
}

#menu ul li a {
	font-size: 90%;
}

#menu ul li.selected {
	text-decoration: underline;
}

#menu ul li.first {
	background-image: none;
}

/* SubMenu */

.submenu {
	padding: 1em 1.5em;
	background: url(img/submenu_bg.png);
	background-color: #E3E0E0;
}

.submenu li {
	display: inline;
	margin-right: 2em;
	background: url(img/icons/fleche_droite.gif) no-repeat 0 50%;
	padding-left: 20px;
}

.submenu li a {
	font-weight: bold;
	color: black;
}

.submenu li a.selected {
	color: #3B3B3B;
	text-decoration: none;
}

/* Footer */

#footer {
	height: 131px;
	background: #fff url(img/footer_bg.png) repeat-x scroll center bottom;
	text-align: center;
	padding-top: 23px;
}

#footer {
	color: white;
	font-size: 90%;
}

#footer a {
	color: white;
	text-decoration: none;
}

#content {
	min-height: 400px;
	width: 100%;
	overflow: hidden;
	background: url(img/concept/bg_content.png);
}

/* Messages */

.error, .success, .info, .warning {
	display: block;
	font-weight: bold;
	font-size: 120%;
	position: relative;
	left: -44px;
	padding: 19px 17px 19px 60px;
}

.error {
	background: url(img/icons/erreur.png) no-repeat 0% 50%;
	color: #BF0000;
}

.success {
	color: green;
}

.warning {
	color: #B58B00;
}

.info {
	color: blue;
}

#msg_cont {
	border: solid 1px #A7A7A7;
	padding-left: 52px;
	background-color: white;
}

#msg_cont div {
	background-color: #DEDEDE;
}

/* Hr */

div.hr {
	height: 1px;
	background: #fff url(img/hr.png) repeat-x scroll center;
	margin: 1em 0 1em;
}

div.hr hr {
	display: none;
}

/* Formulaires standards */

form.std div.item, form.std div.chk {
	margin-left: 339px;
	margin-bottom: 7px;
}

form.std div input.txt, form.std div textarea , form.std div select {
	border: solid 1px black;
	width: 261px;
}

form.std div.item label {
	display: block;
	position: absolute;
	width: 328px;
	text-align: right;
	margin-left: -339px;
	color: #333;
	font-size: 90%;
}

form.std div.chk label {
	display: block;
}

form.std em.form_error {
	display: block;
	color: #990040;
	font-weight: bold;
	margin: 0.2em 0 0 0.5em;
}

/* Vue simple */
 
.simple {
	background: url(img/simple_bg.jpg) no-repeat;
	padding: 20px 55px 10px 55px;
	min-height: 508px;
	color: #424242;
	line-height: 140%;
}

.simple h1 span {
	color: #FF8737;
}

/* Home */

#home {
	background-color: #050102;
	color: #B8B7B8;
}

#home .inscr_auteur {
	position: absolute;
	margin-top: -28px;
	margin-left: 660px;
	font-weight: bold;
	font-size: 95%;
	color: #E77C00;
}

#home_teaser_link {
	display:block;
	height:190px;
	overflow: hidden;
}

#home .right {
	height: 566px;
	overflow: hidden;
}

#home .right h3 {
	height: 23px;
	width: 366px;
	overflow: hidden;
	background: url(img/home_headline_bg.png);
	margin: 20px 0 0;
	text-align: center;
	color: white;
	font-weight: bold;
}

#home .right p {
	line-height: 120%;
	margin: 10px 15px 25px 0;
}

#home .producteurs {
	width: 402px;
	height: 352px;
	overflow: hidden;
	margin: 0px 0 0 -6px;
	background: url(img/home_right_bottom_bg.jpg);
}

#home .producteurs h4 {
	margin: 3px 20px;
	color: #000000;
	font-variant: small-caps;
	font-size: 110%;
}

#home .producteurs .cont {
	margin: 28px 0 0 0;
	color: white;
	font-size: 80%;
}

#home .producteurs .cont div {
	width: 110px;
	height: 35px;
	overflow: hidden;
	float: left;
	margin: 0 0 16px 20px;
}

#home .producteurs .cont div * {
	display: block;
}

#home .producteurs .cont div img {
	display:block;
	position: absolute;
}

#home .producteurs .cont div strong {
	margin-bottom: 7px;
}

#home .producteurs .cont div strong, #home .producteurs .cont div span {
	margin-left: 39px;
}

#home .scenarios {
	background-color: white;
	background: url(/style/img/home_scenar_bg.png) white repeat-x bottom;
	height: 185px;
	overflow: hidden;
}

#home .scenarios h3 {
	background: url(/style/img/home_headline_bg2.png) #EBEBEB no-repeat top;
	font-size: 95%;
	text-transform: uppercase;
	color: black;
	height: 16px;
	padding-left: 8px;
	border: solid 1px #272727;
	padding-top: 2px;
	margin: 0;
}

#home .scenarios .item {
	padding-top: 15px;
	background: url(/style/img/home_scenar_sep.png) transparent no-repeat 100% 0%;
	margin-left: 14px;
	width: 275px;
	float: left;
	font-size: 80%;
	padding-right: 10px;
	padding-bottom: 24px;
	display:block;
	text-decoration: none;
}

#home .scenarios .last {
	background: none;
}

#home .scenarios .item h4 {
	color: black;
	margin: 0 0 4px;
	font-size: 130%;
}

#home .scenarios .item img {
	display: block;
	float: left;
	margin-right: 15px;
}

#home .scenarios .item p {
	color: #5e5e5e;
	line-height: 130%;
}

/*  Tiny mce */

body.mceContentBody {
	background-color: white;
	background-image: none;
}