/*##################
LAYOUT
####################
la pradella
20/10/2006
franck
www.nematis.com
##################*/

/*couleurs

Rouge : #c0000c
Bleu fonce : #2f5cab
Vert : #2ba63d
Bleu clair : #348db4
Orange : #ee8022
Gris  : #686767
*/

/*Selecteurs generiques*/
* {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	font-family: Arial, "Lucida Sans Unicode", Verdana, Helvetica, sans-serif;
	color:#000;
	font-size: 62.5%;
	background-color: #650000;
}
/*titre site / masqué */
h1 {
font-size:1.8em;
}
/*baseline / masqué */
h2 {
font-size:1.6em;
}
/*premier niveau de titre / affiché */
h3 {
font-size:1.4em;
}
h4 {
font-size:1.2em;
}
h5 {
font-size:1em;
}
h6 {
font-size:0.8em;
}
/*paragraphe*/
p {
font-size:1em;
}
/*images*/
img {border:0;vertical-align:middle}
/*listes*/
ul,li,dl,dt,dd {list-style-type:none;list-style-position:outside;}
/*formulaire*/
fieldset{border:none;}
label{width:100px;/*border:solid 1px #ff0000;*/float:left;}
input{border:1px solid #980000;color:#980000;font-size:0.9em;padding:2px;}
textarea{border:1px solid #980000;color:#980000;padding:2px;}

/*layout*/
#container{
text-align:left;
width:1000px;
margin-left:auto;
margin-right:auto;
/*background-color:#980000;*/
}
#header{
/*background-image: url(images/fr_pradella-habillage-heade.jpg);*/
background-repeat: no-repeat;
background-position: top right;
background-color: #ffffcc;
height:197px;
}
#contenu{
background-color:#980100;
/*border:1px solid #00ff00;*/
}
#footer{
clear:both;
color: #ffffcc;
height:47px;
border-top: 1px solid #B56212;
background-color: #990100;
}
#footer a{color:#fff;text-decoration:none}
#footer a:hover{text-decoration:underline}

/*debug*/
.important{	color:#fd5555;/* rouge fonce */font-size:1em;}

/*hack boite flottante*/
.clr {
clear: both;
/*border: 0px solid #000;*/
margin:0;
padding:0;
font-size: 1px;
height: 1px;
}

