@import "layout.css";
/*design réaliser par gerits aurelien
pour le compte de clash-design et le bonheur de dotclear
*/
 
/* ----- Général ----- */

body {
background: #333;
color: #000;
font-size: 80%;
line-height: 1.6em;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}


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


h1 { font-size: 1.4em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.3em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1em; }


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


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


fieldset {
border: none;
}


label {
cursor: pointer;
}


.field label {
display: block;
}


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


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


a {
color: #4F8AAF;
}


a:visited {
color: #4F8AAF;
}


a:hover {
color: #000;
}

a img{border: none;
}

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


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



/* ----- La page ----- */

#page{
background: #fff;
color: inherit;
}
 


/* ----- Le Top ----- */

#top {
height: 130px;
background: #333 url(img/top4.jpg) no-repeat left top;
}


#top h1 {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
height: 18px;
line-height: 0px;
margin: 0 0 0 40px;
padding-top: 65px;
color: #000;
font-size: 2em;
}


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



/* ----- Contenu ----- */

.day-date {
padding-left: 20px;
margin-left: -25px;
color: #FF1493;
background: transparent url(img/day-date.png) no-repeat left center;
font-style: italic;
}


.post-title {
background: transparent url('/img/new_post.png') no-repeat left;
color: #000;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
margin-bottom: 0;
margin-right: 10px;
padding-left: 18px;
font-weight:  bold;
}


.post-title a {
margin-left: 11px;
color: #000;
background: transparent;
text-decoration: none;
}

.post-info {
margin-top: 0;
color: #66CC33;
background: transparent;
padding-bottom: 1ex;
font-size: 10px;
font-style: italic;
font-weight: bold;
}


.post-info a {
color: #66CC00;
background: transparent;
text-decoration: none;
font-size: 10px;
font-style: italic;
font-weight: bold;
}


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


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


.post-info-co {
text-align: right;
border-bottom: solid 1px #CCC;
}


.post-info-co a {
color: #000;
text-decoration: none;
font-weight: bolder;
}


.post-info-co a:hover {
color: #5FAF23;
}


#trackbacks blockquote, #comments blockquote {
border: 1px solid #EEE;
margin: 1em 0;
padding: 1ex 1em;
}

/* messages d'erreur
-------------------------------------------------------- */
.error {
	border : 1px solid #c00;
	background : #fee;
	padding : 0.5em;
	margin-top:1em;
}
.error ul {
	padding-left : 20px;
}
.error li {
	list-style : square;
}


/* ----- SideBar ----- */

#sidebar div {
color: inherit;
background-color: #FFF;
border-bottom:solid 1px #CCCCCC;
}


#sidebar div ul {
padding-left : 1.0em;
margin-left : 0;
list-style: none;
}

#sidebar li a{
color: #666;
text-decoration:none;
padding-left:20px;
background: #FFF url(img/chkd.png) no-repeat left center;
}

#sidebar li a:hover{
color: #1E90FF;
background: #FFF url(img/chkh.png) no-repeat left center;
}

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


#sidebar div h2, #sidebar h3 {
color: #000;
margin: 20px 0 0 0;
text-align: center;
}
#sidebar h2{
font-weight : normal;
background-color: #A6CA28;
}
#sidebar h3 {
font-size: 1em;
margin: 0;
}


#sidebar div#search {
background: transparent;
color: inherit;
line-height: 2.3em;
}

/*------recherche-------*/
#search fieldset, #search p {
margin: 0;
padding-left: 20px;
}

#q {
padding-left: 18px;
background: #fff url(img/q.png) no-repeat 4px;
width: 60%;
}

/*------calendrier-------*/
#sidebar div#calendar table {
font-size: 0.8em;
text-align: center;
margin: 0 auto;
border-collapse: collapse;
}

#sidebar div#calendar a {
margin: 0;
padding: 0;
list-style: none;
}

#sidebar div#calendar table caption {
margin: 0 auto;
}


#sidebar div#calendar table th {
color: #5FAF23;
background: transparent;
}


#sidebar div#calendar table td {
width: 12%;
line-height: 2em;
border: 1px solid #EEE;
}


#sidebar div#calendar table td a {
display: block;
background: #FFF;
color: #228B22;
font-weight: bold;
text-decoration: none;
}


#sidebar div#calendar table td a:hover {
background: #FFF;
color: #000;
}

#annonce {
display:block;
text-align:center;
}

/* ----- Le footer ----- */

#footer{
margin: 0;
padding: 1em;
border-top:solid 1px #000;;
background: #CCCCCC;
color: #000;
text-align: center;
}


#footer a{
color: #32CD32;
text-decoration: none;
font-weight: bold;
}

#footer a:hover{
	color: Black;
}
/* ---barre de Navigation --- */

/*#menu ul { 
background: #669933;
color: #000000;  
height: 21px; 
margin: 0; 
padding: 0; 
width: 100%; 
border-bottom: dotted 1px #000;
border-top: solid 1px #000;
}

#menu ul li { 
display: inline;
}

#menu ul li a { 
background: transparent;
color: #000000; 
float: left; 
line-height: 21px; 
padding: 0px 10px 0px 10px; 
text-decoration: none; 
border-right:solid 1px #000;
}

#menu ul li a:hover { 
background: #000;
color: #FFFFFF; 
}

#menu ul li a:hover { 
background: #000;
color: #FFFFFF; 
}*/
#menu {
	list-style:none;
	/*list-style-type:none;*/
	width: 100%;
	height:26px;
	background:url(img/m1-vierge3.gif);
	background-repeat: repeat y;

}

#menu li {
	float:left;
	height:26px;
	list-style:none;
}

#menu li a {
	text-decoration:none;
	display:block;
	text-indent:0px;
	width:143px;
}
.m1 {background:url(img/m-accueil.gif);}

.m2 {background:url(img/m-qui-est-toutcaen.gif);}

.m3 {background:url(img/m-sport.gif);}
.m4 {background:url(img/m-contact.gif);}
.m5{background:url(img/m1-vierge3.gif);}

/* ----- Formulaire de contact ----- */

.fieldset {
	width:600px;border:1px solid; }
.fieldset label {
	text-align:right;
	width:280px;
	float:left;
	padding:0.2em;
	margin:0;
	margin-top:0.3em; }
.fieldset .nobr {
	display:none; }  
.textfield {
font:1.1em  Verdana, Arial, Helvetica, sans-serif ;
color:#333 ;
margin:3px;
height:20px;
border:solid 0 #fff;
padding: 3px 8px;
background: transparent url("img/textfield_bg.gif") no-repeat fixed;
width:200px;
voice-family: "\"}\""; 
voice-family:inherit;
width:187px;
}
fieldset>input.textfield {
background: transparent url("img/textfield_bg.gif") no-repeat;
}
.fieldset .radio {
	margin:3px;
	height:20px;
	width:20px; }
.textarea {
font:1.1em Verdana, Arial, Helvetica, sans-serif;
color:#333 ;
margin:3px;
height:165px;
border:solid 0 #fff;
padding: 0 8px;
background: transparent url("img/textarea_bg.gif") no-repeat fixed;
width:200px;
voice-family: "\"}\""; 
voice-family:inherit;
width:190px;
}
fieldset>textarea.textarea {
background: transparent url("img/textarea_bg.gif") no-repeat;
}