/* CSS Document */
* {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a {
	color: #666;
	text-decoration:none;
}
a:hover {
	color: #666;
	text-decoration:underline;
}
a img {
	border: none;
}
html, body {
	margin:0;
	padding:0;
	background-color:#fafafa;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size:16px;
}


.success {
	background-image:url(../images/check.gif);
	background-position: left top;
	background-repeat:no-repeat;
	color:green;
	font-weight: bold;
	padding-left: 20px;
	width: 100%;
	margin-left: 10px;
}

.alert, .warning, .warnings {
	background-image:url(../images/warning.png);
	background-position: left top;
	background-repeat:no-repeat;
	color:red;
	font-weight: bold;
	padding-left: 20px;
	width: 100%;
	margin-left: 10px;
}

.errors, .error {
	background-color:red;
	color:#FFFFFF;
	font-weight: bold;

	width: 97%;
	/*min-height: 15px;*/
	background-image:url(../images/icons/alert.png);
	background-position: left;
	background-repeat:no-repeat;
	padding-left:20px;
	padding-right:10px;
}


.hideElement {
	display: none;
}
.showElement {
	display: block;
}

.pagination {
	text-align: center;
}




.texteColor1{
	color: #C1002B;
}

.liensVote, .liensVote a , .liensVote span{
	font-size:9px;
	color:#666666;
}

.big, .big strong {
	font-size:14px;
	padding:5px;
}

.bigColor, .bigColor strong {
font-size:14px;
	color: #C1002B;
}

select, textarea, input, file{

	background:#F6F6F6 none repeat scroll 0 0;
	border:1px solid #CCCCCC;
}

.btn {
	width: 250px;
	text-align:center;
	background:#F6F6F6 none repeat scroll 0 0;
	border:1px solid #CCCCCC;
}