/* for search result */
ul#result { 
	margin:0; 
	padding:0; 
	border-bottom: 4px solid #dce5f3;
}
 
ul#result a:link, a:visited, a:active { 
	color: #336699; 
	text-decoration: none 
}

ul#result a:hover { 
	color: #ff6600; 
	text-decoration: none 
}

ul#result li { 
	list-style-type:none; 	
	border-bottom:1px solid #dce5f3;
	padding: 3px 2px 3px 2px; 	
	text-decoration:none;  
	height:23px;
}

ul#result li:hover {
	background-color:#DCE5F3;
	border-bottom:1px solid #336699;
	color:#000000;
	margin-left:0;
}
ul#result li {
	border-bottom:1px solid #DCE5F3;
	list-style-type:none;
	padding:3px 2px;
	text-decoration:none;
} 

span.lien_result {
	color:#000000;
	display:block;
	float:left;
	font-size:12px;
}

span.lien_result2 {
	color:#000000;
	display:block;
	text-align:right;
	float: none !important;
  	float: right;
} 

span.lien_result_avis {
	color:#000000;
	display:block;
	text-align:left;
}



.tableau_simple_partenaire { 
	border: 1px dashed #CFCFCF; 
	margin-top: 8px; 
	margin-bottom: 10px; 
	padding: 6px 6px 6px 6px; 
	line-height: 10px; 
}

/* Content */
#content {
	float: left;
	width: 430px;
}

.post {
	margin-bottom: 50px;
}

.post .title {
	
}

.post .title h2 {
	font-size: 2.2em;
}

.post .title p {
	margin: 0;
	line-height: normal;
	color: #BABABA;
}

.post .title p a {
	color: #BABABA;
}

.post .text {
	padding-top: 15px;
}

.post .text_temoignages {
	font-family: "Comic Sans MS", cursive
}

.post .links {
	width: 410px;
	height: 29px;
	margin: 2px;
	padding: 6px 0px 0px 20px;
	background: #F3F3F3 url(images/img08.gif) no-repeat;
}

.post .links a {
	padding: 0 23px;
	text-decoration: none;
	font-weight: bold;
}

.post .links a:hover {
	text-decoration: underline;
}

.post .links .more {
	background: url(images/img09.gif) no-repeat;
}

.post .links .comments {
	background: url(images/img10.gif) no-repeat;
}

.post .links .result_search {
	background: url(images/online.png) no-repeat;
}

.logme {
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	background-color: #FAFAFA;
	padding: 3px 30px;
	margin-bottom: 20px;
	font-weight: bold;
}

.logme .no_inscris {
	background: url(images/ecrire.gif) no-repeat;
	padding: 3px 30px;
}

.logme .incris_pas_logger {
	background: url(images/ok_petit.gif) no-repeat;
	padding: 3px 30px;
}

.logme .allopass {
	background: url(images/cadi.gif) no-repeat;
	padding: 3px 30px;
}

/* Add by EDE */ /* CSS messages du site */
#container {
	position: absolute;
	background-color: #999; /* the background          */
	filter: alpha(opacity = 60); /* Internet Explorer       */
	-moz-opacity: 0.6; /* Mozilla 1.6 and below   */
	opacity: 0.6; /* newer Mozilla and CSS-3 */
	position: absolute;
	top: 0;
	left: 0; /* place it where you want     */
	width: 1300px;
	height: 850px;
}

.msg_ok {
	filter: alpha(opacity = 90); /* Internet Explorer       */
	-moz-opacity: 0.9; /* Mozilla 1.6 and below   */
	opacity: 0.9; /* newer Mozilla and CSS-3 */
	position: absolute;
	border: 1px dashed #FFFFFF;
	top: 250px;
	left: 400px; /* place it where you want     */
	width: 400px;
	color: #000000;
	background-color: #D7F1B1;
	border: 1px dashed #CFCFCF;
	margin-top: 8px;
	margin-bottom: 16px;
	padding: 6px 6px 6px 6px;
	line-height: 18px;
	color: #000000
}

.msg_att {
	filter: alpha(opacity = 90); /* Internet Explorer       */
	-moz-opacity: 0.9; /* Mozilla 1.6 and below   */
	opacity: 0.9; /* newer Mozilla and CSS-3 */
	position: absolute;
	border: 1px dashed #FFFFFF;
	top: 250px;
	left: 400px; /* place it where you want     */
	width: 400px;
	background-color: #FFFFE1;
	border: 1px dashed #CFCFCF;
	margin-top: 8px;
	margin-bottom: 16px;
	padding: 6px 6px 6px 6px;
	line-height: 18px;
	color: #000000
}

.msg_erreur {
	filter: alpha(opacity = 90); /* Internet Explorer       */
	-moz-opacity: 0.9; /* Mozilla 1.6 and below   */
	opacity: 0.9; /* newer Mozilla and CSS-3 */
	position: absolute;
	border: 1px dashed #FFFFFF;
	top: 250px;
	left: 400px; /* place it where you want     */
	width: 400px;
	background-color: #FFD1C6;
	border: 1px dashed #CFCFCF;
	margin-top: 8px;
	margin-bottom: 16px;
	padding: 6px 6px 6px 6px;
	line-height: 18px;
	color: #000000;
}

.msg_infos {
	border: 1px dashed #FFFFFF;
	background-color: #FAFAFA;
	border: 1px dashed #CFCFCF;
	margin-top: 8px;
	margin-bottom: 16px;
	padding: 6px 6px 6px 6px;
	line-height: 18px;
	color: #000000
}

.page_overlay {
	filter: alpha(opacity = 90); /* Internet Explorer       */
	-moz-opacity: 0.9; /* Mozilla 1.6 and below   */
	opacity: 0.9; /* newer Mozilla and CSS-3 */
	position: absolute;
	border: 1px dashed #FFFFFF;
	top: 150px;
	left: 200px; /* place it where you want     */
	width: 550px;
	color: #000000;
	background-color: #D7F1B1;
	border: 1px dashed #CFCFCF;
	margin-top: 8px;
	margin-bottom: 16px;
	padding: 6px 6px 6px 6px;
	line-height: 18px;
	color: #000000
}

.avis_de_recherche { background-color: #FFFFFF; border: 1px dashed #000000; margin-top: 8px; margin-bottom: 16px; padding: 6px 6px 6px 6px; line-height: 18px; }

