/*
*		www.sexismeordinaire.org
*		css/main.css
 */

html {
	width: 100%;
	height: 100%;
	margin: 0;
}

body {
	margin: 0;
	padding: 46px 0;
	/*background-color: #e5d9e1;*/
	background-color: #d4d4d4;
	background-image: url('arplan-body.png');
	background-position: top;
	background-repeat: repeat-x;
	font-family: 'Arial', 'Helvetica', sans-serif;
	font-size: 12px	;
	line-height: 15px;
}

a {
	text-decoration: none;
	color: #e3368a;
}
a:hover {
	font-weight: bold;
}
a.action {
	font-size: 10px;
	line-height: 24px;
	text-transform: uppercase;
	border: 1px solid #ddd;
	padding: 2px 10px;
	background-image: url('../img/arplan-boutons.gif');
	background-position: top;
}
a.action:hover {
	background-position: bottom;
}

h1, h2, h3, h4, h5, h6 {
	color: #e3368a;
}
h1 {
	font-size: 1.8em;
}
h4 {
	font-size: 1.1em;
}

img {
	border: none;
	display: block;
}
img.picto {
	display: inline;
	vertical-align: middle;
}
img.ill-article {
	display: inline;
	float: right;
	margin: 0 0 20px 20px;
	border: 3px solid #fff;
}
form {
	clear: both;
	float: none;
}
form p {
	margin: 0;
	display: block;
	float: none;
	clear: both;
}
fieldset {
	border: none;
	padding: 0;
	margin: 0;
}
legend {
	padding: 0;
}
label {
	float: left;
	width: 120px;
	margin-bottom: 2px;
}
input, select {
	width: 10em;
}
input, select, textarea {
	border: 1px solid #ddd;
	background-color: #fff;
	background-image: url('../img/arplan-champs.gif');
	background-position: top;
	background-repeat: repeat-x;
	margin-bottom: 2px;
}
input.bouton {
	font-size: 10px;
	text-transform: uppercase;
	height: 20px;
	color: #555;
	border: 1px solid #ddd;
	background-image: url('../img/arplan-boutons.gif');
	background-position: top;
	float: none;
	clear: both;
	display: block;
	margin: 5px 0;
}
input.bouton:hover {
	background-position: bottom;
}
input.court, select.court {
	width: 5em;
}
input.long, select.long {
	width: 20em;
}
span.captcha {
	border: 1px solid #fdc;
	padding: 3px;
	background-color: #eee;
	width: 300px;
	display: block;
	float: none;
	clear: both;
}
textarea.saisie_temoignage, textarea.sauvegarde_temoignage {
	float: none;
	display: block;
	clear: both;
	width: 70%;
	height: 400px;
	font-size: 1.1em;
	line-height: 1.7em;
	padding: 2px;
	color: #333;
}
textarea.saisie_temoignage {
	font-family: 'Arial', 'Helvetica', sans-serif;
}
textarea.sauvegarde_temoignage {
	font-family: 'Bitstream Vera Sans Mono', 'Courier New', 'Courier', monospace;
}

.erreur {
	padding: 3px;
	margin: 0 0 8px 0;
	border: 1px dashed #f66;
	color: #f66;
	font-family: 'Bitstream Vera Sans Mono', 'Courier New', 'Courier', monospace;
	font-weight: bold;
	text-align: center;
}
.petit {
	font-size: 0.8em;
	line-height: 1em;
}
.spacer {
	float: none;
	clear: both;
	line-height: 0;
	height: 0;
}

.texte_aide {
	font-size: 11px;
	color: #288cc0;
	padding: 3px;
	border: 1px solid #288cc0;
	background-color: #fdfdfd;
	position: relative;
	top: 0;
	left: 0;
	width: 300px;
	display: none;
}

.bloc {
	/*border: 1px solid #e3368a;*/
	padding-bottom: 3em;
}
/*.bloc h4 {
	margin: 0 0 10px 0;
	padding: 2px 3px;
	background-color: #e3368a;
	color: #fff;
}*/
.bloc form {
	padding: 1em;
	margin: 0;
}
.bloc div.titre{
	margin-bottom: 20px;
}
.complements {
	padding: 1em;
}

#cadre_login {
	width: 550px;
	margin: 30px auto;
}

#page {
	width: 914px;
	margin: 0 auto;
	text-align: center;
	background-color: #fff;
	background-image: url('arplan-page.png');
	background-position: center;
	background-repeat: repeat-y;
}

html body #ensemble {
	padding: 44px 40px 20px 46px;
	text-align: left;
	background-image: url('arplan-haut-page.png');
	background-position: left top;
	background-repeat: no-repeat;
}

#en-tete {
	height: 167px;
}

.meta-logo {
	width: 580px;
	height: 60px;
	margin-bottom: 17px;
	float: left;
	display: inline;
}
#espace-perso {
	float: left;
	width: 230px;
	display: inline;
}
#espace-perso .lien-connexion {
	font-weight: bold;
	display: inline;
	float: left;
	margin-left: 30px;
}

#accroche {
	font-size: 18px;
	font-weight: bold;
	color: #e3368a;
	line-height: 18px;
	width: 370px;
	float: left;
	clear: left;
}

