/* ***** BEGIN LICENSE BLOCK *****
 * This file is part of DotClear.
 * Copyright (c) 2004 Maurice Svay and contributors. All rights
 * reserved.
 *
 * DotClear is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 * 
 * DotClear is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * 
 * You should have received a copy of the GNU General Public License
 * along with DotClear; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 *
 * ***** END LICENSE BLOCK *****
 *
 * Contributor(s):
 *  Maurice Svay
 */

/* Ce fichier définit le style visuel pour les différents éléments du blog.
 * Dans l'ordre, vous trouverez les règles qui définissent l'apparence pour:
 * - les éléments HTML en général
 * - la page
 * - l'entête
 * - le prélude
 * - le contenu
 * - la barre de navigation
 * - le pied de page
 *
 * L'agengement des blocs est défini dans le fichier layout.css
 * Pour mettre la barre de navigation à gauche, décommentez l'appel à 
 * layout-gauche.css
 */

@import "layout.css";
/* @import "layout-gauche.css"; */
 
/* Les éléments HTML en général
-------------------------------------------------------- */
body {
	font-size: 12px;  
	margin: 0px;
	color: #000000; 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	text-align: justify;
	background: #F0F0F0 url(http://www.emotionwear.net/images/bg_body.png) repeat-x;
}
* { 
	margin: 0 ;
	padding: 0 ;
}
a {
	font-size: 12px;
	color: #CC0055;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC0055;
}
a:hover {
	text-decoration: underline;
	color: #CC0055;
}
a:active {
	text-decoration: none;
	color: #CC0055;
}
.gras_annonce {
	font-weight: bold;
	color: #FFFFFF;
}
.gras {
	font-weight: bold;
	color: #CC0055;
}

h1, h2, h3, h4, h5, h6{
	font-family: "Trebuchet MS", sans-serif;
}

h1{font-size: 18px;}
h2{font-size: 16px;}
h3{font-family : Georgia,"Times New Roman","New York",serif; font-size : 20px; color: #CC0055;}
h4{font-size: 14px;}
h5{font-size: 13px;}
h6{font-size: 12px;}

pre, code{
	font-size: 1.2em;
}

pre{
	width: 100%;
	overflow: auto;
	border: 1px solid #CCC;
}

fieldset{
	border: none;
}

label{
	cursor: pointer;
	cursor: hand;
}

.field label{
	display: block;
}

input,textarea{
	border: 1px solid #999;
}

textarea{
	width: 100%;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.left{
	float: left;
	margin-right: 1em;
}

.right{
	float: right;
	margin-left: 1em;
}
#global {
	margin: auto;  
	padding: 0px;
	width: 1000px;
}
img {
	border: 0px;
}
#annonce {
	height: auto;
	width: auto;
	background: #CC0055;
	color: #FFFFFF;
	padding: 2px;
	margin-bottom: 10px;
	top: 0;
	right: 0;
	left: 0;
}
#top_annonce a {
	color: #FFFFFF;
}
#top {
	height: 75px;
	width: auto;
	background: #F6F6F6;
	background: url(http://www.emotionwear.net/images/top.png) no-repeat;
}
#top_accueil {
	height: 75px;
	width: 129px;
	background: url(http://www.emotionwear.net/images/top_accueil.png) no-repeat;
	margin-left: 48px;
	float: left;
}
#top_collection {
	height: 75px;
	width: 168px;
	background: url(http://www.emotionwear.net/images/top_collection.png) no-repeat;
	float: left;
}
#top_media {
	height: 75px;
	width: 129px;
	background: url(http://www.emotionwear.net/images/top_media.png) no-repeat;
	float: left;
}
#top_about {
	height: 75px;
	width: 130px;
	background: url(http://www.emotionwear.net/images/top_about.png) no-repeat;
	float: left;
}
#header {
	height: 207px;
	width: auto;
	background: url(http://www.emotionwear.net/images/header.png) no-repeat;
}
#contenu {
	height: 100%;
	width: 920px;
	background: url(http://www.emotionwear.net/images/bg.png) repeat-y;
	padding-left: 40px;
	padding-right: 40px;
	float: left;
}
/* La page
-------------------------------------------------------- */
#page{
	color: inherit;
}
 
