/* ------------------------------------ */
/*     Feuille de style principale      */
/*           M�dia : Screen             */
/*         www.traduction.com           */
/* ------------------------------------ */

@import "traduction_screen_menu.css";
@import "traduction_screen_formulaires.css";

/*****************************************
_____G�n�ral */

html, body {
	margin: 0;
	padding: 0;
}

body {
	margin-top: 10px;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: center; /* pour corriger le bug de centrage IE */
	color: #413735;
	background: #65828C url(/images/fond_motif.png);
}

#page {
	margin: 15px auto;
	padding: 0;
	position: relative;
	text-align: left; /* on r�tablit l'alignement normal du texte */
	width: 760px;
	background-color: #fff;
	border: #3e5b54 1px solid;
}


/*****************************************
_____Red�finitions de balises & Classes G�n�rales */

a {
	text-decoration: none;
}

img {
	border: 0;
}

dl, dt, dd {
	margin: 0;
	padding: 0;
}

h1 {
	margin: 0 0 20px 0;
	font-size: 1.8em;
}


/*****************************************
_____ID Entete */

#entete {
	height: 198px;
	background: transparent url(/images/fond_entete.jpg) no-repeat center bottom;
}

#logo {
	position: absolute;
	top: 16px;
	left: 12px;
}
#langues_site {
	position: absolute;
	top: 28px;
	right: 6px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#langues_site li {
	display: inline;
}

#langues_site img {
	border: #93070d 1px solid;
}

#oemProSubscription {
	float: right;
	margin-top: 70px;
	margin-right: 6px;
}

#oemProSubscription label{
	font-size: 55%;
}

#oemProSubscription input {
	font-size: 50%;
}

#oemProSubscription p {
	margin: 0;
	vertical-align: middle;
}

#oemProSubscription p label {
	float: none;
}



/*****************************************
_____ID contenu */

#contenu {
	margin: 5px 20px;
	padding: 10px 20px;
	font-size: .8em;
	background-color: #DBE9E5;
}

#contenu a {
	color: #413735;
	border-bottom: 1px solid;
}

#contenu a:hover {
	text-decoration: none;
	border-bottom: 1px dashed;
}

#contenu p.info {
	font-weight: bolder;
}

#intro {
	color: #FD0000;
}

#intro a {
	color: #fd0000;
	border-bottom: 1px solid;
}

#intro a:hover {
	text-decoration: none;
	border-bottom: 1px dashed;
}


/*****************************************
_____ID pied */

#pied {
	position: relative;
	height: 25px;
	background: transparent url(/images/fond_pied.png) no-repeat center bottom;
}

#pied .absolutereferencement {
	position: absolute;
	visibility: hidden;
}

#pied p {
	padding-top: 3px;
	width: 80%;
	text-align: center;
	font-size: .7em;
}

#pied .retour_haut {
	position: absolute;
	top: -6px;
	right: 20px;
	padding-top: 13px;
	background: transparent url(/images/retour_haut.png) no-repeat center top;
	font-size: .55em;
	color: #fff;
}

/* Tag uniquement pris en charge par IE, qui bug sur "* html" */
* html #pied p {
	padding: 5px 0 8px 0;
	margin: 0;
}


/*****************************************
_____Classes sp�cifiques SPIP */


table.spip {
	margin: 10px auto;
	border: #3e5b54 1px solid;
	border-collapse: collapse;
	width: 85%;
	text-align: center;
}

tr {
	height: 1.5em;
}

tr.row_first {
	color: #fd0000;
	background-color: #b8d1cd;
	text-transform: uppercase;
	height: 2em;
}

td, th {
	border: #3e5b54 1px solid;
	width: 50%;
}
td {
	font-size: .85em;
}

th {
	font-size: 1em;
}

img.spip_puce {
	margin-left: 50px;
}