/*
Theme Name: KEEO
Theme URI: http://www.keeo.com/
Description: Le thème KEEO a été développé pour "KEEO".
Author: SADY Romain
Version: 1.0
License: Licences BY-NC-ND
License URI: http://creativecommons.org/licenses/by-nc-nd/3.0/fr/


	######  IMPORTANT NOTE ON CUSTOMIZATION  ######

	  Don't add customizations to this file!
		- Customization CSS in PageLines
		- Customize PageLines by adding CSS in the settings, child themes, or plugins
		- Don't add it here; as it will either get overwritten by updates, and will prevent you from updating at all!
*/


/* Reset CSS.
-------------------------------------------------------------- */
a, abbr, address, article, aside, audio, blockquote, body, button, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, img, ins, kbd, label, legend, li, mark, menu, main, meter, nav, ol, p, pre, progress, q, samp, section, span, strong, sub, summary, sup, time, tr, ul, var, video {
		margin:0;
		padding:0;
		outline:0;
		background:transparent;
		border:none;
		font-size:100%;
		vertical-align:baseline;
}

/* HTML5 display-role
-------------------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, div {
	display:block;
	clear:both;
	overflow:visible;
}

/* Alert IE
-------------------------------------------------------------- */
.alert-ie {
	background:#fff;
	border:4px double red;
	width:900px;
	margin:10px auto;
	padding:10px;
}

.alert-ie strong {
	font-size:1.2em;
	color:red;
}

/* Selection html
-------------------------------------------------------------- */
::-moz-selection { /* Pour firefox */
	background:#2173FF;
	color:white;
}

::selection { /* Pour les autres */
	background:#483d8b;
	color:white;
}

/* =Global Elements
-------------------------------------------------------------- */
* {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	word-wrap:break-word;
	-webkit-hyphens:none;
	-moz-hyphens:none;
	-ms-hyphens:none;
	-o-hyphens:none;
	hyphens:none;
	-moz-font-smoothing:antialiased;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}


body {
	background:#ffffff;
	height:100%;
	overflow:auto;
	line-height:normal;
	font-size:16px;
	text-align:left;
	color:#000000;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}

em, cite { font-style:italic; }

ul, ol {
	padding:0 0 0 20px;
}

ul { list-style-type:disc; }

ul ul { list-style-type:square; }

ul ul ul { list-style-type:circle; }

ol {
	line-height:22px;
	list-style-position:outside;
	list-style-type:decimal;
}

dt { font-weight:400; }

blockquote, q { quotes:none; }

blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}

blockquote {
	background:#d7e1ed;
	border:none;
	border-left:4px solid #5ca1ef;
	margin:20px;
	overflow:auto;
	padding:5px 5px 5px 10px;
}

blockquote p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:1.1em;
	line-height:1.3;
}

blockquote ul  {
	list-style:none;
}

blockquote ul li {
	background:url('/graph/site/puce_verte.png') top left no-repeat;
	padding:0 0 0 20px;
}

pre, code {
	font-family:Consolas, "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important;
	font-style:normal;
	white-space:pre-wrap;
}

strong { font-weight:bold; }

pre {
	background:#fff;
	margin-top:20px;
	max-width:98%;
	padding-left:1em;
	height:auto;
}

del {
	color:#555;
	text-decoration:line-through;
}

ins{ border-bottom:1px solid #ccc; }

sup, sub, small { font-size:70%; }

abbr {
	font-size:85%;
	text-transform:uppercase;
}

a abbr { border:none; }

sup { vertical-align:super; }

sub { vertical-align:sub; }

address { font-style:normal; }

hr {
	background:#ddd;
	border:none;
	clear:both;
	color:#ddd;
	float:none;
	height:.1em;
	width:100%;
}

table, tbody, td, tfoot, th, thead  { font-size:100%; vertical-align:middle; }
table.default { border-collapse:collapse; border-spacing:0;background:#fff; border:none;  }
table.default thead th { color:#007dd1; font-weight:bold;  border:none; padding:10px; }
table.default tbody tr:nth-child(odd) { background-color:#aacad9; }
table.default td { border:none; padding:10px; }

button, input, select, textarea {
	width:auto;
	overflow:visible;
	margin:0;
	font-size:100%;
	vertical-align:baseline;
}

textarea {
	overflow:auto;
	vertical-align:text-top;
}

.clear { clear:both; }
.wrapper { clear:both; overflow:auto; }

h1, h2, h3, h4 {
	clear:both;
	margin: 1em 0 .5em 0;
	line-height: 1.2;
	font-weight: bold;
}

h1 { font-size: 1.75em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.25em; }
h4 { font-size: 1em; }

img {
	height:auto;
	max-width:100%;
}

a img { border:none; }

a:link, a:visited, a:focus, a:active {
	color:#2173FF;
	text-decoration:none;
}

a:hover { text-decoration:underline; }

#content table th, #content table td {
	padding:5px;
}

.legende { display:block; }
.legende img { display:block; }
.legende span { display:block; padding:5px; background-color:#efefef; font-size:12px; }
