/* CSS Document */

#PageDiff {
			position:absolute;
			left: 50%;
			top: 50%;
			width: 600px;
			height: 400px;
			margin-left: -300px;
			margin-top: -200px;
			border 1 px solid #000;
			}

body {
		margin: 0;
		text-align: center;
		}
		
.texte {
		font-family:Arial;
		font-size:12px;
		text-align:left;
		}
		
#divtext {
			overflow: auto;
			text-align: left;
			padding-left: 5px;
			}
			
.texte_gros {
		font-family:Arial;
		font-size:14px;
		text-align:center;
		}
		
a {
	text-decoration:none;
	color:#00a33d;
	}
	
#cell {
		font-size:12px;
		}	
		
.TexteMention {
				font-size:11px; font-family:Georgia, Times New Roman, Times, serif; color:#CCCCCC; text-align:center;
				}
				
.TexteMention a:link {
						text-decoration:none;
						color:#00a33d;
						}

.TexteMention a:active {
						text-decoration:none;
						color:#00a33d;
						}

.TexteMention a:hover {
						text-decoration:none;
						color:#33CC66;
						}

.TexteMention a:visited {
						text-decoration:none;
						color:#00a33d;
						}
						
.mentionleg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-repeat: no-repeat;
	background-position: center center;
	}