/* ---------- GENERAL STYLES ---------- */

body {
	background-color: #444;
	color: #555;
}

h1,
h2,
h3 {
	font-weight: normal;
}

a {
	color: #0082b0;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul li {
	list-style-type: square;
}

/* ---------- NAV ---------- */

nav {
	background-color: #FEFEFE;
	font-size: 1.6em;
	padding: 10px 50px 10px 60px;

}

nav ul {
	margin: 0;
}

nav li {
	color: #ccc;
	margin: 0 30px 0 0;
	display: inline;
	list-style-type: none;
}

nav li a {
	color: #CC0000;
	font-weight: bold;
}

nav li a:hover, nav li a.active {
	color: #0089DC;
	text-decoration: none;
}
.static {
    font-size: 25px;
    font-weight: bold;
}
/* ---------- HEADER ---------- */

header {
	background-color: #e22020;
	color: #555;
	padding: 20px 50px;
	text-align: center;
}

body > header > h1 {
	font-size: 2.3em;
	line-height: 1;
	margin: 0;
}

header h1 a {
	color: #555;
}

header h1 a:hover {
	text-decoration: none;
}

header h2 {
	font-size: 1.2em;
	color:#FFFFFF;
	margin: 0;
}
header > a {
	border-bottom: 3px solid #e22020;
    color: #000000;
    font-weight: bold;
    margin: 10px;
    padding: 5px;
}
/* ---------- SECTION ---------- */
.article1 {
    border: 1px solid #dbdbef;
	border-radius: 20px;
	background: #fff5f5;
    float: left;
    margin: 1px;
    max-width: 300px;
	min-height: 230px;
}
button.btnhomlive {
	background: #e22020;
}
section {
	background-color: #e22020;
	overflow: hidden;
}

#container {
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 3px solid #ccc;
	margin: 0 50px 50px;
	overflow: hidden;
	padding: 40px;
}

.directory {
	margin: 0 0 50px 0;
}

.directory:first-letter{
	text-transform: uppercase;
}

/* ---------- ARTICLE / PAGE ---------- */

.width-sidebar {
	float: left;
	width: 65%;
}

.full-width {
	width:100%;
}

article header h1 {
	border-bottom: 3px solid red;
    color: #000000;
	line-height: 1.1;
	margin: 0;
}

article header h1 a {
	color: #0082b0;
}

article header {
	background-color: transparent;
	color: inherit;
	padding: 0;
	text-align: left;
}

article header p {
	color: #777;
	font-size: 0.9em;
	font-style : italic;
	margin-bottom: 0;
}

article section {
	background-color: inherit;
	padding: 0;
	margin-top: 5px;
}

article img {
	/*margin: 0 5px;*/
}

article footer {
	background-color: inherit;
	color: #777;
	font-size: 0.9em;
	font-style : italic;
	margin-bottom: 50px;
	padding: 0;
	text-align: left;
}

article footer a,
article footer a:hover {
	color: #0082b0;
}

/* ---------- COMMENT ---------- */

#comments {
	margin-bottom: 50px;
}

.info_comment {
	color: #777;
	font-size: 0.9em;
	font-style : italic;
}

.comment {
	background-image: url(../img/user.png);
	background-repeat: no-repeat;
	margin-bottom: 30px;
	padding-left: 60px;
}

.com-alert {
	color: #db2020;
	font-weight: bold;
}

/* ---------- PAGINATION ---------- */

#pagination {
width: 320px;
	margin-bottom: 50px;
	text-align: center;
}

#pagination span,
#pagination a {
	display: inline-block;
	margin: 0;
	padding: 5px;
}

#pagination a {
	background-color: #0082b0;
	color: #eee;
}

#pagination a:hover {
	background-color: #444;
	color: #eee;
	text-decoration: none;
}

#pagination span:first-letter,
#pagination a:first-letter {
	text-transform: uppercase;
}

/* ---------- SIDEBAR ---------- */

aside {
	float: right;
	width: 30%;
}

aside h3 {
	color: #0082b0;
	font-size: 1.4em;
	margin: 0 0 15px 0;
}

aside a {
	color: #555;
}

aside ul {
	margin: 0 0 50px 0;
}

aside li:first-letter {
	text-transform: uppercase;
}

.rss {
	background-image: url(../img/rss.png);
	background-repeat: no-repeat;
	line-height: 1;
	margin: 10px 0;
	padding-left: 20px;
}

/* ---------- TAG ---------- */

.tag {
	display: inline-block;
	margin: 0;
	padding-right: 10px;
}

.tag-size-1 {
	font-size: 1em;
}

.tag-size-2 {
	font-size: 1.1em;
}

.tag-size-3 {
	font-size: 1.2em;
}

.tag-size-4 {
	font-size: 1.3em;
}

.tag-size-5 {
	font-size: 1.4em;
}

.tag-size-6 {
	font-size: 1.5em;
}

.tag-size-7 {
	font-size: 1.6em;
}

.tag-size-8 {
	font-size: 1.7em;
}

.tag-size-9 {
	font-size: 1.8em
}

