* {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

body {
	background-color: #000000;
	width: 100%;
	height: 100%;
	color: #4d6a70;
}

img {
	border: 0px;
}

a {
	text-decoration: none;
	color: #84abb1;
}

p {
	margin: 0px 0px 15px 0px;
	text-align: justify;
	text-indent: 10px;
}

p:first-letter, div.jol_article_corps  li:first-letter {
	font-size: 16px;
	font-weight: bolder;
}

#global {
  width: 1260px;
  height:750px;
  background: url('http://jolstatic.fr/rift/design/background.jpg') #000000 50% 0 no-repeat;
  position:absolute;
  left:50%;
  margin-left:-630px;
}

#retour_index {
	display: block;
	width: 900px;
	height: 263px;
	margin: 0 auto;
}

#pub {
	margin: auto;
	margin-top: 40px;
	margin-left: 75px;
	border: none;
}

#centre {
	background:url('http://jolstatic.fr/rift/design/haut.jpg') top left no-repeat;
	width:775px;
	height:256px;
	float: left;
	color:#73adae;
}

ul.jol_actualites_titres {
	width: 250px;
	height: 120px;
	float: left;
	margin: 80px 0px 0px 20px;
	padding: 0px;
	border: none;
	font-size: 11px;
	list-style-type: none;
}

table.jolsujets {
	width: 250px;
	height: 122px;
	float: left;
	margin: 80px 5px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-collapse: collapse;
	border: none;
	font-size: 11px;
}

table.jolsujets a:hover, ul.jol_actualites_titres a:hover {
	font-weight: normal;
	color:#73adae;
}

#image_jour {
	width: 250px;
	float: left;
}

#image_jour a.lien {
	margin-left: 10px;
}

#jolCaptures {
	overflow: hidden;
	height: 120px;
	margin: 80px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}

#articles {
    background:url('http://jolstatic.fr/rift/design/article-top.jpg') top left no-repeat;
	width:775px;
	min-height:500px;
	float:left;
	color:#4d6a70;
}

div.jol_article_container, div.jol_actus_container, div.rift_container {
	width: 596px;
	margin: 25px 0px 0px 44px;
}

/*Titre actu et article*/
div.jol_actus_titre , div.jol_article_titre, div.rift_titre {
	background:url('http://jolstatic.fr/rift/design/puce.png') center left no-repeat;
	padding: 0px 0px 0px 26px;
	border: none;
	color :#a6dbdc;
}
/* Gestion article */
div.jol_article_sommaire {
	width: 200px;
	float: center;
	margin: 10px 0px 15px 26px;
	padding: 10px;
}

div.jol_article_sommaire_titre {
	background: url('http://jolstatic.fr/rift/design/pixel.png');
	border: solid 1px black;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	text-transform: uppercase;
	font-weight: bolder;
}

div.jol_article_sommaire_corps {
	border: solid 1px black;
	border-top: none;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
}

div.jol_article_sommaire_corps ul{
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}

div.jol_article_corps  ul{
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}

div.jol_article_corps  ol{
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;	
}

div.jol_article_maj {
	font-style: italic;
}

div.jol_article_corps div.jol_image {
}

div.jol_article_corps div.jol_image img {
	display: block;
	margin: 0 auto;
}

div.jol_article_corps, div.wiki_container {
	margin: 20px 0px 20px 26px;
}

div.jol_article_corps  ul{
	margin: -5px 0px 15px 15px;
	padding: 0px 0px 0px 12px;
	list-style-type: disc;
}

div.jol_article_corps h3 {
	width: 100%;
	clear: both;
	margin: 20px 0px 15px 0px;
	padding: 0px 0px 5px 5px;
	border-bottom: solid 1px #a6dbdc;
	border-left: solid 1px #a6dbdc;
	color: #a6dbdc;
}

div.jol_article_corps h4 {
	clear: both;
	margin: 20px 0px 15px 0px;
	padding: 0px 0px 5px 5px;
	color: #a6dbdc;
}

div.jol_article_corps hr {
	width: 10%;
	clear: both;
	margin: 20px auto;
	border: 1px solid #4d6a70;
}

div.jol_article_corps blockquote, div.jol_actus_corps blockquote {
	background: url('http://jolstatic.fr/rift/design/quote.png') no-repeat scroll right top;
	background-color: #0d171b;
	width: 90%;
	clear: both;
	border: 1px dotted #4d6a70;
	margin: auto;
	margin-bottom: 10px;
	padding: 10px;
}

div.jol_article_corps blockquote strong, div.jol_actus_corps blockquote strong{
	color: #84abb1;
}

