﻿.signature {
	margin: 16px 0 48px 0;
	text-align: right;
	font-size: 0.8em;
}
.avertissement {
    font-size: .8em;
    border: 2px solid #C00;
    background-color: #fff8ff;
    color: #CC0000;
/*    font-weight: bold;*/
    padding: 5px;
    float: left;
    position: relative;
    top: 35px;
    left: 20px;
    width: 640px;
}
.avertissement a {
    color: #C00;
    text-decoration: underline;
}
.none {
	display: none;
}
.proposer {
	position: relative;
	width: 160px;
	text-transform: uppercase;
}
.proposer p {
	width: 134px;
	border-right: dotted 1px #111;
	margin: 20px 0 20px 0;
	padding: 0 5px 0 0;
	text-align: right;
	font-size: .9em;
	line-height: 1.1em;
}
.proposer img {
	position: absolute;
	top: 2px;
	right: 0;
}
.proposer * {
	color: #111;
}
.button {
/*    display: block;*/
/*    width: auto;*/
/*    padding-left: 4px;*/
/*    padding-right: 4px;*/
/*    height: 20px;*/
/*    background: #af101d;*/
/*    text-align: center;*/
/*    font-size:12px;*/
/*    line-height:20px;*/
/*    text-transform: uppercase;*/
}
.button a {
	color: #FFF;
}
.button a:hover {
	font-weight: bold;
	text-decoration:none;
}



.suite {
	text-align:right;
	font-weight:bold;
}

.pagination {
	position: absolute;
	right: 0;
}
.pagination a,
.pagination span {
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	margin: 4px 0 0 4px;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
	background: url(../images/ivide.png) no-repeat;
}
.pagination a {
	font-weight: bold;
	color: #FFF;

}
.pagination a:hover {
	color: #111;
	text-decoration: none;
}
.pagination a:first-child {
/*    margin: 0;*/
}
.pagination span {
	font-weight: normal;
	color: #000;
	text-decoration: underline;
}

input[type=submit] {
	display: block;
	width: auto!important;
	padding: 0 3px 0 2px;
	margin: 4px 14px 0 0;
	height: 20px;
	background: #af101d;
	text-align: center;
	font-size:11px;
	line-height:11px;
	vertical-align:middle;
	text-transform: uppercase;
	border:none;
	color:#FFF;
	float:left;
}
input[type=submit]:hover {
	font-weight:bold;
	cursor:pointer;
}
.left {
	float: left;
	margin: 20px 10px 8px 0;
}

/* Commentaires (à mettre dans un fichier commentaires.css à part svp */
#commentaires { 
	border-top:solid 2px #333;
	padding:10px 0 0 0;
}
.comment {
	font-size:.8em;
	border:dotted 1px #CCC;
	margin: 0 0 10px 0;
}
.comment h4 {
	background:#EEE;
	padding:8px;
	font-weight:bold;
}
#commentaires .comment blockquote {
	padding:8px;
}

.generic-form {
	padding:8px 0 32px 0;
}
.generic-form h1,
.generic-form .errorlist * {
	color:#af101d;
	font-weight:bold;
	margin:12px 0 4px 160px;
}

.generic-form label {
	min-width:180px;
	display:inline-block;
	text-align:right;
	vertical-align:top;
	padding: 4px 4px 0 0;
}
.generic-form input,
.generic-form textarea {
	width:320px;
}

.generic-form input[type=submit]:first-child {
	margin-left:190px;
}

#comment-form {
	margin:32px 0 32px 0;
	border:solid 1px #DDD;
}

