/* -- Copyright Alex Maillardet --- */
@charset "UTF-8";
/*
Theme Name: MacArtest
Theme URI: http://127.0.0.1/mac-arteum/
Description: Theme de test pour le site de Mac Arteum
Version: 0.2
Author: Alex Maillardet 
*/

/* ~~~ Css du thème de test pour le site de Mac Arteum ~~~*/

/* Css de Wordpress */
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: none;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}


/* Body */

body
{
	font-size: 100%;
}



/* General du site */

div#Website
{
    width: 860px;
	margin: 50px auto 0px auto;
}

a, a:link, a:visited, a:active
{
	text-decoration: none;
	color: #282828;
	
	transition: color 0.8s;
	-moz-transition: color 0.8s; /* Firefox 4 */
	-webkit-transition: color 0.8s; /* Safari and Chrome */
	-o-transition: color 0.8s; /* Opera */
}

a:hover
{
	color: #D61F2E;
}

/* Logo du site */
div#logo
{
	width: 179px;
	float: left;
}

/* Menu du site */


div.menu-menuentete-container
{
	width: 681px;
	float: left;
	margin-top: 81px;
}

ul#menu-menuentete
{
	margin:0;
	padding:0;
	list-style-type:none;
	float: right;
	margin-right: 00px;
}

ul.sub-menu
{
	margin:0;
	padding:0;
	list-style-type:none;
}

ul#menu-menuentete li
{
	float:left;
	margin: 0px 0px 0px 10px;
	padding:0;
	height: 24px;
	background-color: #eeeeee;
	
	transition: background-color 0.8s;
	-moz-transition: background-color 0.8s; /* Firefox 4 */
	-webkit-transition: background-color 0.8s; /* Safari and Chrome */
	-o-transition: background-color 0.8s; /* Opera */
}

ul#menu-menuentete li:hover
{
	background-color: #d61f2e;
}

ul#menu-menuentete li a 
{
	display:block;
	color: #282828;
	
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 18px;
	margin: -2px 0 0;
	
	line-height: 26px;
	
	text-decoration:none;
	padding:0px 14px;
	
	
 }

ul#menu-menuentete li:hover a
{
	color: #ffffff;	
}

ul#menu-menuentete>li:before
{
	border-bottom: 24px solid transparent;
    border-left: 10px solid white;
    content: "";
    height: 0;
    position: absolute;
    width: 0;
}

ul#menu-menuentete>li:after
{
	 border-right: 10px solid white;
    border-top: 27px solid transparent;
    content: "";
    display: inline;
    float: right;
    height: 0;
    margin-top: -26px;
    width: 0;
}



ul#menu-menuentete li ul 
{
	display:none;
	position: absolute;
	margin-left : -10px;

}
 
ul#menu-menuentete li:hover ul 
{
	display:block;
}

ul#menu-menuentete li:hover ul li
{
	float:none;
	width: 120px;
	line-height: 25px;
	height: auto;
	padding: 0px 0px 2px 0px;
}

ul#menu-menuentete li:hover ul li a
{
	color: #282828;
}

ul#menu-menuentete li:hover ul li:hover a
{
	color: #ffffff;
}

/* Contenu du site */

div#contenuMac
{
	margin-top: 50px;
}

/* A la Une */
div#aLaUne
{

}

div#aLaUne h1
{
	font-family: 'Poiret One',cursive;
	font-weight: 400;
	font-style: normal;
	padding: 0px;
	margin: 0px 0px 17px 0px;
	font-size: 2em;
}

div#aLaUne h1 a, div#aLaUne h1 a:hover, div#aLaUne h1 a:active, div#aLaUne h1 a:link, div#aLaUne h1 a:visited
{
	text-decoration: none;
	color: #282828;
}

div#aLaUne h4
{
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.1em;
	
	color: #282828;
	
	padding: 0px;
	margin: 15px 0px 0px 20px;
}

div#aLaUne p
{
	padding: 0;
	margin: 0px;
	
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-style: normal;
	
	font-size: 0.85em;
	
	text-align: justify;
}

div#aLaUne img
{
	border: none;
	margin-left: 7px;
}

div#extrait
{
	margin-top: 5px;
	margin-left: 20px;
	padding: 0;
	
	width: 565px;
}

div#extrait a, div#extrait a:hover, div#extrait a:active, div#extrait a:link, div#extrait a:visited
{
	text-decoration: none;
	color: #282828;
}
	

