@charset "UTF-8";

/* Général */

@font-face
{
	font-family: "Alegrya";
	src: url("Alegreya-Regular.woff");
}

body
{
	background-color: black;
	font-family: "Liberation Sans", FreeSans, Helvetica, Arial, sans-serif;
	color: white;
	word-wrap: break-word;
}

article, .partie_menu
{
	border-radius: 5px;
	background-color: #0F0F0F;
	padding: 5px;
	margin-bottom: 10px;
}

a
{
	color: #58D1FF;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a:active
{
	color: aqua;
	text-decoration: underline;
}

a:visited
{
	color: #49D9D2;
}

/* En-tête */

#en-tête
{
	border-radius: 5px 5px 0 0;
	background: linear-gradient(to right, #00002E 0%, #000052 5%, navy 10%, #000B99 20%, blue 30%, #125DCE 40%, #1281CE 50%, #43ACD6 60%, #00E1FE 65%, aqua 70%, teal 90%, #1D6363 97%);
}

#en-tête h1
{
	font-family: Alegrya, "Liberation Serif", FreeSerif, serif;
	font-size: 2.5em;
	font-weight: normal;
	font-style: oblique;
	margin: 0;
}

#en-tête h1 a
{
	color: white;
	text-decoration: none;
}

#en-tête h2
{
	font-size: 2em;
	text-align: center;
	margin-top: 0;
	margin-bottom: 10px;
}

#menu_principal
{
	background-color: #0F0F0F;
}

#menu_principal ul
{
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#menu_principal li
{
	display: inline-block;
	margin: 0 5px 0 5px;
}

#search
{
	display: inline-block;
	vertical-align: bottom;
	width: 49%;
	text-align: right;
}

/* Corps de la page */

section h3
{
	font-size: 1.3em;
	margin: 0;
}

section h3 a:visited
{
	color: #49D9D2;
}

section h4
{
	font-size: 1.1em;
}

section h5
{
	font-size: 1em;
	margin-top: 0;
	margin-bottom: 0;
}

#articles
{
	display: inline-block;
	vertical-align: top;
	width: 77%;
	text-align: justify;
	margin: 10px 0 0 0;
}

q:before
{
	content: "« ";
}

q:after
{
	content: " »";
}

blockquote
{
	border: 1px #8C8C8C inset;
	border-radius: 5px;
	background-color: #333333;
	padding: 5px;
	margin: 3px 20px 3px 20px;
}

img
{
	max-width: 100%;
	height: auto;
}

figure
{
	text-align: center;
}

kbd
{
	border: 1px white solid;
}

.publication, .categories
{
	font-size: 0.7em;
	font-weight: normal;
	margin: 0;
	margin-bottom: 10px;
}

/* Commentaires */

#erreurs 
{
	border-radius: 5px;
	background-color: #5C0000;
	color: white;
	padding: 1px;
}

.commentaire_public
{
	-khtml-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
	margin-bottom: 10px;
}

.field, .infos, .cookie, .buttons
{
	width: 60%;
	border: none;
	margin: auto;
}

.formatbut
{
	height: 30px;
	line-height: 27px;
	border: none;
	border-radius: 5px 5px 0 0;
	background: #0F0F0F;
	margin: 0;
}

.formatbut button
{
	width: 24px;
	height: 24px;
	vertical-align: middle;
	border: 1px solid transparent;
	border-radius: 5px;
	background: rgba(0, 0, 0, 0);
	padding: 0;
}

.formatbut button:hover
{
	background-color: #262626;
}

.formatbut button:active
{
	background-color: #333333;
}

.formatbut button span
{
	display: inline-block;
	width: 16px;
	height: 24px;
}

.spacer
{
	width: 1px;
	border-right: 1px solid #262626;
	margin: 0 4px;
}

#button01 span { background: no-repeat 0 3px url("images/gras.png"); }
#button02 span { background: no-repeat 0 3px url("images/italique.png"); }
#button03 span { background: no-repeat 0 3px url("images/souligné.png"); }
#button04 span { background: no-repeat 0 3px url("images/barré.png"); }

#button09 span { background: no-repeat 0 3px url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAe1BMVEUAAAACAwP///////////8LDRD///8NDxIXGR8OERQXGSAZGyIaHCMcHiYZHCD///////+tsbuFipKXnKh/hI0WGh8nKjU6QE9rcopCSlgXGiAkKTImLDUoKzcoLjg3QE05QlA6QFA/RldBRlhBSVpESl1OV2xZYHpcZH4A/W7TAAAAGnRSTlMAEENPWmBlcHCAgICQkJWds9DU2d7w8PX2+1wQp8QAAABoSURBVBgZtcEJEoIwEATAUeN6gS6w3kYGXWL+/0IrPMEqu4E/qWM87bCOscakGnP+vLeLSx4rFENqtEtnHLo0oHCfI/gLCO4oyCVw5QYrEoXxfpy1fN4eNBRi7PfBSJpgIqoCUVXBT76HeQdQXXlI0wAAAABJRU5ErkJggg=="); }
#button10 span { background: no-repeat 0 3px url("images/citation.png"); }
#button12 span { background: no-repeat 0 3px url("images/code.png"); }

.commentaire
{
	width: 100%;
	min-width: 100%;
	border: none;
	border-radius: 0px 0px 5px 5px;
}

.commentaire_public:target
{
	box-shadow: 1px 1px 5px #43B1FF, -1px -1px 5px #43B1FF;
}
	
.infos
{
	text-align: right;
}

.infos label
{
	display: block;
}

#email-adress
{
	display: none;
}

.buttons
{
	text-align: center;
}

.pagination
{
	text-align: center;
}

#séparateur
{
	width: 2%;
	display: inline-block;
	vertical-align: top;
	margin: 0;
}

/* Menu de navigation */

#menu_lateral
{
	display: inline-block;
	vertical-align: top;
	width: 20%;
	text-align: center;
	margin: 0;
}

#menu_lateral ul
{
	list-style-type: none;
	margin-top: 10px;
	padding: 0;
}

.partie_menu
{
	margin-bottom: 10px;
}

#calendrier
{
	margin: auto;
}

.active
{
	text-shadow: 1px 1px 5px #4396f4;
}

#menu_lateral h3
{
	margin: 0 0 5px 0;
}

#menu_lateral h4
{
	margin: 10px 0 5px 0;
}

.encart_lastcom li
{
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	margin-bottom: 10px;
}

.encart_lastcom a
{
	font-size: 0.9em;
}

/* Pied de page */

#pied_de_page
{
	font-size: 0.6em;
	text-align: center;
}

