/* @override http://nutrixodev.althea-groupe.com/squelettes/css/text.css */

/* @group Text 960 */

html {
	background-color: #B6AE9D;
}

body {
	font: 13px/1.5 'Trebuchet MS', 'Helvetica Neue',Arial,'Liberation Sans',FreeSans,sans-serif;
	text-align: auto;
}

a:focus, 
a:active {
	/*outline: 1px dotted invert;*/
	outline: none;
	outline: 0;	
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0
}

h1 {
	font-size: 25px;
	line-height: 27px;
	color: #52423c;
}

h2 {
	font-size: 23px;
	line-height: 25px;	
}

h3 {
	font-size: 19px;
	line-height: 17px;
	color: #987f6e;
}

h4 {
	font-size: 19px;
	line-height: 19px;
}

h5 {
	font-size: 17px;
	line-height: 15px;
}

h6 {
	font-size: 15px;
	line-height: 15px;
}

ol {
	overflow:hidden;
}

ul {}

li {}



p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset {
	margin-bottom: 20px
}

/* @end */

/*

 @group Text elements */

/* Text elements
-------------------------------------------------------------- */

p {
	margin: 0 0 1.5em;
	color: #52433B;
}



a:focus, 
a:hover {
	color: #000;
}

a {
	color: #0d4f98;
	text-decoration: underline;
}

blockquote {
	margin: 1.5em;
	color: #666;
	font-style: italic;
}

strong {
	font-weight: bold;
}

em,dfn {
	font-style: italic;
}

dfn {
	font-weight: bold;
}

sup, sub {
	line-height: 0;
	font-size: small;
}

abbr, 
acronym {
	border-bottom: 1px dotted #666;
}

address {
	margin: 0 0 1.5em;
	font-style: italic;
}

del {
	color: #666;
}

pre {
	margin: 1.5em 0;
	white-space: pre;
}

pre,code,tt {
	font: 1em 'andale mono', 'lucida console', monospace;
	line-height: 1.5;
}



/* @end */

/* @group Form */

/* --------------------------------------------------------------

   forms.css
   * Sets up some default styling for forms
   * Gives you classes to enhance your forms

   Usage:
   * For text fields, use class .title or .text
   * For inline forms, use .inline (even when using columns)

-------------------------------------------------------------- */

label {
	font-weight: bold;
	text-align: right;
	width: 100px;
	float: left;
	line-height: 30px;
	margin-right: 20px;
	color: #3095f7;
}

fieldset {
	margin: 0 0 1.5em 0;
}

legend {
	font-weight: bold;
	font-size: 1.2em;
}

form li {
	float:left;
	list-style-image: none !important;
	list-style-type: none !important;
	margin: 0  !important;
	padding: 0 !important;
	overflow : hidden;

}

form li.retourligne {
	clear:none;
}

#civilite {
	float:none;
}

/* Form fields
-------------------------------------------------------------- */

input[type=text], input[type=password],
input.text, input.title,
textarea, select {
	background-color: #fff;
	border: 1px solid #bbb;
}

input[type=text]:focus, input[type=password]:focus,
input.text:focus, input.title:focus,
textarea:focus, select:focus {
	border-color: #666;
}

input[type=text], input[type=password],
input.text, input.title,
textarea, select {
	margin: 0.5em 0;
}

input.text,
input.title {
	width: 250px;
	padding: 5px;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;	
}

input.title {
	font-size: 1.5em;
}

textarea {
	width: 632px;
	height: 250px;
	padding: 5px;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

input[type=checkbox], input[type=radio],
input.checkbox, input.radio {
	position: relative;
	top: .25em;
}

form.inline {
	line-height: 3;
}

form.inline p {
	margin-bottom: 0;
}

.formulaire_contact li {
	margin-bottom:10px !important;
	overflow:hidden;
}

.formulaire_contact input {
	margin:0;
}

.formulaire_contact .erreur {
	background-color:#FBE3E4;
	border:2px solid #FF9999;
}

/* Success, notice and error boxes
-------------------------------------------------------------- */

.error,
.notice,
.success {
	padding: .8em;
	margin-bottom: 1em;
	border: 2px solid #ddd;
}

.error {
	background: #FBE3E4;
	color: #8a1f11;
	border-color: #FBC2C4;
}

.notice {
	background: #FFF6BF;
	color: #514721;
	border-color: #FFD324;
	display: none;
}

.success {
	background: #E6EFC2;
	color: #264409;
	border-color: #C6D880;
}

.error a {
	color: #8a1f11;
}

.notice a {
	color: #514721;
}

.success a {
	color: #264409;
}

/* @end */

/* @group Lists */

/* Lists
-------------------------------------------------------------- */

li ul,
li ol {
}

ul, ol {
}

ul {
}

ol {
}

dl {
	margin: 0 0 1.5em 0;
}

dl dt {
	font-weight: bold;
}

dd {

}

/* Contenu */

#contenu li {
	color: #52433B;
	list-style-type: square;
	list-style-position: inside;
	padding-left: 15px;
}
/* @end */

/* @group Tables */

/* Tables
-------------------------------------------------------------- */

table {
	margin-bottom: 1.4em;
	width: 100%;
}

th {
	font-weight: bold;	
}

thead th {
	background: #c0c0c0;
}

th,td,caption {
	padding: 4px 10px 4px 5px;
}

tr.even td {
	background: #e5ecf9;
}

tfoot {
	font-style: italic;
}

caption {
	background: #eee;
}

/* @end */

/* @group  Misc classes */
/* Misc classes
-------------------------------------------------------------- */

.small {
	font-size: .8em;
	margin-bottom: 1.875em;
	line-height: 1.875em;
}

.large {
	font-size: 1.2em;
	line-height: 2.5em;
	margin-bottom: 1.25em;
}

.hide {
	display: none;
}

.quiet {
	color: #666;
}

.loud {
	color: #000;
}

.highlight {
	background: #ff0;
}

.added {
	background: #060;
	color: #fff;
}

.removed {
	background: #900;
	color: #fff;
}

.first {
	margin-left: 0;
	padding-left: 0;
}

.last {
	margin-right: 0;
	padding-right: 0;
}

.top {
	margin-top: 0;
	padding-top: 0;
}

.bottom {
	margin-bottom: 0;
	padding-bottom: 0;
}

/* @end */