/* ---------------------------- */
/*			Stylebase			*/
/* ---------------------------- */

/*
 * @autor : Créateur d'Image
 * @date : 2014
 */


/* structure */
html { font-size: 100%; /*height:100%;*/ }
body { height:100%; font: 15px/18px 'Rosario', Arial, sans-serif; color: #524f4f; background:#ffffff; margin:0; padding:0; }
button { font: 15px/18px 'Rosario', Arial, sans-serif; }

/* introducing new HTML5 elements */
header, footer, section, hgroup, aside, nav, article, figure, figcaption, time, dialog { display: block; }

/* titre */
h1, h2, h3, h4, h5, h6 { font-weight:normal; margin:0; padding:0; vertical-align: baseline; outline: none; }


h5{
	font-size:15px;
	font-weight:bold;
}

/* link */
a { text-decoration:none; }
a img { border: 0; } /* @note : no borders on image-links */
/*a:hover img, a:focus img, a:active img, button:hover { opacity: 0.9; }*/
*:focus {outline: none;}

/* listes */ 
ul, ol { margin: 0; padding: 0; list-style:none; } 

/* paragraphes */ 
p { margin: 0; } 

/* forms */
label, button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; }

/* overflows */
pre, code, kbd, samp { font-family: monospace, sans-serif; }
table, td, blockquote, code, pre, textarea, /*input,*/ object, embed /*video*/ { max-width: 100% }
code, pre, samp, textarea, table, td { word-wrap: break-word; white-space: pre-wrap; }

/* misc */
abbr[title] { border-bottom: 1px solid #555555; cursor: help; }
table { table-layout: fixed; border-spacing: 0; }
th, caption { text-align:left; }
img {margin:0; vertical-align: middle;}
button::-moz-focus-inner { padding:0; border:0; }


.clear { clear: both; }
.t_center { text-align: center; }
.t_right { text-align: right; }
.t_just { text-align:justify; }

::-webkit-input-placeholder { color:#999393; }
::-moz-placeholder { color:#999393; opacity:  1; } /* firefox 19+ */
:-moz-placeholder { color: #999393; opacity:  1; }
:-ms-input-placeholder { color:#999393; } /* ie */
input:-moz-placeholder { color:#999393; }


.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

/* padding, border*/
*,*:after,*:before {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}


b, strong { font-weight: bold; }

/*iOS buttons – remove rounded corners*/
input, textarea, select {
/*-webkit-appearance: none;*/
-webkit-border-radius: 0;
}