/* Start of CMSMS style sheet 'general' */
/* Design &lt; Code (c) Synergie Consulting. */

html, body { padding: 0; margin: 0; font-size: 100%; line-height: 1; }

/*
ol, ul {
	list-style: none;
}
*/

body {
	background-color:#323232;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:normal;
	font-size:0.75em;
	color:#fff;
}

.hidden {
	display:none;
}

img {
	border:none;
}

p {
	text-align:justify;
	text-shadow: #000 0 0 0;
	margin:0 0 5px 0;
	line-height:1.2em;
}

hr {
	border-width:1px 0 0 0;
	border-style:solid;
	border-color:#aeaeae;
}

a:link,a:visited,a:active,a:focus {
	text-decoration:none;
	color:#fff;
}

#content a:link, #content a:visited, #content a:active, #content a:focus {
	text-decoration:none;
	color:#aeaeae;
}

#content a:hover {
	background-color:#606C88;
	color:#fff;
}

.clear {
	clear:both;
}

h2 {
	font-size:1.3em;
}

/* Sitemap
---------------------------------------------*/

.clearfix {
	line-height:1.8em;
	list-style-type:decimal;
}

/* Formulaires
---------------------------------------------*/

fieldset, input, textarea, select {
	border:1px solid #aeaeae;
}

input {
	margin-right:2px;
}

label {
	margin-bottom:3px;
}
/* End of 'general' */

