html, body {
    background-color: #eee;
    margin: 0px;
    padding: 0px;
}

body {
    color: #333;
    background:#000 url('img/fond.png') repeat scroll top center;
    font-family: Arial, Helvetica, sans-serif;
    border: 1px solid #aaa;
}

hr{
    clear:both;
}

a:link, a:visited {
    color: #f60;
    text-decoration: none;
}

a:hover, a:active {
    color: #f60;
}

ul, ol {
    list-style-type: none;
    margin: 0px;
    padding-left: 1em;
}

h1 {
    color: #fff;
}

img {
    border: 0px;
}

input[type=text], textarea {
    color: #333;
    background-color: transparent;
    border: 1px solid #333;
}

div.pub * {
    float: left;
}

div.pub {
    float: left;
    margin-bottom: 2em;
}

.mt10px {
    margin-top: 10px;
}

/* Noel */

img#snow-left {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
}

img#snow-right {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 0;
}

img#bonnet {
    position: absolute;
    left: -30px;
    top: -22px;
    z-index: 2;
}

/* Sociable */

div#actu div.sociable {
    float: left;
    width: 100%;
    padding: 1em auto;
}

div#actu div.sociable ul li {
    border: none;
    clear: none;
    float: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div#actu div.sociable ul li img {
    border: none;
}

/* Sites Ellop-Media */

#bande_ellop{
    position: relative;
    background-color: #000;
    height: 12px;
    width:1260px;
    margin: 0px auto;
    padding: 2px 0px;
    font-size: 0.6em;
    font-weight:bold;
    text-align:right;
    z-index: 1;
}

#bande_ellop span {
    margin: 0px 8px;
}

#bande_ellop span a:hover, #bande_ellop span a:active {
    color: #666;
}

/* Header Logo - Pub */

#header {
    position: relative;
    width: 1260px;
    height: 90px;
    margin: 0px auto;
    padding: 5px 0px;
    background-color: #000;
    z-index: 1;
}

#header img#xelo {
    float: left;
    margin: 10px 0px 0px 13px;
    z-index: 1;
}

#header div.pub {
    float: left;
    height: inherit;
    width: 734px;
    margin: 0px 0px 0px 24px;
}

#header img#em {
    float: right;
    margin-right: 13px;
}

/* Header2 - Menu */

#header2 {
    position: relative;
    clear: both;
    width: 1260px;
    margin: 0px auto;
    height: 32px;
    background: transparent url('img/hhmenu/fond.jpg') repeat-x center center;
    z-index: 1;
}

#hhmenu {
    list-style: none;
    height: 32px;
    margin: 0px;
    padding: 0px;
    line-height: 32px;
}

#hhmenu li.hhm03 {
    display: inline;
    padding: 6px 15px;
    vertical-align: top;
    text-align: center;
    border-right: 1px solid #000;
}

#hhmenu li.hhm03 a:link, #hhmenu li.hhm03 a:visited {
    font-size: 1.2em;
    font-weight: bold;
    color: #fff;
}

#hhmenu li.hhm03 a:hover, #hhmenu li.hhm03 a:active {
    color: #f60;
}

/* Recherche */

#hhmenu li.hhm01, #hhmenu li.hhm01 div, #hhmenu li.hhm01 form {
    display: inline;
}

#hhmenu li.hhm01 {
    padding: 4px 0px;
    vertical-align: top;
    background: transparent url('img/hhmenu/recherche.png') no-repeat center;
}

#hhmenu li.hhm01 input {
    border: 0px;
}

#hhmenu li.hhm01 input[type=submit] {

    font-weight: bold;
    font-size: 0.8em;
}

/* Contenu */

div#contenupage {
    width:1260px;
    margin: 0px auto;
    background-color: #fff;
}

div#xdossier, div#actu {
    position: relative;
    float: left;
    width: 620px;
    text-align: justify;
    z-index: 1;
}

div#xdossier a{
    color:#f60;
}

div#xdossier a:hover{
    text-decoration:underline;
}

/* Posts */

