/* ==========================================================================
   Table of Content
   ========================================================================== */
   /* Use ctrl+f or cmd⌘+f
   	
   Reset Styles
   Base styles
   Shared Styles
   
   Font-Face
   Logo Styles
   Menu Styles
   Secondary Menu Styles
   Separators Styles
   Buttons Styles   
   
   Index Styles
	   
   Solution Reseau Styles
   Solution Technologies Styles
   Solution Quality Styles
   Solution Php/Linux/... Styles
	   
   Forfaits Styles
   FAQ Styles
   Commander Styles
   Confirmation Order Styles
   Contact Styles
   Client Acces Styles
  
   Footer Styles
  
   Min-Heights
   
   Firefox Exceptions
   
   Media Queries
   	1000 / 840 / 730 / 640 / 580 / 480 / 320

   */
   
/* ==========================================================================
   Reset Styles
   ========================================================================== */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section { display: block; }

html{ height:100%; }
body { line-height: 1; height:100% }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
table.invoice, table.invoice tr, table.invoice td { vertical-align: top!important; }
object, flash, embed { outline: none; }
fieldset { border: 0; margin: 0; padding: 0; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection { background: #b3d4fc; text-shadow: none; }

/* A better looking default horizontal rule */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}