/* ### FPP.fr ###*/
/* ### SCREEN stylesheet ###*/
/* ### Esprit Public - 2009 ### */
/* ### Guillaume DAILLIER ### */



/* ###################### SOMMAIRE ###################### */
/* $1. Balises de base */
/* $2. Styles de formulaires */
/* $3. Blocs de mise en page */
/* $4. Menu principal */
/* $5. Sous-menus : niveaux 2 et 3 */
/* $6. Menu pratique et menu bas de page */
/* $7. Contenu principal */
/* $8. Hack IE */
/* ###################################################### */



/* ###################### $1. Balises de base ###################### */
@import url(forum-reset.css);

body {
	font-family:"Trebuchet MS",sans-serif;
	font-size:68.8%;
	line-height:1.5em;
	color:#585858;
	height: 100%;
	background:#EEE1D2;
}

a {
	color:#333333;
	text-decoration:underline;
}

a:hover {
	color:#A52824;
	text-decoration:underline;
	cursor:pointer;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

big {
	font-size:1.7em;
	font-weight:bold;
}

sub {
	font-size:0.8em;
	position:relative;
	top:0.3em;
}

sup {
	font-size:0.8em;
	position:relative;
	top:-0.3em;
}

h1,h2,h3,h4,h5,h6 {
	clear:both;
}

h1 {
	font-size:2em;
	font-weight:bold;
	line-height:1em;
	color:#A52824;
	padding:0 0 8px 0;
	margin:10px 0 15px 0;
}

h2 {
	color:#A52824;
	font-size:1.37em;
	font-weight:bold;
	margin:30px 0 15px 0;
	padding:0;
	line-height:1em;
	background:url(../img-forum/fleche_rouge.gif) no-repeat 0px 0px;
}

h3 {
	font-size:1em;
	font-weight:bold;
	color:#A52824;
	margin:20px 0 0px 0;
	padding: 0 0 0 0px;
	background:url(../img-forum/fleche_h3.gif) no-repeat 0px 2px;
}

h4 {
	font-size:1em;
	color:#EE7F00;
	margin:0 0 0px 0;
}

p {
	margin:0 0 10px 0;
	padding:0;
}


img {
	/* float:left;
	margin:5px 10px 5px 0;
	border:1px solid #A52721; */
}

img.imgRight{
	float:right;
	margin:0 0 5px 10px;
}

img.imgLeft {
	float:left;
	margin:0 0 5px 10px;
}

ul {
	padding:0;
	margin:15px 0 20px 15px;
}

li {
	padding:0 0 0 15px;
	margin:5px 0 5px 0;
	background:url(../img-forum/puce_alpha.gif) no-repeat 0px 5px;
}


ul ul {
	padding:0;
	margin:0 0 15px 0;
}

ul ul li {
	background:url(../img-forum/puce_alpha_2.gif) no-repeat 0% 5px;
}

blockquote {
	display:block;
	float:right;
	width:200px;
	font-size:1.1em;
	font-weight:bold;
	line-height:1.3em;
	text-align:right;
	color:#f9810e;
	padding:0 90px 0 0;
	margin:10px 0 5px 5px;
	background:url(../img-forum/quotes.gif) no-repeat 100% 0%;
}

table {
	width:100%;
	margin:10px 0 15px 0;
	margin-bottom:25px;
	border-collapse:collapse;
}

table td, table th {
	font-size:0.9em;
	padding:10px;
	vertical-align:baseline;
	border:1px solid #F5840D;
}

table th {
	font-size:1em;
	text-align:left;
	font-weight:bold;
	color:#900;
}

caption {
	display:none;
}

.noDisplay {
	position:absolute;
	left:0;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
}

.stopFloat {
	clear:both;
}

.stopFloat:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.stopFloat {display: block;}


/* ###################### $2. Styles de formulaires ###################### */

form {
	margin-top:20px;
}

fieldset {
	border:0;
}

.tx-veguestbook-pi1 legend {
	position:relative;
	display:block;
	color:#B75F59;
	font-size:1.39em;
	font-weight:bold;
	margin:0 0 10px 0;
	padding: 0 0 5px 35px;
	background:url(../img/bgQuoteComBig.gif) no-repeat 0 0;
}

label {
	display:block;
	float:left;
	width:15em;
	color:#333;
	font-size:1em;
	font-weight:bold;
	text-align:right;
	padding:3px 0 1px 0;
	margin:0 10px 0 0;
}

.article label img {
	margin:0 0 0 10px;
}

input, select, textarea {
	padding:4px 2px;
	font-size:1em;
	width:18em;
	margin:2px 0 2px 0;
	vertical-align:middle;
	border:1px solid #CCCCCC;
}

input:hover, select:hover, textarea:hover {
	border:1px solid #A52824;
}

input:focus, select:focus, textarea:focus {
	border:1px solid #A52824;
}

textarea {
	width:270px;
	height:130px;
	font-family:"Trebuchet MS",sans-serif;
	font-size:1em;
}

#email {
	width:270px;
}	