div#actu div.post div.head {
    float: left;
    width: 100%;
    margin: 5px 0px;
}

div#actu div.post div.head div.date {
    float: left;
    width: 55px;
    height: 51px;
    padding: 0px 3px 0px 1px;
    background: transparent url('img/blog/date.png') no-repeat scroll top center;
    text-align: center;
}

div#actu div.post div.head div.date div.day {
    height: 20px;
    color: #fff;
    font-size: 1.6em;
    font-weight: bold;
    line-height: 20px;
}

div#actu div.post div.head div.date div.month {
    font-weight: bold;
    height: 14px;
    line-height: 14px;
}

div#actu div.post div.head div.date div.year {
    height: 14px;
    padding-left: 0.7em;
    color: #999;
    font-weight: bold;
    font-size: 0.9em;
    text-align: left;
}

div#actu div.post div.head h1 {
    font-size: 1.4em;
    margin: 0px;
}

div#actu div.post div.head h2 {
    clear: none;
    height: auto;
    margin: 0px;
    padding: 0px;
    background: transparent none;
    line-height: 1.2em;
    font-size: 1.2em;
}

div#actu div.post div.head h2 a:link, div#actu div.post div.head h2 a:visited {
    color: #000;
}

div#actu div.post div.head h2 a:hover, div#actu div.post div.head h2 a:active {
    color: #f60;
}

div#actu div.post div.head small {
    font-weight: bold;
}

div#actu div.post div.head small.author {
    color: #666;
}

div#actu div.post div.head small.views {
    float: left;
    color: #999;
}

div#actu div.post div.head .post-ratings {
    float: right;
    width: 75%;
    color: #999;
    text-align: right;
}

div#actu div.post p a:link, div#actu div.post p a:visited {
    color: #d20002;
}

div#actu div.post div.pub {
    width: 468px;
    height: 60px;
    margin: 0px auto 10px auto;
}

div#actu hr {
    width: 90%;
    height: 1px;
    margin: 1.2em auto;
    background-color: #ccc;
    border: none;
}

div#xdossier div.post-ratings {
    float: right;
    width: 75px;
    margin-top: -25px;
}

/* PageNavi */

div#actu div.wp-pagenavi {
    text-align: center;
}

div#actu div.wp-pagenavi * {
    border: none;
}

div#actu div.wp-pagenavi a {
    padding: 0em 0.5em;
}

/* Sociable */

div#actu div.post div.sociable ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

div#actu div.post div.sociable ul li {
    clear: none;
    float: none;
    display: inline;
    margin: 0px;
    padding: 0px;
    border: none;
}

div#actu div.post div.sociable ul li img {
    border: none;
}

div#actu p.tags {
    color: #888;
    font-size: 0.9em;
}

/* Fil d'Ariane */

#ariane{
    padding-top: 0.5em;
    background-color: #000;
    color: #aaa;
}

#ariane span {
    padding: 0px 10px;
    border-right: 1px solid #aaa;
}

#ariane span a:link, #ariane span a:visited {
    color: #aaa;
}

#ariane span a:hover, #ariane span a:active {
    color: #f60;
}

/* Une */

div#une {
    position: relative;
    background:#000;
    z-index: 1;
}

div#une div {
    position: absolute;
    width: 620px;
    height: 130px;
    z-index: 1;
    bottom:4px;
    right: 0px;
    color: #fff;
    background: transparent url('img/une/fond.png') no-repeat;
    font-size: 0.9em;
}

div#une div h2 {
    color: #fff;
    width: 600px;
    margin: 10px;
    text-transform:uppercase;
    font-size: 1.5em;
}

div#une div p {
    width: 600px;
    margin: 0px 10px;
    line-height: 1.5em;
    text-align:justify;
}

div#une img{
    position: relative;
    z-index:0;
}

/* Dossiers */

div#xdossier h1 {
    color: #fff;
    background-color: #000;
    margin: 0px;
    padding: 0.8em 0px 0.8em 10px;
}

div#xdossier div.pub {
    width: 100%;
    margin: 1em auto;
}

