/* Feuille de style du projet elated */

/* Importations des feuilles de styles complementaires */
@import url(./css/design.css);
@import url(./css/menu.css);
@import url(./css/texte.css);
@import url(./css/liens.css);
@import url(./css/formulaire.css);
@import url(./css/boutique.css);

/* Code couleur */
/* Maron : #350000 */
/* Maron clair : #6F4314 */
/* Gris : #4B4B4B */
/* Noir : #000000 */

/* Neutraliser les balises d'affichage */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, /*img,*/ ins, kbd, q, s, samp,
small, strike, /*strong,*/ sub, sup, tt, var,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* Definir les styles focus */
:focus {
	outline: 0;
}

body {
	font: 12px Verdana,Tahoma,Arial,sans-serif;
	color: #000000;
	background-color: #350000;
}

ol, ul {
	list-style: none;
}

strong {
	color: #6F4314;
}

.requis {
	font-size: 10px;
	color: #fd1111;
}

img {
	border: solid 1px #350000;
}

img.medaillon {
	float: left;
	vertical-align: text-top;
	margin-right: 5px;
}

div.bande img.tutoriaux {
	float: left;
	vertical-align: text-top;
	margin-right: 50px;
	border: solid 2px #350000;
}

div.bande img.bouton {
	float: none;
	border: none;
	margin: 0;
}

div.bloc_partenaires img {
	float: left;
	vertical-align: text-top;
	margin-right: 20px;
	border: none;
}

div.hr {
	clear: both;
	margin: 10px 0 10px 0;
  	height: 10px;
	background: transparent url(./images/ligne.jpg) no-repeat scroll 90px;
}

div.hr hr {
  display: none;
}


/* Les tableaux sont neutralises 'cellspacing="0"' */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}