/* Flux & Infos */

/* A venir */

div#avenir, div#focus
{
	width: 270px;
	float: left;
	margin-right: 24px;
}

div#reseau
{
	width: 270px;
	float: left;

}

div#avenir h2, div#focus h2, div#reseau h2
{
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 300;
	font-style: italic;
	font-size: 20px;
	margin: 60px 0px 0px 0px;
	
	color: #282828;
	
	float: left;
}

div#avenir p.tirets, div#focus p.tirets, div#reseau p.tirets
{
	float: left;
    margin: 60px 0px 0px 14px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 300;
	font-style: italic;
	font-size: 20px;
	
	
	line-height: 9px;
}

div#avenir h3, div#focus h3
{
	width: 220px;
	
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-style: normal;
	
	font-size: 17px;
	
	margin: 10px 0 0 33px;
	padding-left: 20px;
}

div#avenir h3 a, div#avenir h3 a:link, div#avenir h3 a:visited, div#avenir h3 a:hover, div#avenir h3 a:active, div#focus h3 a, div#reseau h3 a, div#focus h3 a:link, div#reseau h3 a:link, div#focus h3 a:visited, div#reseau h3 a:visited, div#focus h3 a:active, div#reseau h3 a:active, div#focus h3 a:hover, div#reseau h3 a:hover
{
	color: #282828;
	text-decoration: none;

}

div#avenir div.leContenu, div#focus div.leContenu
{
	width: 202px;
	
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
	
	margin: -9px 0 33px 51px;
}

div#avenir h3:before, div#focus h3:before
{
   width: 18px; 
   height: 10px; 
   background-image: url('fleche.png');
   background-repeat: no-repeat;
   background-position: left 5px;
   
   content: "++";
   color: rgba(0,0,0,0);
   
   margin-left: -24px;
   
}

div#reseau h3
{
	font-family: 'Poiret One', cursive;
	font-weight: normal;
	font-style: normal;
	
	color: #282828;
	
	font-size: 1.2em;
	margin-top: 10px;
	margin-bottom: 10px;
}

div#reseau h3#newsletter
{
	background-image: url('newsletter-grey.png');
	background-repeat: no-repeat;
	background-position: 12px 5px;
	margin-left: 50px;
	
}

div#reseau h3#newsletter:hover
{
	background-image: url('newsletter-red.png');
}

div#reseau h3#newsletter a
{
	padding-left: 64px;
}

div#reseau h3#twitter
{
	background-image: url('twitter-grey.png');
	background-repeat: no-repeat;
	background-position: 16px 5px;
	margin-left: 50px;
}

div#reseau h3#twitter:hover
{
	background-image: url('twitter-red.png');
}

div#reseau h3#twitter a
{
	padding-left: 64px;
}

div#reseau h3#googlePlus
{
	background-image: url('googleplus-grey.png');
	background-repeat: no-repeat;
	background-position: 16px 5px;
	margin-left: 50px;
}

div#reseau h3#googlePlus:hover
{
	background-image: url('googleplus-red.png');
}

div#reseau h3#googlePlus a
{
	padding-left: 64px;
}

div#reseau h3#facebook
{
	background-image: url('facebook-grey.png');
	background-repeat: no-repeat;
	background-position: 16px 5px;
	margin-left: 50px;
}

div#reseau h3#facebook:hover
{
	background-image: url('facebook-red.png');
}

div#reseau h3#facebook a
{
	padding-left: 64px;
}

/* Footer */

div#separator
{
	text-align: center;
}

div#menu-menupieddepage-container
{
	width: 800px;
	margin: 0px auto 0px auto;
}

ul#menu-menupieddepage
{
	list-style: none;
	margin: 10px auto 90px auto;
	padding: 0;
	
	text-align: center;
}

ul#menu-menupieddepage li
{
	margin: 0px 10px 0px 10px;
	padding: 0;
	
	display: inline;
	
	font-family: 'Droid Sans', sans-serif;
	font-weight: normal;
	font-style: normal;
	
	font-size: 12px;
}


ul#menu-menupieddepage li a, ul#menu-menupieddepage li a:link, ul#menu-menupieddepage li a:hover, ul#menu-menupieddepage li a:visited, ul#menu-menupieddepage li a:active
{
	text-decoration: none;
	color: #282828;
}


/* Categorie */

div#toutLesArticles
{
	float: right;
    margin-right: -90px;
    width: 220px;
	
	border-left: 1px solid #787878;
}