div#xdossier p.context {
    color: #aaa;
    background-color: #000;
    margin: 0px;
    padding: 0px 0px 0.5em 10px;
}

/* Actu */

div#actu {
    float: left;
    width: 600px;
    padding: 0px 0px;
    font-size: 1em;
}

div#actu h2 {
    clear: both;
    position: relative;
    background: transparent url('img/large-title.png') no-repeat scroll center center;
    color: #000;
    width: 620px;
    height: 34px;
    margin: 0px;
    padding: 0px;
    line-width: 40px;
    text-align: left;
    line-height: 30px;
}

div#actu h2 {color:#fff;font-size: 1.1em;text-transform:uppercase;padding:0px 0px 0px 0px;}

div#actu h2 a{color:#fff;font-size: 1.1em;text-transform:uppercase;padding-left:10px;}

div#actu h2 a:hover{color:#000;}


div#actu h2.rss img {
    position: absolute;
    top: 2px;
    right: 406px;
}

div#actu h3 {
    padding: 0px;
    margin: 0px;
    color: #f00;
}

div#actu p {
    margin: 0.5em auto;
}


div#actu p.chapo {
    font-weight: bold;
}

div#actu a.coms_but:link, div#actu a.coms_but:visited {
    display: block;
    float: left;
    width: 200px;
    height: 70px;
    margin: auto 15px;
    background: transparent url('img/coms_but.png') no-repeat center center;
    text-align: center;
    font-weight: bold;
    font-size: 1.3em;
    text-decoration: none;
}

div#actu a.coms_but:hover, div#actu a.coms_but:active {
    color: #fff;
}

/* Dernier commentaires */

div#commentaires h2 {
    position: relative;
}

div#commentaires h2 span {
    position: absolute;
    right: 10px;
    font-size: 0.7em;
}

div#commentaires h3 {
    clear: both;
    position: relative;
    height: 1em;
    line-height: 1em;
    margin-top: 0.5em;
    color: #000;
}

div#commentaires h3 span {
    position: absolute;
    right: 10px;
    color: #f60;
    font-size: 0.7em;
}

div#commentaires div {
    margin: 0px 10px 0.5em 0px;
    text-align: left;
    font-size: 1.2em;
    font-weight: bold;
}

div#commentaires div a:link, div#commentaires div a:visited {
    color: #f60;
}

div#commentaires div a:hover, div#commentaires div a:active {
    color: #000;
}

/* D�pos de commentaire */

form#depos_commentaire {
    margin: 1em auto;
    float:right;
    width:270px;
    padding-left:10px;
}

form#depos_commentaire input, textarea {
    margin-bottom: 0.5em;
}

form#depos_commentaire input {
    width: 260px;
}

form#depos_commentaire textarea {
    width: 260px;
    height: 200px;
}

form#depos_commentaire label {
    display: block;
    clear: left;
    float: left;
    width: 260px;
    margin-bottom: 0.5em;
}

form#depos_commentaire img#code {
    vertical-align: middle;
}

form#depos_commentaire input[type=submit] {
    display: block;
    width: auto;
    margin: 0.5em auto;
}

/* Liste d'articles */

div#actu ul {
    clear: both;
    padding: 0px;
}

div#actu ul li {
    clear: both;
    float: left;
    width: 580px;
    margin: 10px 0px 10px 10px;
    padding: 8px;
    border: 1px solid #aaa;
}

div#actu ul li h3 {
    margin-bottom: 0.5em;
}

div#actu ul li img {
    float: left;
    margin-right: 0.5em;
    border: 1px solid #000;
}

div#actu ul li a:link, div#actu ul li a:visited {
    color: #000;
}

div#actu ul li a:hover, div#actu ul li a:active {
    color: #f60;
}

/* Br�ves */
				
div#actu ul#news li {
    min-height: inherit;
    margin:10px;
}

div#actu ul#news li a:link, div#actu ul#news li a:visited {
    font-weight: bold;
    color: #000;
}

div#actu ul#news li a:hover, div#actu ul#news li a:active {
    color: #f60;
}

