/* =INITIAL
   v2.1, by Faruk Ates - www.kurafire.net
   http://kurafire.net/log/archive/2005/07/26/starting-css-revisited
   Addendum by Robert Nyman - www.robertnyman.com */

/* Neutralize styling:
   Elements we want to clean out entirely: */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font: 100%/110% Arial, Helvetica, sans-serif;
	}

/* Neutralize styling:
	Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
	}

/* Apply left margin:
	Only to the few elements that need it: */
li, dd, blockquote {
	margin-left: 1em;
	}

/* Miscellaneous conveniences: */
fieldset {
	border: none;
	}
.clear {
	clear: both;
	}
.float_left {
	float: left;
	}
.float_right {
	float: right;
	}
a img {
	border: none;
	}

/* Form field text-scaling */
input, select, textarea {
	font-size: 100%;
	}
        
/* =GENERIQUES */

body {
	font-size: 0.75em;
	font-family: arial, helvetica, sans-serif;
	}
			
/* =MENTIONS LEGALES */
#mentionsconteneur {
	background: #fff;
	border: 1px solid #000;
	overflow: hidden;
	width: 428px;
	}
	#mentionscontenu {
		overflow: hidden;
		position: relative;
		}
		
		#mentionscontenu h1 {
			margin: 0;
			padding: 0;
			}
		#mentionscontenu h2 {
			}
		#mentionscontenu p {
			font-size: 0.92em;
			margin-left: 28px;
			margin-right: 18px;
			}
			#mentionscontenu p a {
				color: #000;
				}