#invite {
	width: 392px;
	height: 84px;
	background-color: #fff;
	background-image: url('arplan-invite.png');
	background-position: top left;
	background-repeat: no-repeat;
	float: right;
}
#invite a {
	margin: 18px 20px 20px 100px;
	display: block;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	line-height: 20px;
}

#pcp {
	float: none;
	clear: both;
}

#le-projet {
	border-bottom: 3px solid #91a1e3;
}

#le-site {
	width: 388px;
	float: left;
}
#presentation {
	background-image: url('arplan-presentation.png');
	background-position: left;
	background-repeat: repeat-y;
}
#presentation .pres-haut {
	background-image: url('arplan-presentation-haut.png');
	background-position: top left;
	background-repeat: no-repeat;
	padding: 46px 40px 20px 40px;
}
#presentation .pres-haut #argumentaire-texte p {
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	/*color: #e3368a;*/
	color: #333;
}
#presentation .pres-bas {
	background-image: url('arplan-presentation-bas.png');
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 388px;
	height: 20px;
}

#menu-a-propos {
	width: 388px;
	float: left;
	clear: left;
	display: inline;
	padding-bottom: 30px;
	margin-top: 20px;
}
.titre {
	background-image: url('arplan-titre.png');
	background-position: top;
	background-repeat: repeat-x;
	float: left;
	width: 100%;
	margin: 0;
	height: 20px;
}
.titre img {
	display: inline;
	float: left;
}
.titre .extrem-titre {
	background-image: url('arplan-titre-d.png');
	background-position: top right;
	background-repeat: no-repeat;
	float: right;
	padding: 20px 20px 0 0;
}
#menu-a-propos ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: none;
	clear: both;
	padding-top: 10px;
	padding-left: 20px;
	line-height: 18px;
}
.puce-menu {
	color: #e3368a;
	font-size: 18px;
	line-height: 14px;
	vertical-align: middle;
	font-weight: bold;
}
#menu-a-propos ul a {
	color: #333;
}

#le-livre {
	width: 410px;
	margin-left: 21px;
	float: left;
	display: inline;
	background-image: url('couverture.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}
#le-livre img.cache-livre {
	width: 100%;
	height: 370px;
}
#le-livre #lien-editeur {
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	margin-bottom: 20px;
}
#le-livre #texte-livre {
	font-weight: bold;
	line-height: 18px;
	width: 360px;
	margin-left: 30px;
}
#contenu {
	width: 830px;
	float: left;
	display: inline;
}

.article {
	width: 550px;
	float: left;
	display: inline;
	clear: both;
	margin: 0 40px 40px 40px;
	text-align: justify;
	line-height: 18px;
}
.temoignages-home {
	margin-top: 20px;
}

.grand-titre {
	margin-bottom: 20px;
}
/*#droite {
	width: 20%;
	float: right;
}*/

.bas-contenu {
	clear: both;
	float: none;
}
#pied-de-page {
	margin-top: 20px;
	text-align: left;
	height: 88px;
	background-image: url('arplan-bas-page.png');
	background-position: bottom;
	background-repeat: no-repeat;
}
.liens-bas {
	padding: 10px 46px 20px 46px;
}

.lien_creer_compte {
	margin: 10px 0;
}

.cadre_temoignage {
	width: 100%;
	background-color: #ffe9f7;
	background-image: url('../img/guillemets.gif');
	background-position: 25px 0;
	background-repeat: no-repeat;
	margin-bottom: 4px;
	float: left;
	clear: both;
	display: inline;
}
.cadre_temoignage .texte_temoignage {
	padding: 38px 25px 0 25px;
	line-height: 18px;
}
.cadre_temoignage .texte {
	margin: 0;
}
.cadre_temoignage .texte_complet {
	display: none;
}
.cadre_temoignage .signature {
	text-align: right;
	font-size: 11px;
	color: #888;
	margin: 0;
}
.cadre_temoignage .reactions {
	padding: 5px;
	font-size: 12px;
	color: #000;
}
.cadre_temoignage .reactions .reaction {
	display: inline;
}
.reaction2 {
	margin-left: 150px;
}

.hg, .hd, .bg, .bd {
	background-repeat: no-repeat;
	margin: 0;
}
.hg {
	background-image: url('ct-hg.gif');
	background-position: top left;
	padding-top: 12px;
	padding-left: 12px;
	float: left;
	display: inline;
}
.hg2 {
	background-image: url('ct-hg-2.gif');
}
.hd {
	background-image: url('ct-hd.gif');
	background-position: top right;
	padding-top: 12px;
	padding-right: 12px;
	float: right;
	display: inline;
}
.hd2 {
	background-image: url('ct-hd-2.gif');
}
.bd {
	background-image: url('ct-bd.gif');
	background-position: bottom right;
	padding-bottom: 12px;
	padding-right: 12px;
	float: right;
}
.bg {
	background-image: url('ct-bg.gif');
	background-position: bottom left;
	padding-bottom: 12px;
	padding-left: 12px;
	float: left;
	display: inline;
	clear: both;
}

.suite {
	text-align: center;
	padding: 10px;
}
.suite a {
	font-weight: bold;
}
.suite a.suite-gauche {
	margin-right: 30px;
}
.suite a.suite-droite {
	margin-left: 30px;
}

div#creer_compte, div#renvoyer_identifiants {
	width: 350px;
	margin: auto;
}

.mentions-cnil {
	margin-top: 30px;
	color: #555;
}