/* Galerie */
ol#gal li a:link, ol#gal1 li a:visited, ol#gal2 li a:link, ol#gal2 li a:visited {
    color: #000;
}

ol#gal li a:hover, ol#gal1 li a:active, ol#gal2 li a:hover, ol#gal2 li a:active {
    color: #f60;
}

ol#gal1 li a:link, ol#gal1 li a:visited, ol#gal2 li a:link, ol#gal2 li a:visited {
    color: #000;
}

ol#gal1 li a:hover, ol#gal1 li a:active, ol#gal2 li a:hover, ol#gal2 li a:active {
    color: #f60;
}

li.gal_modele {
    height:80px;
    overflow:hidden;
    margin:4px;
    text-align:left;
}

li.gal_modele img {
	float:left;
	vertical-align:middle;
	width:90px;
	margin:5px;
	border:1px solid #000;
}

li.gal_modele img:hover {
	border-color:#f60;
}


ol#gal1 {
    float: left;
    width: 50%;
}

li.lettre{
    font-weight:bolder;
    color:#f60;
    padding:10px 0 10px 0;
}

div#actu div.gallery {
    clear:left;
    text-align: center;
    margin-top:10px;
    padding-top:10px;
    background-color:#000;
}

div#actu div.gallery span {
    margin: 10px;
}

div#actu ol#liste_gal{
	text-align:left;
	padding-top:10px;
	padding-left:0;
}

div#actu ol#liste_gal li {
    float:left;
    text-align:center;
    width:195px;
    height:120px;
    overflow:hidden;
    margin:0 5px 5px 0;
}

div#actu ol#liste_gal li a img{
    width:191px;
    border:2px solid #aaa;
    vertical-align:middle;
    margin-bottom:5px;
}
div#actu ol#liste_gal li a img:hover{
    border-color:#f60;
}
/* Cat�gories */
			p.categories{overflow:hidden;}
			p#categories{width:590px;text-align:justify;margin:0;padding:5px;background-color:black;}
				p#categories span{margin:0;padding:0;color:white;border-right:none;}
					p#categories span a{color:white;}
					p#categories span a:hover{color:#f60;}
			p.description{text-align:justify;margin:0 0 10px 0;padding:0;color:#fff;background-color:black;}

#col_droite {
    position: relative;
	width:620px;
	padding-left:0px;
border-left: 1px solid gray;
    float:right;
    z-index: 1;
}

#col_droite h2 {
    background: transparent url('img/title.png') no-repeat scroll center center;
    color: #fff;
    width: 180px;
    height: 32px;
    margin: 0px;
    padding:0px;
    line-height: 30px;
    text-align: left;
    font-size: 1.1em;
    text-transform:uppercase;
    clear:both;
}

#col_droite h2 a{color:#fff;padding-left:10px;}
#col_droite h2 a:hover{color:#000;}

#col_droite div.col01{
    width:310px;
    float:left;
}

#col_droite div.col02 {
    width:300px;
    float:left;
    padding-left:0px;
    padding-top:0px;
    border-left: 1px solid gray;
}

div#recherche, div#annonce, div#essais, div#sidebar_gallerie, div#mots_clefs, div#xeloblog2{
    font-size: 0.8em;
    margin: 0px auto;
    border-top: 1px solid gray;
    right:10px;
}

div#xeloblog2 ul li {
    margin: 0em auto;
    font-size: 1.1em;
    text-align:justify;
}

div#xeloblog{
    font-size: 0.8em;
    margin: 0px auto;
}

div#essais, div#xeloblog h2 {
    margin-bottom: 10px;
}

div#xeloblog ul {
    padding-left: 10px;
}

div#xeloblog ul li {
    margin: 0em auto 1em auto;
    font-size: 1.3em;
}

div#xeloblog ul li img {
    width: 150px;
}

div#xeloblog ul li a span {
    font-weight: bold;
}

ul#cadre_xeloblog{
    padding-left:0;
    margin-bottom:10px;
}
ul#cadre_xeloblog li span{
    font-weight:bolder;
}
ul#cadre_xeloblog li a{
    color:black;
}
ul#cadre_xeloblog li a:hover{
    color:#f60;
}
form#cse-search-box div{
	text-align:center;
}