input[type=text], select {
	width:180px;
}

input[type=radio], input[type=checkbox] {
	border:0;
}

#commentaire .submit {
	float:right;
	border:1px solid #A52824;
	margin-right:12px;
	width:18.4em;
	border:none;
	background:#A52824;
	color:#FFF;
	font-size:1.36em;
	font-weight:bold;
	cursor:pointer;	
}

#commentaire .submit:hover {
	background:#CCC;
	color:#A52824;
}

.btSubmit {
	width:100%;
	overflow:auto;
}

.required {
	font-size:0.9em;
	color:#CC0000;
}

.submitForm .required {
	float:left;
	font-style:italic;
}

table td {
	color:#585858;
}

.pink {
	color:#E63263;
}

table.pink, table.pink td, table.pink th {
	border:1px solid #F298B1;
}

table.pink th {
	color:#E63263;
	font-weight:bold;
}

table.pink tr.color td, table.pink tr.color th {
	background:#FCEAEF;
}

.yellow {
	color:#EAB731;
}

table.yellow, table.yellow td, table.yellow th {
	border:1px solid #F2D483;
}

table.yellow th {
	color:#EAB731;
	font-weight:bold;
}

table.yellow tr.color td, table.yellow tr.color th {
	background:#FBF1D6;
}

.orange {
	color:#E95E0F;
}

table.orange, table.orange td, table.orange th {
	border:1px solid #F4AE87;
}

table.orange th {
	color:#E95E0F;
	font-weight:bold;
}

table.orange tr.color td, table.orange tr.color th {
	background:#FBDFCF;
}

#mailformformtype_mail {
	margin:10px 0 0 180px;
	border:1px solid #A52824;
	background:#A52824;
	color:#FFF;
	font-size:1.36em;
	font-weight:bold;
	cursor:pointer;	
}


#mailformformtype_mail:hover {
	background:#CCC;
	color:#A52824;
}

/* ###################### $3. Blocs de mise en page ###################### */

#page {
	background:#FFF;
	margin:0px auto;
	/*overflow:auto;*/
	width:780px;
}

#header {
	width:100%;
}

#subHeader {
	height:135px;
	width:100%;
	background:url(../img/bgSubHeader.gif) no-repeat;
	border-bottom:9px solid #E95E0F;
	margin-bottom:3px;
}

#menu {
	position:relative;
	height:135px;
	width:480px;
	float:right;
}

#edito {
	width:522px;
	color:#FFF;
	padding:10px 180px 5px 78px;
	background:#EE7F00 url(../img/tampon.gif) no-repeat 99% 5px;
}

#colGauche {
	float:left;
	width:495px;
	padding:15px;
}
#colDroite{
	float:right;
	width:250px;
	min-height:580px;
	padding:0;
	background:url(../img/bgSidebar.gif) no-repeat right -45px;
}

#accueil #colDroite{
	background:none;
}

#footer {
	height:76px;
	clear:both;
    position:relative;
	background:url(../img/bgFooter.gif) no-repeat;
}



/* ###################### $4. Menu principal ###################### */

.home {
	float:left;
	background:url(../img/logo.gif) no-repeat;
	width:255px;
	height:135px;
}

 #menu ul {
	position:absolute;
	bottom:0px;
	right:20px;
	margin:0;
	font-size:1.36em;
}

#menu li  {
	float:left;
	padding:15px 0 0 8px;
	margin:0px;
}

#menu a {
	padding:17px 10px 7px 10px;
	font-weight:bold;
	display:block;
	background:url(../img/menu.gif) no-repeat 0% 100%;
	color:#FFF;
	text-decoration:none;
}

#menu a:hover {
	background:url(../img/menuHover.gif) no-repeat 0 2px;
	padding:17px 10px 7px 10px;
}

#menu a.active {
	background:url(../img/menuHover.gif) no-repeat 0 2px;
	padding:17px 10px 7px 10px;
}

/* ###################### $5. Sous-menus : niveaux 2 et 3 ###################### */

#sousMenu ul {
	margin:0 0 24px 0;
}

#sousMenu li {
	padding:0;
	margin:3px 0 0 0;
}

#sousMenu a {
	display:none;
}

