/****************************************/
/* FICHIER : DESIGN.CSS
/* SITE : POURVOTRESANTE
/* DATE DE CREATION : JUIN 2009
/* PAR INFOGRAPHIZM
/****************************************/


/****************************************/
/* BALISES GENERALES
/****************************************/
html
{
	overflow-y: scroll;
}

body, div, form, fieldset, ul, table, h1, h2, h3, h4, h5, h6, p
{ 
	margin: 0; 
	padding: 0; 
}

body
{
	margin: auto;
	padding-top: 15px;
	width: 895px;
	background: #e3eefc url("background.png") repeat-x;
	text-align: center;
	font: 0.8em "Trebuchet MS", helvetica, sans-serif ;
}

a
{
	color: #44b1f6;
	text-decoration: none;
}

a:hover
{
	color: #94c4f0;
	text-decoration: none;
}

h1
{
	display: none;
}

h3
{
	text-decoration: none;
	text-align: center;
	color: #44b1f6;
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 15px;
}

h6
{
	margin-top: -10px;
	color: #777777;
	font-size: 10px;
}

h6 em
{
	color: #777777;
	font-weight: normal;
	font-style: normal;
}

h6 a
{
	color: #333333;
	text-decoration: none;
}

h6 a:hover
{
	color: #44b1f6;
	text-decoration: none;
}

ul
{
	list-style: none;
}

p
{
	padding-top: 5px;
	padding-bottom: 10px;
}

legend
{
	color: #666666;
	font-weight: bold;
}	

fieldset 
{
	margin-bottom: 15px;
}


/****************************************/
/* CLASSES
/****************************************/
.separe
{
	border-bottom: dashed 1px #777777;
}

.large
{
	width: 376px;
}

.pages
{
	text-align: left;
	float: left;
	width: 440px;
}

.precsuiv
{
	text-align: right;
	float: right;
	width: auto;
}

.center
{
	text-align: center;
}

/****************************************/
/* HEADER
/****************************************/
#header
{
	height: 76px ;
	background: url("header.png") no-repeat ;
}


/****************************************/
/* CONTENU
/****************************************/
.intro
{
	width: 895px;
	margin-bottom: 15px;
	padding: 15px 0 15px 0;
	background: #ffffff;
	border: solid 1px #777777;
}


/****************************************/
/* CONTENU
/****************************************/
.contenu
{
	width: 700px;
	float: left;
	padding: 1px 15px 0 15px;
	text-align: left;
	background: #ffffff;
	border: solid 1px #777777; 
}

.news
{
	width: 700px;
	padding-top: 20px;
}

/****************************************/
/* MENU
/****************************************/
#menu a
{
	color: #000000;
	text-decoration: none;	
}

#menu a:hover
{
	color: #44b1f6;
	text-decoration: none;	
}


/****************************************/
/* MENU DROITE
/****************************************/
#menudroit
{
	width: 148px;
	float: right;
	list-style: none;
}

#menudroit div
{
	text-align: left;
	width: 148px;
	background: #ffffff;
	border: solid 1px #777777;
	list-style: none;
	margin-bottom: 15px;
	padding-bottom: 0;
}

#menudroit div h5
{
	color: #44b1f6;
	text-align: center;
	margin: 5px 5px 5px 5px;
	font-size: 14px;
}


#menudroit div p
{
	margin: 5px 5px 5px 5px;
}

#menudroit div p a
{
	color: #777777;
}

#menudroit div p a:hover
{
	color: #44b1f6;
}

#menudroit div ul
{
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#menudroit div ul li a
{
	color: #000000;
}

#menudroit div ul li a:hover
{
	color: #44b1f6;
}

#menudroit input
{
	width: 132px;
}



/****************************************/
/* FORMULAIRE
/****************************************/
form p.input input
{
	background: url("input.png") repeat-x;
	border: #cccccc 1px solid;
}

form p.input textarea
{
	background: url("input.png") repeat-x;
	border: #cccccc 1px solid;
}

form
{
	margin-top: 10px;
	text-align: center;
}

#formulaire
{	
	width: 420px;
}



/****************************************/
/* TABLEAUX
/****************************************/
td 
{
   color: #000000;
   font-family: "Trebuchet MS", helvetica, sans-serif ;
}

th
{
	color: #000000;
}



/****************************************/
/* FOOTER
/****************************************/
#footer
{
	clear: both;
	width: 700px;
	float: left;
	padding-top: 10px;
	padding-bottom: 15px;
}

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

#footer p a:hover
{
	color: #94c4f0;
	text-decoration: none;
}

.membres
{
	display: none;
}


/****************************************/
/* PARTIE ADMINISTRATION
/****************************************/

#menu_admin
{
	
}

#onglets
{
    font : bold 11px Batang, arial, serif;
    list-style-type : none;
    padding-bottom : 24px; /* à modifier suivant la taille de la police ET de la hauteur de l'onglet dans #onglets li */
    border-bottom : 1px solid #777;
    margin-left : 0;
}

#onglets li
{
    float : left;
	width: auto;
    height : 21px; /* à modifier suivant la taille de la police pour centrer le texte dans l'onglet */
    background-color: #F4F9FD;
    margin : 2px 2px 0 2px !important;  /* Pour les navigateurs autre que IE */
    margin : 4px 2px 0 2px;  /* Pour IE  */
    border : 1px solid #777;
}

#onglets li a
{
	display : block;
    color : #666;
    text-decoration : none;
    padding : 4px;
}

#onglets li a:hover
{
	background : #fff;
}

#onglets li.active
{
    border-bottom: 1px solid #fff;
    background-color: #fff;
}


.contenu_admin
{
	width: 895px;
	padding-top: 15px;
	text-align: left;
	background: #ffffff;
	border-bottom: solid 1px #777; 
	border-left: solid 1px #777; 
	border-right: solid 1px #777; 
}

.contenu_admin .consignes
{
	padding: 0 15px 1px 15px;
}

.blockquote
{
	display: block;
	width: 100%;
	border: 1px dashed #777;
	background: #cbdbf0;
	margin-top: 5px;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