div#category, div#article
{
	margin-left: 10px;
    width: 705px;
}

div#titreDeLArticle h1
{
	font-family: 'Poiret One',cursive;
	font-style: normal;
    font-weight: 400;
	
	font-size: 2.4em;;
	
	margin: 2px 0px 42px 0px;
}


div#titreDeLArticle h1 a, div#titreDeLArticle h1 a:link, div#titreDeLArticle h1 a:hover, div#titreDeLArticle h1 a:active, div#titreDeLArticle h1 a:visited
{
	text-decoration: none;
	color: #282828;
}

div#toutLesArticles a
{
	
	color: #282828;
    display: inline-block;
    font-family: 'Open Sans Condensed',sans-serif;
    font-size: 0.97em;
    font-style: normal;
    font-weight: normal;
    padding: 5px 12px 0 37px;
    text-decoration: none;
}

div#toutLesArticles>a:before
{
	background-image: url("fleche.png");
    background-position: left 5px;
    background-repeat: no-repeat;
    color: transparent;
    content: "++";
    height: 10px;
    margin-left: -24px;
    margin-right: 11px;
    width: 18px;
}

div#category p, div#article p
{
	color: #282828;
    font-family: 'Open Sans',sans-serif;
    font-size: 0.9em;
    font-style: normal;
    font-weight: normal;
    letter-spacing: -0.03em;
    margin: 0 0 5px 30px;
    word-spacing: 0.04em;
}

div#category h1, div#article h1
{
	border-bottom: 1px solid black;
    color: #282828;
    font-family: 'Poiret One',sans-serif;
    font-size: 2.5em;
    font-style: normal;
    font-weight: normal;
    margin: 10px 0 11px 7px;
    padding-bottom: 4px;
}

div#category h2, div#article h2
{
	font-family: 'Open Sans Condensed', serif;
	font-style: normal;
    font-weight: 300;
	margin: 10px 0px 11px 14px;
    padding: 0;
	
	
	font-size: 1.8em;
	color: #282828;
	letter-spacing: 0.02em;
	
    
}

div#category h3, div#article h3
{
	color: #282828;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 1.4em;
    font-style: normal;
    font-weight: 300;
    margin: 10px 0 0 21px;
    padding: 0;
	
}

div#category h4, div#article h4
{
	font-family: 'Open Sans', serif;
	font-size: 0.95em;
    font-style: normal;
    font-weight: 600;
    margin: 10px 0px 0px 25px;
    padding: 0;
	
	color: #646464;
}

/* Style du partage des articles */

h5#BoutonsPartage
{
	font-family: 'Open Sans', serif;
	font-size: 15px;
    font-style: normal;
    font-weight: 600;
    margin: 10px 0px 0px 25px;
    padding: 0;
	
	color: #282828;
}

div#partageS
{
	margin-left: 35px;
    margin-top: 11px;
	display: none;
}

/* Page du site */

div#pageDuSite
{
    width: 705px;
}

div#pageDuSite h1
{
	border-bottom: 1px solid black;
    color: #282828;
    font-family: 'Poiret One',cursive;
    font-size: 2em;
    font-style: normal;
    font-weight: normal;
    margin: 10px 0 11px 7px;
    padding-bottom: 4px;
}

div#pageDuSite h2
{
	font-family: 'Open Sans Condensed', serif;
	font-style: normal;
    font-weight: 300;
	margin: 10px 0px 11px 14px;
    padding: 0;
	
	
	font-size: 29px;
	color: #282828;
	letter-spacing: 0.02em;
    
}

div#pageDuSite h3
{
	color: #282828;
    font-family: 'Open Sans Condensed',serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    margin: 10px 0 0 21px;
    padding: 0;
	
}

div#pageDuSite h4
{
	font-family: 'Open Sans', serif;
	font-size: 15px;
    font-style: normal;
    font-weight: 600;
    margin: 10px 0px 0px 25px;
    padding: 0;
	
	color: #282828;
}

div#pageDuSite p
{
	color: #282828;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: -0.03em;
    margin: 0 0 5px 30px;
    word-spacing: 0.04em;
}

/* Plan du site */

div#wp-realtime-sitemap-pages h3, div#wp-realtime-sitemap-posts h3, div#wp-realtime-sitemap-archives h3, div#wp-realtime-sitemap-categories h3
{
	font-family: 'Poiret One', cursive;
	font-style: normal;
	font-weight: normal;
	
	font-size: 26px;
	color: #282828;
}