/* Wat?! */

div#wat{
    padding: 0px;
    margin: 0px;
    width: 610px;
    text-align:center;
    border-bottom: 1px solid gray;
}

/* Annonces */

#annonce ol {
    padding-left: 0px;
    text-align: justify;
}

#annonce ol li{
    margin: 0.5em 0em 0em 0em;
    padding-right:0.5em;
    min-height: 75px;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}

#annonce img {
    float: left;
    margin-right: 5px;
}

#annonce span {
    text-align:right;
    color: #f00;
    font-weight: bold;
    float: right;
}

/* Recherche */

#rech {
    margin: 0.5em 5px;
}

#rech label, #rech select {
    margin: 0em auto 0.5em auto;
}

#rech label {
    display: block;
    float: left;
    width: 95px;
    font-weight: bold;
}

#rech select {
    width: 195px;
}

#rech input {
    display: block;
    margin: 0em auto;
}

/* Toutes les annonces, Toutes les photos */

#col_droite a.tout:link, #col_droite a.tout:visited {
    display: block;
    height: 30px;
    width: 200px;
    margin: 0.8em auto;
    color: #000;
    background: transparent url('img/toutes-les-annonces.png') no-repeat scroll center center;
    line-height: 30px;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    clear:both;
}

#col_droite a.tout:hover, #col_droite a.tout:active {
    color: #f60;
}

/* Essais */

div#essais {
    text-align: justify;
padding-left:0px;
}

div#essais ul li a:link, div#essais ul li a:visited {
    color: #000;
}

div#essais ul li a:hover, div#essais ul li a:active {
    color: #f60;
}

div#essais ul {
    padding-left: 0px;
}

div#essais ul li {
    margin: 0em auto 1em auto;
    padding:0;
    font-size: 1.1em;
}

div#essais ul li img {
    float: left;
}

div#essais ul li a span {
    font-weight: bold;
}


/* Galerie */

div#sidebar_gallerie ol {
    padding-left: 8px;
}

div#sidebar_gallerie ol li {
    width:140px;
    /*height:140px;
    overflow:hidden;*/
    float: left;
    padding-bottom:5px;
    display: block;
    text-align: center;
}

div#sidebar_gallerie ol li p{
    width:140px;
    height:100px;
    margin:0;
    background-color:#000;
    overflow:hidden;
}

div#sidebar_gallerie ol li.gauche {
    clear:left;
    padding-right:5px;
}

div#sidebar_gallerie ol li a:link, div#sidebar_gallerie ol li a:visited {
    color: #000;
    font-weight: bold;
}

div#sidebar_gallerie ol li p img {
    width: 140px;
}

/* Pagination */

p#pagination {
	clear: both;
	text-align:center;
}

	p#pagination a img{
		vertical-align:middle;
	}
/* Pied */

div#pied {
    position: relative;
    clear: both;
    height: 535px;
    width:1260px;
    margin: 0px auto;
    background: #000 url('img/fond_footer.jpg') no-repeat scroll center center;
    padding: 15px 5px 0px 5px;
    color: #aaa;
    font-size: 0.8em;
    font-weight: bold;
}

#pied h2 {
    clear: both;
    color: #fff;
    margin: 0.5em auto;
    text-align: justify;
}

div#pied a:link, div#pied a:visited {
    color: #aaa;
}

div#pied a:hover, div#pied a:active {
    color: #f60;
}

#pied p {
    text-align: justify;
}

#pied p a {
    padding: 0em 0.5em;
}

#pied ul {
    padding-left: 0em;
}

#pied ul li {
    display: inline;
    padding: 0em 0.5em;
}

#pied p.groupe {
    position: absolute;
    width: 1222px;
    height: 44px;
    left: 20px;
    bottom: 5px;
    line-height: 25px;
}

#pied p.groupe a {
    padding: 0px;
}

#pied p.groupe img {
    float: left;
    margin: 10px;
}