#sousMenu li a {
	padding:8px 37px 8px 15px;
	width:200px;
	display:block;
	font-size:1.09em;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
	background:#F7A800;
}

#sousMenu a:hover {
	background:#F7A800 url(../img/osMenu4.gif) no-repeat;
}

#sousMenu .cat2 a {
	background:#EAB731;
}

#sousMenu .cat2 a:hover {
	background:url(../img/osMenu1.gif) no-repeat;
}

#sousMenu .cat3 a {
	background:#E53362;
}

#sousMenu .cat3 a:hover {
	background:url(../img/osMenu2.gif) no-repeat;
}

#sousMenu .cat4 a {
	background:#E95E0F;
}

#sousMenu .cat4 a:hover {
	background:url(../img/osMenu3.gif) no-repeat;
}

#sousMenu .cat5 {
	margin-top:20px;
}

#sousMenu .cat5 a {
	background:#F7A800;
}

#sousMenu .cat5 a:hover {
	background:url(../img/osMenu4.gif) no-repeat;
}

#sousMenu .cat6 a {
	background:#972521;
	height:30px;
}

#sousMenu .cat6 a:hover {
	background:#972521 url(../img/osMenu5.gif) no-repeat bottom;
}

/* ###################### $6. Menu pratique et menu bas de page ###################### */

#footer ul {
	position:absolute;
	top:10px;
	color:#FFF;
	left:30%;
}

#footer li {
	float:left;
}

#footer li a{
	color:#FFF;
	text-decoration:none;
}

#footer .imgLeft {
	margin:6px 0 0 26px;
}

#footer .imgRight {
	margin:18px 20px	 0 0;
}


/* ###################### $7. Contenu principal ###################### */
.article, .com {
	padding-bottom:10px;
	border-bottom:1px dotted #CCC;
	width:93%;
	overflow:auto;
}

.com {
	padding-bottom:10px;
}

.article h3, .article h4, .com h4 {
	line-height:1.3em;
}

.article h4 a {
	color:#EE7F00;
	text-decoration:none;
}

.com h3 {
	font-size:1.19em;
	padding: 0 0 2px 25px;
	background:url(../img/bgQuoteCom.gif) no-repeat 0 3px;
}

.article img {
	margin:15px 0 10px 0;
}

.article span , .article span a, .com span, .com span a{
	color:#B75F59;
	line-height:1.3em;
	text-decoration:none;
}

.article p, .com p {
	margin:10px 0;
}

.suiteArticle {
	font-size:0.91em;
}

.cadre-orange {
	color:#fff;
	padding:15px;
	margin:10px 20px 10px 20px;
	background:#f90;
}

.cadre-rose {
	color:#fff;
	padding:15px;
	margin:10px 20px 10px 20px;
	background:#e30059;
}

.cadre-vert {
	color:#fff;
	padding:15px;
	margin:10px 20px 10px 20px;
	background:#afcb51;
}

.cadre-prune {
	color:#fff;
	padding:15px;
	margin:10px 20px 10px 20px;
	background:#850047;
}

h1.quotes, h1.quotes2 {
	color:#B75F59;
	padding:11px 0 0 35px;
	margin:3px 0 35px 0;
	font-size:1.37em;
	background:url(../img/bgQuotesDroite.gif) no-repeat;
}

h1.quotes, h1.quotes2 a {
	color:#B75F59;
	text-decoration:none;
}

#colDroite h1.quotes {
	margin:3px 0 20px 0;
}

h1.quotes2 {
	margin:3px 0 10px 0;
}

table.prevention {
	color:#585858;
	width:498px;
	border-collapse:collapse;
	font-family:'Trebuchet MS';
	font-size:10px;
	line-height:1.2em;
}

.prevention td {
	padding:5px;
	border:1px solid #f298b1;
	border-collapse:true;
}

table.insertion {
	color:#585858;
	width:498px;
	border-collapse:collapse;
	font-family:'Trebuchet MS';
	font-size:10px;
	line-height:1.2em;
}

.insertion td {
	padding:5px;
	border:1px solid #f4ae87;
	border-collapse:true;
}

table.evolution {
	color:#585858;
	width:498px;
	border-collapse:collapse;
	font-family:'Trebuchet MS';
	font-size:10px;
	line-height:1.2em;
}

.evolution td {
	padding:5px;
	border:1px solid #f2d483;
	border-collapse:true;
}


#edito a {
	color:#FFF;
}

.vignette {
	float:left;
	margin-right:10px;
}

.lienSuite {
	clear:both;
}

.auteur {
	font-size:1em;
}

.auteur a {
	text-decoration:none;
}