.tag-size-10 {
	font-size: 1.9em;
}

.tag-size-max {
	font-size: 2em;
}

/* ---------- FOOTER ---------- */

footer {
	background-color: #444;
	clear: both;
	color: #ccc;
	padding: 50px;
	text-align: center;
}

footer p {
	margin: 0;
}

footer a {
	color: #ccc;
}

footer a:hover {
	color: #eee;
}

/* ---------- FORM ---------- */

#form h2 {
	margin: 0;
}

label {
	display:block;
}

input,
select,
textarea {
	border: 1px solid #bbb;
	color: #555;
}

button,
input[type=submit],
input[type=reset] {
	background-color: #0082b0;
	border: 1px solid #0082b0;
	color: #eee;
}

button:hover,
input[type=submit]:hover,
input[type=reset]:hover {
	background-color: #444;
	border: 1px solid #444;
}

.capcha-letter,
.capcha-word {
	font-weight: bold;
}

/* ---------- TABLE ---------- */
table, th, td {
	border: 1px solid #999
}

/* ---------- RESPONSIVE DESIGN ---------- */

@media screen and (max-width:800px) {

	nav {
		padding: 5px 20px;
		text-align: center;
	}

	nav li {
		display: block;
		margin: 10px 0;
	}

	header {
		padding-left: 20px;
		padding-right: 20px;
	}

	#container {
		margin: 0 20px 20px 20px;
		padding: 20px;
	}

	.width-sidebar,
	aside {
		width: 100%;
	}

	button,
	input,
	select,
	textarea {
		max-width: 100%;
}

	aside {
		margin-top: 50px;
	}

}

.homeimg {
	border: 6px solid #e03674;
    display: inline;
    float: left;
    height: 250px;
    overflow: hidden;
    width: 260px;
}
.homechapo {
    display: block;
    float: left;
    width: 290px;
	text-align: justify;
}


.more > a {
    background: none repeat scroll 0 0 #e22020;
    border-radius: 5px;
    color: #ffffff;
    display: block;
    float: right;
    font-weight: bold;
    margin: 10px;
    padding: 5px;
    text-align: center;
    width: 270px;
}
.tchat {
    /*border: 1px solid #ccc;*/
    font-size: 18px;
	text-align: justify;
    margin: 0 auto;
    width: 100%;
}
.loupe {
	background:url(../img/loupe.png);
    position:absolute;
    right:0;
    bottom: 0;
    z-index:10;
}
.quattro{font-family:Quattrocento,serif;font-weight:lighter;text-shadow:1px 1px 1px #000}
#atouts{color:#5597be;padding:10px 0 25px;margin-left:-10px}#atouts p{font-size:20px;text-align:center}#atouts img{vertical-align:middle;margin:0 5px 0 10px}
.tac{text-align:center;margin-top:25px}
a.button2{color:#fff;text-decoration:none;line-height:33px;font-size:30px}
.button2{padding:20px 30px;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;background-color:#fff;border:3px solid #1a651a;background-image:-webkit-linear-gradient(bottom,#008c00,#4ba614);background-image:-moz-linear-gradient(bottom,#008c00,#4ba614);background-image:-o-linear-gradient(bottom,#008c00,#4ba614);background-image:-ms-linear-gradient(bottom,#008c00,#4ba614);background-image:linear-gradient(to top,#008c00,#4ba614);font-family:georgia,arial,sans-serif}

form table, form th, form td {
    border: 0 none;
}

tr {
    background: #fff none repeat scroll 0 0;
}
.little.submit {
    background: #F0BA94;
    border: 2px solid #eee;
    border-radius: 25px;
    box-shadow: 3px 3px 3px #aaa;
    color: #ffffff;
    display: block;
    font-family: Orienta,Georgia,Helvetica,sans-serif;
    font-size: 22px;
    height: 80px;
    margin-top: 20px;
    overflow: hidden;
    padding: 5px 60px 5px 5px;
    text-align: center;
    width: 230px;
}
.little.submit:hover {
    background: #3b5998;
    border: 2px solid #eee;
    border-radius: 25px;
    box-shadow: 3px 3px 3px #aaa;
    color: #ffffff;
    display: block;
    font-family: Orienta,Georgia,Helvetica,sans-serif;
    font-size: 22px;
    height: 80px;
    margin-top: 20px;
    overflow: hidden;
    padding: 5px 60px 5px 5px;
    text-align: center;
    width: 230px;
}

.sameHeightCol { float: left; position: relative;}
@media (max-width: 480px) {
#thumb { width: 33%; }
.arrondie_image {
border-radius:7px;
-moz-border-radius:7px;
-webkit-border-radius:7px;
}
}
@media (min-width: 481px) {
#thumb { width: 33%; }
.arrondie_image {
border-radius:7px;
-moz-border-radius:7px;
-webkit-border-radius:7px;
}
}
.blockthumb {
    font-size: 12px;
}
button.btnlive {
    background: #fff5f5;
    border: 1px solid #dbdbef;
    border-radius: 20px;
    color: #e22020;
}