/* menus */
.cases input {
width:20px;
background: white;
border:0 white solid;
}
.cases input:focus {
width:20px;
background: white;
border:0 white solid;
}
input:focus {
	background: #d94141;
	border: 1px solid #b40000;
	color:#fff;
	font-family:georgia;
	font-size:0.8em;
	font-style: italic;
	letter-spacing: 1px;
}
input {
	background: #cc2222;
	border: 1px solid #a60000;

	color:#fff;
	font-family:georgia;
	font-size:0.8em;
	font-style: italic;
	letter-spacing: 1px;
}


textarea {
	background: #cc1f1f;
	border: 1px solid #b40000;
	width:100%;
	color:#fff;
	font-family:georgia;
	font-size:0.8em;
	font-style: italic;
	letter-spacing: 1px;
}
textarea:focus {
	background: #d94141;
	border: 1px solid #b40000;
	width:100%;
	color:#fff;
	font-family:georgia;
	font-size:0.8em;
	font-style: italic;
	letter-spacing: 1px;
}


#newsletter{
	color:#fff;
	font-size:1.1em;
padding-left:20px;
}

h1 {
	font-size:1em;
	font-weight:bold;
	color:#b40000;
	padding:1em 0 0 2em;
	margin:0;
	line-height:1em;
}

h2 {
	font-size:1em;
	font-weight:bold;
	color:#aaa;
	padding:0.5em 0 0 3em;
	margin:0;
	line-height:1em;
}

a:link {
	text-decoration: none;
color:blue;
}
a:hover, a:active{
	text-decoration: none;
color:#800000;
}
a:visited{
	text-decoration: none;
color:blue;
}
ul {
	margin:0.5em;
	padding: 0.5em;
	list-style: url(images/puce.jpg);
}

.titre {
	font-family:georgia;
	font-size:1.8em;
	color:#555;
	margin:0;
	margin-bottom:1em;
}
div.cls {
	clear:both;
	width: 100%;
}
div .left{
float:left;
margin-right:1em;
}
fieldset {
	border: 1px solid #ccc;
width:60%;
	padding:1em;
	margin:0;
}

fieldset legend {
	color:#666;
}
.mod {
	color:#666;
}
.petit {
	font-size:0.8em	;
}

#main1 a,#main1 a:link,#main1 a:visited{
	color:white!important; 
font-weight: bold;}

input.chck, input.chck:focus {
	width:15px;
	height:15px;
}
#posts {
	padding:1em 0 0 0;
}
.post {
	border-bottom:1px solid #E0E0E0;
	padding:4px;
}
.post:hover {
	background:#F0F0F0;
}
.post p {
	padding:0;
	margin:0;
}
.petitgris {
	padding-top:5px;
	font-size:0.8em	;
	color:#666;
}
