@import 'navigation.css';
@import 'contact.css';

html {
	/* force l'apparition de la barre de défilement pour Firefox */
	overflow: -moz-scrollbars-vertical !important;
}

html, body {
	height: 100%; /* Required */
}

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #666666;
	background: #F9F5EE;
	behavior: url(/css/csshover.htc);
	line-height: 1.2em;
}

select{
	font-size:1em;
	color: #666666;
}

input{
	font-size:1em;
	color: #666666;
}

hr {
	/*clear: both;*/
	background: url('/fr/nav/editeur/hr.gif') no-repeat center center;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/fr/nav/editeur/hr.gif')
	progid:DXImageTransform.Microsoft.Matrix(Dx=-1);
	width: 1px;
	height: 1px;
	border: 0;
	margin: 0;
}
* > hr {
	width: 560px;
	height: 27px;
}

.hr{
	background: url('/fr/nav/editeur/hr.gif') no-repeat;
	width: 560px;
	height: 16px;
	padding: 0;
	margin: 0;
}

/*.separateur1{
	background: url('/fr/nav/editeur/separateur1.gif') no-repeat;
	width: 560px;
	height: 16px;
	padding: 0;
	margin: 0;
}

.separateur2{
	background: url('/fr/nav/editeur/separateur2.gif') no-repeat;
	width: 560px;
	height: 9px;
	padding: 0;
	margin: 0;
}

.separateur3{
	background: url('/fr/nav/editeur/separateur3.gif') no-repeat;
	width: 560px;
	height: 16px;
	padding: 0;
	margin: 0;
}*/

p {
	margin: 0;
	padding: 4px 0 4px 0;
}

a:visited {
    color: #2775C4;
	text-decoration: underline;
}

a:hover {
	color: #2775C4;
	text-decoration: underline;
}

a:link {
    color: #2775C4;
	text-decoration: underline;
}

a img {
	border: none;
}

img {
	border: none;
}

form {
	margin: 0;
	padding: 0;
}

.champobligatoire {
	color: #FF0000;
	font-weight: bold;
}

.clear {
	clear: both;
}
