/********************
 * DOM éléments
 ********************/
* {
	font-family:Arial;
	font-size:10px;
	}
html,body{
	margin:0;
	padding:0;
	background-color:#F2F2EA;
	}
img {
	border:0;
	}
a{
	text-decoration:none;
	}
a:hover{
	color:#444;
	text-decoration:underline;
	}
li{
	margin-left:40px;
	}
blockquote {
	background: url(ressources/quote.png) no-repeat;
	width:540px;
	display: block;
	padding-left: 28px;
	margin-left:8px;
	margin-bottom:16px;
	margin-top:8px;
	}
pre{
	font-size:16px;	
	}
input {
	color: #555;
	font: normal 10px "Lucida Sans Unicode",sans-serif, Arial;
	height:18px;
	}
input,textarea {
	padding-left:2px;
	margin-top:2px;
	border:1px solid #555;
	font-weight:normal;
	font-size:x-small;
	color: #000;
	font-family: Arial;
	}
input.checkbox {
	border:0px solid #222;
	margin-left:8px;
	margin-right:4px;
	padding:4px;
	}
input.button {
	height:22px;
	padding:2px;
	padding-left:8px;
	padding-right:8px;
	margin-top:2px;
	border:1px solid green;
	color:#EEE;
	background-color:#709136;
	font-family:Arial;
	font-weight:bold;
	font-size:x-small;
	}
input.button:hover {
	border:1px solid yellow;
	color:yellow;
	background-color:#A2A166;
	}
textarea.resume {
	border:0px solid red;
	background-color:transparent;
	color:#777;
	font-size:xx-small;
	}
select {
	width:184px;
	height:18px;
	padding-left:2px;
	margin-top:2px;
	border:1px solid #222;
	font-weight:normal;
	font-size:x-small;
	color:#000;
	font-family:Arial;
	background-color:#f5f5f5
	}
hr {
	border:1px solid #AAA;
	width:70%;
	margin:auto;
    }

/********************
 * Zoning
 ********************/
div#container{
	width:960px;
	margin:auto;
	}
div#header{
	margin:-12px 0 0 0;
	text-align:center;
	width:100%;
	}
div#wrapper{
	float:left;
	width:100%;
	margin-left:-278px;
	}
div#content{
	margin-left:278px;
    background-color:#709136;
	margin-top:-30px;
	}
div#identity{
	background:url(ressources/bgIdentity.jpg) no-repeat;
	height:201px;
	}
div#navigation{
    border-left:1px solid #F2F2EA;
	float:right;
	width:277px;
	margin-top:-30px;
	}
div#ajaxContent{
	background:url(ressources/bgAjaxContent.png);
	height:408px;
	overflow:auto;
	padding:4px;
	}
div#footer{
	clear:both;
	width:100%;
	background: #333;
	color: #FFF;
	height:24px;
	text-align:center;
	color:#FFF;
	}
div#rank{
	clear:both;
	width:100%;
	color:#333;
	height:20px;
	text-align:center;
	font-size:12px;
	padding-top:16px;
	}

/********************
 * Spécialisation
 ********************/
div#ajaxContent h1{color:#222;font-size:16px;font-weight:bold;padding-top:0;margin-top:0;}
div#ajaxContent h2{color:#444;font-size:12px;font-weight:bold;}

div#navigation div {border-top:1px solid #F2F2EA;padding-bottom:8px;padding-top:8px;}
div#navigation div a{margin-left:20px;font-size:14px;line-height:18px;}
div#navigation div h1{margin-left:14px;margin-bottom:4px;font-size:14px;line-height:18px;padding-top:0;margin-top:0;}

#CGV  {}
h1#CGV {margin-bottom:38px;color:rgb(204,102,0);font-size:18px;font-weight:bold;}
h2#CGV {margin-top:22px;padding-left:8px;font-weight:bold;font-size:14px;color:rgb(204,102,0);}
h3#CGV {margin-top:16px;padding-left:16px;font-weight:bold;font-size:11px;}

div#footer a{font-size:10px;line-height:24px;color:#EEE;}