/* L'entête
-------------------------------------------------------- */
#top{
}

#top h1{
	height: 80px;
	line-height: 80px;
	margin: 0 0 0 40px;
	padding-top: 20px;
	color: #FFFFFF;
}

#top h1 a{
	text-decoration: none;
	color: #FFFFFF;
}

/* Le prélude
-------------------------------------------------------- */ 
#prelude{
	background: transparent;
	color: #DFDFDF;
	text-align: center;
}

#prelude a{
	color: #DFDFDF;
	background: transparent;
}

#prelude a:hover{
	color: #666;
	background: transparent;
}

/* Le contenu
-------------------------------------------------------- */
.day-date{
	padding-left: 20px;
	margin-left: -25px;
	color: #FFF;
	font-style: italic;
}

.post-title{
	font-family : Georgia,"Times New Roman","New York",serif;
	font-size : 20px;
	color: #CC0055;
	background: transparent;
	margin-bottom: 0;
}

.post-title a{
	font-family : Georgia,"Times New Roman","New York",serif;
	font-size : 20px;
	color: #CC0055;
	background: transparent;
	text-decoration: none;
}

.post-info{
	margin-top: 0;
	color: #CC0055;
	background: transparent;
	padding-bottom: 1ex;
	margin-left: 20px;
}

.post-info a{
	color: #CC0055;
	background: transparent;
	text-decoration: none;
}

.post-content{
	text-align: justify;
}

.post-content blockquote{
	font-family: Georgia, serif;
	font-style: italic;
}

.post-info-co{
	text-align: right;
}

#trackbacks blockquote, #comments blockquote{
	border: 1px solid #CC0055;
	border-left: 5px solid #CC0055;
	margin: 1em 0 1em 20px;
	padding: 1ex 1em;
}

#tb, #co{
	font-family : Georgia,"Times New Roman","New York",serif;
	font-size : 20px;
}

.comment-number {
	font-family : Georgia,"Times New Roman","New York",serif;
	font-size : 25px;
}

.comment-number a {
	text-decoration : none;
	font-size : 25px;
}

#c_nom {
	color: #000;
	border: 1px solid #CC0055;
	padding: 1px;
}

#c_mail {
	color: #000;
	border: 1px solid #CC0055;
	padding: 1px;
}

#c_site {
	color: #000;
	border: 1px solid #CC0055;
	padding: 1px;
}

#c_captcha {
	color: #000;
	border: 1px solid #CC0055;
	padding: 1px;
}

#c_content {
	color: #000;
	border: 1px solid #CC0055;
	padding: 1px;
}

#c_remember {
}

.preview {
	background: #FFF;
	color: #000 ;
	border: 1px solid #CC0055 ;
	padding: 1px;
	margin-top: 5px;
}

.submit {
	background: #FFF;
	color: #000;
	border: 1px solid #CC0055 ;
	padding: 1px;
	margin-top: 5px;
}

/* La barre de navigation
-------------------------------------------------------- */
#sidebar div{
	border-bottom: 1px solid #F0F0F0;
	color: inherit;
}

#sidebar div ul{
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
	list-style: none;
}

#sidebar div li{
	margin-left: 10px;
	padding: 0;
	list-style: none;
}

#sidebar h2, #sidebar h3{
	font-family : Georgia,"Times New Roman","New York",serif;
	font-size : 20px;
	color: #CC0055;
	margin: 0 0 1ex 0;
}

#sidebar h3{
	font-size: 1em;
	margin: 0;
}

/* Le pied de page
-------------------------------------------------------- */
#footer {
	height: auto;
	width: auto;
	color: #CC0055;
	text-align: center;
	margin-top: 10px;
}