/* ****************************************************
	@file         screen.css
	@description  Feuille de styles globale
	@author       Erick (ixmedia.com)
	@modification 11 mars 2010
***************************************************** */

@import url("./reset.css");

/* @section Basic {{{
******************************************************************************/
html { font-size: 62.5%; }
html, body { height: 100%; }

body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 120%;
	line-height: 1.3;
	color: #aba591;
	background: #000 url(../img/interface/bkg-body.jpg) no-repeat center 105px;
	position: relative;
}

p,ul,ol,table { margin-bottom: 1em; }
ul { margin-left: 20px; }
a { text-decoration: none; cursor: pointer; color: #07b9d9; }
a:focus { outline: 1px dotted; }
a:visited { color: #07b9d9; }
a:hover, a:focus { color: #07b9d9; text-decoration: underline; }
a *, button * { cursor: pointer; }
hr { display: none; }
small { font-size: 90%; }
input, select, button, textarea, option { font-family: Arial, "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; font-size: 100%; }
button, label, select, option, input[type=submit] { cursor: pointer; }
.groupe:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .groupe {display: inline-block;}
/* Hides from IE-mac \*/ * html .groupe {height: 1%;} .groupe {display: block;} /* End hide from IE-mac */
sup { font-size: 80%; line-height: 1; vertical-align: super; }
button::-moz-focus-inner { border: 0; padding: 1px; }
span.amp { font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif; font-weight: normal; font-style: italic; font-size: 1.2em; line-height: 0.8; }
h1,h2,h3,h4,h5,h6 { line-height: 1.1; }
p {	
	padding-bottom:15px;
	padding-right:30px;
	font-size:1.2em;
	line-height:1.4;
}
/*** @FONTS ***
***********************/
@font-face {
	font-family: 'UmbrageRegular';
	src: url('fonts/umbrage/umbrage2.eot');
	src: local('Umbrage Regular'), local('Umbrage'), url('fonts/umbrage/umbrage2.ttf') format('truetype');
}
@font-face {
	font-family: 'BrockScriptRegular';
	src: url('fonts/brock/BrockScript.eot');
	src: local('Brock Script Regular'), local('BrockScript'), url('fonts/brock/BrockScript.ttf') format('truetype');
}
/*}}}*/

/* @section Layout {{{
******************************************************************************/

/*** @partie gouv. ***
***********************/
#piv{
	position: relative;
	display: block;
	z-index: 11;	
	width: 100%;
	background: #fff;
	padding: 6px 0 0 0;
}

#piv table{   
	position:relative;
	margin: 0 auto;
	z-index: 22;
}

/*** @contenu ***
***********************/
#enrobage {
	position:absolute;
	width:100%;
	height: 245px;
	background: url(../img/interface/bkg-enrobage.png) no-repeat center 0;
	left:0;
	top:105px;
	z-index: 111;
}
#limites {
	width: 950px;
	margin:0 auto;
}
#contenu {
	width:700px;
	padding:35px;
	padding-top:30px;
	margin-top:105px;
	margin-left:175px;
	background: url(../img/interface/bkg-contenu.png) repeat 0 0;
	z-index: 33;
}
h1, h2 {
	width:100%;
	padding-bottom:35px;
	margin-bottom:25px;
	border-bottom:1px solid #2c4e43;
	color:#fff;
}
h1 {
	font-family: "UmbrageRegular", serif;
	font-size:30px;
}
h1 span {
	color:#07b9d9;
}
h2 {
	font-size:28px;
	font-family: "BrockScriptRegular", serif;
	padding-bottom:30px;
}
h3 {
	width:100%;
	background-repeat:no-repeat;
	background-position: 0 0;
	padding-bottom:15px;
	margin-bottom:25px;
	border-bottom:1px solid #2c4e43;
	color:#FFF;
	font-size:1.6em;
	font-family:Geneva;
}
#bottom {
	padding: 10px 20px 0 0;
	border-top:1px solid #2c4e43;
}
#bottom span {
	color: #c1c1c1;
	display:block;
	font-size:0.9em;
	height:19px;
	padding-left:37px;
	background:url(../img/interface/ico-tete-de-mort.png) no-repeat 0 0;
}
#bottom span a, #bottom span a:focus, #bottom span a:visited, #bottom span a:hover {
	color: #c1c1c1;
}
/*** @divers ***
***********************/
.avec-barre-separatrice {
	padding-bottom:30px!important;
	border-bottom:1px solid #2c4e43!important;
}
.plus-petit { font-size:0.8em;}
/*}}}*/