div#wp-realtime-sitemap-pages p, div#wp-realtime-sitemap-archives p, div#wp-realtime-sitemap-categories p
{
	font-family: 'Poiret One', cursive;
	font-style: normal;
	font-weight: normal;
	
	font-size: 26px;
	color: #282828;
}

div#wp-realtime-sitemap-pages ul, div#wp-realtime-sitemap-posts ul, div#wp-realtime-sitemap-archives ul, div#wp-realtime-sitemap-categories ul
{
	list-style-type:none;
}

div#wp-realtime-sitemap-pages ul li, div#wp-realtime-sitemap-posts ul li, div#wp-realtime-sitemap-archives ul li, div#wp-realtime-sitemap-categories ul li
{
	margin: 2px 0px 2px 10px;
}

div#wp-realtime-sitemap-pages ul li a, div#wp-realtime-sitemap-categories ul li a
{
	list-style-type:none;
	color: #282828;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -0.03em;
    margin: 0 0 5px;
    word-spacing: 0.04em;
	
	text-decoration: none;
}
div#wp-realtime-sitemap-pages ul li ul li a, div#wp-realtime-sitemap-categories ul li ul li a
{
	list-style-type:none;
	color: #282828;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: -0.03em;
    margin: 0 0 5px;
    word-spacing: 0.04em;
	
	text-decoration: none;
}

div#wp-realtime-sitemap-posts ul li a, div#wp-realtime-sitemap-archives ul li a
{
	list-style-type:none;
	color: #282828;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: -0.03em;
    margin: 0 0 5px;
    word-spacing: 0.04em;
	
	text-decoration: none;
}

/* Style des articles de la catégorie Presse */
div#articlesPresse
{
    width: 705px;
}

div#articlesPresse h1
{
	border-bottom: 1px solid black;
    color: #282828;
    font-family: 'Poiret One',cursive;
    font-size: 32px;
    font-style: normal;
    font-weight: normal;
    margin: 10px 0 11px 7px;
    padding-bottom: 4px;
}

div#articlesPresse h2
{
	font-family: 'Open Sans Condensed', serif;
	font-style: normal;
    font-weight: 300;
	margin: 10px 0px 11px 14px;
    padding: 0;
	
	
	font-size: 29px;
	color: #282828;
	letter-spacing: 0.02em;
    
}

div#articlesPresse h3
{
	color: #282828;
    font-family: 'Open Sans Condensed',serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    margin: 10px 0 0 21px;
    padding: 0;
	
}

div#articlesPresse h4
{
	font-family: 'Open Sans', serif;
	font-size: 15px;
    font-style: normal;
    font-weight: 600;
    margin: 10px 0px 0px 25px;
    padding: 0;
	
	color: #282828;
}

div#articlesPresse p
{
	color: #282828;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: -0.03em;
    margin: 0 0 5px 30px;
    word-spacing: 0.04em;
}

/* Style de la page de contact */

div#nomPrenomForm
{
	margin-left: 20px;
}

div#nomPrenomForm label
{
	color: #282828;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -0.03em;
    word-spacing: 0.04em;
	
	text-decoration: none;
}

div#nomPrenomForm input
{
	width: 150px;
}

div#nomForm
{
	float: left;
	width: 151px;
}

div#prenomForm
{
	float: left;
	width: 151px;
	margin-left : 20px;
}

div#adresseEMail
{
	width: 305px;
	clear: both;
	margin-left: 20px;
	padding-top: 25px;
}

div#adresseEMail input
{
	width: 322px;
}

div#adresseEMail label
{
	color: #282828;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -0.03em;
    word-spacing: 0.04em;
	
	text-decoration: none;
}

div#messageForm
{
	width: 305px;
	clear: both;
	margin-left: 20px;
	padding-top: 25px;
}

div#messageForm textarea
{
	width: 322px;
	color: #282828;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: -0.03em;
    word-spacing: 0.04em;
	
	text-decoration: none;
}


div#messageForm label
{
	color: #282828;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -0.03em;
    word-spacing: 0.04em;
	
	text-decoration: none;
}

div#submitForm
{
	width: 322px;
	margin-left: 20px;
	padding-top: 25px;
}

div#submitForm input
{
	color: #282828;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: -0.03em;
    word-spacing: 0.04em;
	
	text-decoration: none;
}