/*
Theme Name: OnlyQuads
Description: OnlyQuads V1.0 is a custom theme for wordpress based on Codium-Extend minimalist theme.
 
Author: OnlyQuads based on Henri Labarre's work
Theme URI: http://www.code-2-reduction.fr/codium_extend/
Author URI: http://www.vingthuitzerotrois.fr/
Version: 1.0
Tags: custom-colors, two-columns, fixed-width, custom-background, custom-header, threaded-comments, sticky-post, light, white, custom-background, translation-ready,custom-menu
License: All the image and text rights are reserved to Garcia Tunon Nicolas. All the crédits of base code of this wordpress theme goes to Henri Labarre.
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/



*{margin:0; padding:0}

body{
	font:62.5% Helvetica,Verdana,Arial,Sans-Serif; 
	background: #3c3e4c url(images/Wp_Background_halo.jpg) no-repeat top center; 
	clear:both;
}
blockquote{
	border-left:0.4em solid #eee; 
	margin:0 0 0 1.5em; 
	padding:0 0 0 1em;
}

abbr,acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

pre{
	background-color:#FFF;
	background-color: rgba(255, 255, 255, 0.7); 
	color:#222; 
	line-height:18px; 
	margin-bottom:18px; 
	padding:1.5em
}

address{
	background:transparent; 
	border:0; 
	margin-bottom:0px; 
	padding:0; 
	vertical-align:baseline
}

/* Links */
a img, :link img, :visited img{
	border:0; 
	outline:none; 
	text-decoration:none; 
	color:#cec5b6;
}
a{
	color:#cec5b6; 
	text-decoration:none; 
	outline:none;
}
a:hover{
	color:#cec5b6; 
	/*text-decoration:underline;*/
	outline:0;
}

/* Heading */
h1, h2, h3, h4{
	font-family: Helvetica,Verdana,Arial,Sans-Serif; 
	/*font-weight: bold; */
	color:#fdf5e9;
}
h1{
	font-family:Helvetica,Verdana,Arial,Sans-Serif;
	font-size:4.5em; 
	color:#fdf5e9;
}
h1.blogtitle{
	font-family: 'PT+Sans&subset=latin', Helvetica,Verdana,Arial,Sans-Serif;
	font-size:4em;
	margin: 0 0 0 8px; 
	color:#fdf5e9;
}
h1 a{ 
	color:#fdf5e9;
}
h1 a:hover{
	color:#444;
	background:transparent;
}
h1 a:link{
	color:#444
}
h1 a:visited{
	color:#444
}
h2 a,h3 a, h4 a{
	color:#fdf5e9; 

}
h2.entry-title{
	color:#fdf5e,9; 
	font-weight:bold;
	margin:0 0 0 0;
	font-size:28px;
}
h2.single-entry-title{
	color:#fdf5e9; 
	font-weight:bold;
	margin:0 0 0.5em 0;
	font-size:28px;
}
h2.page-title{
	color: #fdf5e9;
	font-weight:bold !important; 
	text-align:center; 
	margin:0 0 0.5em 0;
	font-size:28px;
}
h3.widgettitle{
	color:#fdf5e9; 
	font-size:1.5em !important;
}
.description{
	color:#fdf5e9;
	font-family: 'PT+Sans&subset=latin', Helvetica,Verdana,Arial,Sans-Serif;
	font-size:1.3em;
	margin:0.5em 0 0 8px;
}

/* header */
div#header{
	margin: 0px 0 0 0;
}
div#headertop{
	margin:0 0 0 0; 
	background-color:transparent;
}
#logo{
	margin:-3.5em 0 0 -1em; 
	padding:0.3em 0.7em;
}

#logo_redirection{
	padding-top: 20px;
	clear: both;
	margin-left: 50%;
	margin-right: 50%;

}

#message_de_redirection{
	padding-top: 100px;
 	margin: 0 auto;
	width: 857px;
	height: 100px;
	text-align: center;
}

#image_de_redirection{
	
	margin: 0 auto;
	/*background: url(images/Accueil_redirection.png) no-repeat top center;*/
	width: 857px;
	height: 533px;
	padding-bottom: 100px;
}

#footer{
	color:#fdf5e9;
	width: 100%;
	margin: 0 auto;
	padding:1em 0 0 2em;
	clear:both;
	font-size:1.2em;
	min-height: 200px;
	background: #001e21;
	border-top: 0px solid #000;
	box-shadow: 0px 0px 8px #000;
	-moz-box-shadow: 0px 0px 8px #000;
	text-align: center;
}