div.jol_article_corps blockquote ul, div.jol_actus_corps blockquote ul{
	clear: both;
	margin: -5px 0px 15px 15px;
	padding: 0px 0px 0px 12px;
	list-style-type: disc;
}

div.jol_article_corps hr.rp_up,div.jol_actus_corps hr.rp_up  {
	background: url('http://jolstatic.fr/rift/design/bloc_rp_blue_up.png');
	width: 511px;
	height: 23px;
	clear: both;
	border: none;
	margin: 0 auto;
	margin-top: 15px;	
}

div.jol_article_corps div.rp,div.jol_actus_corps div.rp {
	background: url('http://jolstatic.fr/rift/design/bloc_rp_blue.png') repeat-y;
	width: 431px;
	margin: 0 auto;
	padding: 0px 40px 0px 40px;
	overflow:hidden;
	color: #749795;
	font-family:  lucida sans, georgia, Arial, Helvetica, sans-serif;
	font-style: italic;
}

div.jol_article_corps hr.rp_dn,div.jol_actus_corps hr.rp_dn {
	background: url('http://jolstatic.fr/rift/design/bloc_rp_blue_dn.png');
	width: 511px;
	height: 27px;
	border: none;
	margin: 0 auto;
	margin-bottom: 15px;
}

div.jol_article_outils {
	width: 100%;
	clear: both;
	margin: 10px 0px 20px 26px;
}

div.jol_article_navigation {
	width: 100%;
	margin: 0px 0px 20px 0px;
	text-align: center;
}

div.jol_article_sources {
	background: url('http://jolstatic.fr/rift/design/pixel.png');
	clear: both;
	border: solid 1px black;
	margin: 0px 0px 0px 0px;
}

div.jol_article_sources ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
}

div.jol_image_legende, div.jol_video_legende {
	background-color: #0d171b;
	border: 1px solid #4d6a70;
	margin-bottom: 5px;
	padding: 3px 1px;
	text-align: center;
}

/*Gestion liste sur outils*/
div.rift_container ul {
	list-style-type: none;
	margin: 0px 0px 0px 26px;
	padding: 5px 0px 10px 30px;	
}

/* Le lien pour modifier */
div.outil_modifier {
	background: url('http://jolstatic.fr/rift/design/pixel.png');
	border: solid 1px black;
	float:right;
	margin: 40px 116px 0px 0px;
	padding: 5px 5px 5px 5px;
	font-style: italic;
	
}

div.equipe_fonction {
	width: 270px;
	min-height: 30px;
	float: left;
	margin: 10px 0px 0px 26px;
}

/*Gestion Archive */
div.freshnews_archives_titre {
	background-color: #0d171b;
	width: 70%;
	margin: auto;
	padding: 10px;
	border: 1px dotted #4d6a70;
	text-align: center;
}

/* Pied de page */
#footer {
	background:url('http://jolstatic.fr/rift/design/footer.jpg') no-repeat;
	width:1100px;
	height: 520px;
	margin: auto;
	margin-bottom: 10px;
}

#footer div.credit {
	width: 400px;
	position: relative;
	left: 360px;
	top: 350px;
	text-align: center;
	color: #a6dbdc;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

/**
 * === Lexique ===
 **/

/**
 * Liens vers le lexique
 */
a.jol_lexique_infobulle { 
    background:         url(http://medias.jeuxonline.info/www/modules/Actualites/lexique.png) top right no-repeat;
    /*border-bottom:      1px dotted #F7941D;*/
    padding-right:      6px;
    position:           relative;
    text-decoration:    none;
}
a.jol_lexique_infobulle:hover {
    /*border-bottom:      1px dotted #F7941D;*/
}

/**
 * Infobulles du lexique - Mot
 */
div.jol_lexique_boxover_header {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
    background-color:   #212929;/**/
    /**/border-top:         1px dotted #A6DBDC;
    border-left:        1px dotted #A6DBDC;
    border-right:       1px dotted #A6DBDC;
    /**/color:              #A6DBDC;
    font-weight:        bold;
    padding:            3px;
    text-align:         center;
    width:              350px;
}

/**
 * Infobulles du lexique - Définition
 */
div.jol_lexique_boxover_body {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
    background-color:   #212929;/**/
    border-left:        1px dotted #A6DBDC;
    border-right:       1px dotted #A6DBDC;
    border-bottom:      1px dotted #A6DBDC;
    /**/color:              #84ABB1;
    padding:            3px;
    text-align:         justify;
    width:              350px;
}