blockquote b {font-size:inherit !important}
blockquote pre b {font-size:inherit !important}
blockquote.partenaire {background: url(ressources/partenaireQuote.png) no-repeat !important;font-size:12px !important;width:520px !important;}
blockquote.partenaire a{font-size:12px !important;color:brown;font-weight:bold;}


/********************
 * Bloc render
 ********************/
div.p0 {border-top:0px solid #F2F2EA !important;background:url(ressources/bgNavigation.png) no-repeat;height:92px;padding-top:0 !important;}
div.p0 h1{}
div.p0 a{}
div.p0 a:hover{}

div.p1 {height:84px;background-color:#272623;color:#FFF;font-size:18px;}
div.p1 h1{color:#EEE;margin-bottom:-2px !important;}
div.p1 a{color:#CEE;font-size:12px !important;line-height:13px !important;}
div.p1 a:hover{color:#EEE;}

div.p2 {background-color:#E5E0D1;}
div.p2 h1{color:#333;}
div.p2 a{color:#222;}
div.p2 a:hover{color:#555;}

div.p3 {background-color:#9C9173;}
div.p3 h1{color:#222;}
div.p3 a{color:#222;}
div.p3 a:hover{color:#555;}

div.p4 {background-color:#709136;}
div.p4 h1{color:#222;}
div.p4 a{color:#EEE;}
div.p4 a:hover{color:#FFF;}

div#rank a{color:#333;}
div#presse {padding:6px;}
div#expos blockquote, blockquote a{font-size:16px !important;}
blockquote b {font-size:12px !important;}


/********************
 * Styling
 ********************/
.caddie{
	height:17px !important;
	border:none !important;
	float:right !important;}
.pola {
	border:1px solid #333;
	float:left;
	background-color:#666;
	padding:2px;
	margin-top:6px;
	margin-left:6px;
	color:#FFF;
	text-align:center;
	}
.pola a img{
	border:1px solid #000;
	height:110px;
    margin-bottom:2px;
	}
.pola a{
	color:#EEE !important;
	}
.pola a:hover{
	color:#FFF !important;
	}
.article{
	padding:2px;
	margin-bottom:6px;
	}
.article a img{
	border:1px solid #333;
	}
.clip{
	clip:rect(0px,0px,50px,50px);
	border:2px solid #222;
	padding:4px;
	}
.doubleUnderline {
	text-decoration:underline;
	border-bottom:1px solid;
	}
.oblig {
	color:#F00;
	font-weight:bold;
	margin-left:4px;
	}
.clearer {
	clear: both;
	}
.col1 {
	border:none !important;
	float:left !important;
	}
.col2 {
	border:none !important;
	float:left !important;
	}
.block {
	float:left;
	margin-right:38px;
	padding:0px;
	text-align:left;
	background: #EEE;
	border: 1px solid #AAA;
	border-left: 6px solid #555;
	color: brown;
	padding:18px;
	}
.autobr{
	display:block;
	}
.clear{
	cursor:pointer;
	margin-right:8px;
	margin-top:-4px;
	}

.bigButton {
	background:url(ressources/bgBigButton.png) no-repeat !important;
	font-size:18px !important;
	font-weight:bold !important;
	float:left;
	padding-top:34px;
	width:112px !important;
	height:86px !important;
	text-align:left;
	}
.bigButton a {
	color:#222;
	margin-left:32px;
	}
.disabled{
	font-size:11px;
	font-weight:bold;
	padding-top:0;
	margin-top:0;
	margin-left:-2px;
	border:none;
	color:#222;
	background-color:transparent !important;
	}
.date{
	font-family:Arial black, Arial;
	color:#BAAB8D;
	font-size:28px !important;
	font-weight:bold;
	}
.top{
	vertical-align:top !important;
	}
.right{
	width:100%;
	text-align:right;
	}
.book{
	color:#EEE !important;
	font-weight:bold;
	text-decoration:underline;
	padding-right:32px;
	float:right;
	text-align:right;
	}
.pro{
	float:right;
	padding:0px 16px 3px 8px;
	background:url('http://www.azconception.com/common/rk/FS.png') right 5px no-repeat;
	font-size:12px;
	line-height:12px;
	color:#FFF !important;
	/*border:1px solid #111;*/
	}

