/*
THEME NAME: grafis.me
THEME URI: http://grafis.me
DESCRIPTION: dans le minimum 
VERSION: 0.2
AUTHOR: info@monstrueuseentreprise.com
AUTHOR URI: http://monstrueuseentreprise.com
TAGS: 2 colonnes, titre vertical 
*/

table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: justify; font-weight: normal; }

blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }

body {
        margin:auto;
        margin-top:50px;
	width:1000px;
	height:600px;
        background: url('images/background.png') no-repeat;
	color:#4f4f4f;
	font-family: verdana, Arial, sans serif;
}

a {
	text-decoration:none;
}

em {
	font-style:italic;
}

strong {
	font-weight:bold;
}

#wrapper {

font-size:11px;
width:1000px;
}

#wrapper a:hover{ color:#cacaca; }

#conteneur {
	font-size:11px;
	float:left;
	width:500px;
	height:600px;
}

#nav {  
        width:500px;
	color:#cacaca;
	font-size:10px;
        line-height:1em;
}

#nav a{ color:#cacaca; }

#nav a:hover{ color:#cacaca; }


#article { 
	margin-top:15px;
	width:500px;
}
#article a{ color:#cacaca; }

#article a:hover{ color:#cacaca; }



.sidebar ul{ 

        list-style-type: none;
	width:200px;
	float:left;
        font-size:10px;
	font-weight:bolder;
	line-height:1em;
	color:#a2a2a2;
        text-align:left; 
margin-bottom : 25px;
}

.sidebar a{ 
	line-height:1em;
color:#cacaca; }

.sidebar a:hover{ 
	line-height:1em;color:#cacaca; }



#main {
	width:200px;
        height:600px;
	float:left;
	color:#838383;
	margin-right:50px;
}

#footer { 
        position :fixed;
	bottom:20px;
        right:20px;
	width:200px;
	color:#cacaca;
	font-size:10px;
        float:right;
        line-height:0.2em;
        text-align:right; 
}

#footer a{ 
	font-size:10px;
        color:#838383; }

#footer a:hover{ color:#c2f37c; }

#rss { 
        position :fixed;
	top:20px;
        right:20px;
	width:200px;
	color:#cacaca;
	font-size:10px;
        float:right;
        line-height:0.2em;
        text-align:right; 
}




h1 {
        text-align:justify;
	font-size:30px;
	font-weight:bolder;
	letter-spacing: -0.05em;	
	line-height:1em;
	color:#a2a2a2;
}


h2 {
	font-size:11px;
	font-weight:bolder;
	letter-spacing: -0.05em;	
	line-height:1em;
	color:#96cf67;
}

h3 {
	font-size:10px;
	font-weight:bolder;
	letter-spacing: -0.05em;	
	line-height:1em;
	color:#96cf67;
}

h3 a {
	text-decoration:none;
	color:#96cf67;
}


h4 {
	font-size:15px;
	font-weight:bolder;
	letter-spacing: -0.05em;	
	line-height:1em;
	color:#a2a2a2;
}

h5 {
	font-size:8px;
	font-weight:bolder;
	letter-spacing: -0.05em;	
	line-height:1em;
	color:#838383;
}

h5 a {
	text-decoration:none;
	color:#838383;
}


h6 {
	font-size:10px;
	font-weight:bolder;
	letter-spacing: -0.05em;	
	line-height:1em;
	color:#838383;
}

h6 a {
	text-decoration:none;
	color:#838383;
}


form {
	padding:15px 0;
	border: 1px solid #f1f1f1;
	border-style: solid none;

}
form p, form input {
	display:inline;
}
form .email {
	border:1px solid #ccc;
	padding:5px;
}
form .button {
	border:1px solid #f1f1f1;
	padding:5px;
	background:#000;
	color:#fff;
	text-transform:uppercase;
}
form .button:hover {
	background:red;
}

.form-label {
	border-left:1px solid #FE8F45;
	padding:36px 10px;
}
#submit {
	vertical-align:middle;
}
#page-info {
	padding:10px 0;
	clear:both;
	font-size:12px;
	color:#666;
	text-align:left;
}
#page-info a {
	color:#666;
	font-style:italic;
}
#page-info a:hover {
	color:#000;
}



/* =Images
-------------------------------------------------------------- */

/*  Only added for the sake of compliance with Themes Directory   */

.entry-content img { margin: 0 0 18px 0; max-width:100%; }

img.alignleft,img.align-left {
	float: left;
	margin-right:20px;
}
img.alignright,img.align-right {
	display: block;
	float: right;
	margin-left:20px;
}
img.center, img.centered {
	margin: 0 auto;
	display: block;
	float: none;
	clear: both;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
}

