/* 
GENERAL
*/


h1 { font-size: 2.0em;
font-family:Georgia, "Times New Roman", Times, serif;
margin:0;
}
h2 { font-size: 1.8em;
font-family:Georgia, "Times New Roman", Times, serif;
}
h3 { font-size: 1.6em;
font-family:Georgia, "Times New Roman", Times, serif;
margin:0;
}
h4 { font-size: 1.3em;
font-family:Georgia, "Times New Roman", Times, serif;
margin:0;
}
h5 { font-size: 0.8em;
color:#808080;
margin:0;
}
h5 a {
color:#808080;
}
h6 { font-size: 0.7em;}






a {
color:#000;
text-decoration: underline;
}

a.skype {
color:#fff;
}

a.skype:hover {
color:#fff;
}
h3 a {
font-family:Georgia, "Times New Roman", Times, serif;
}
h4 a {
font-family:Georgia, "Times New Roman", Times, serif;
}

a:hover {
background-color:#ccc;
color:#000;
text-decoration: none;
}

hr {
  clear: both;
  visibility: hidden;
}

.floatleft {
	float:left;
	margin:0px 10px 10px 0px;
}


div.subcat {
	background: url(../imgs/bgcol1-2.png) no-repeat left bottom;
	margin: 0px;
	padding-left:15px;
	padding-bottom:20px;
}





div.subcat ul {
font-family:Arial, Helvetica, sans-serif;
font-size: 0.9em;
list-style-type: none;
margin:0;
padding:0;
}

div.subcat .subitem {
padding-left:10px;
}
span.rub {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	background-color: #000;
	padding: 2px;
}

span.titrerub {
	background-color:#000;
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:1.5em;
	padding:5px;
}

span.titressrub {
	background-color:#000;
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:1em;
	padding:5px;
	margin-left:12px;
}



/*
.item {
border: 1px solid #ccc;
}
*/
div.item {
  background: url(../imgs/bgcol1.png) no-repeat left bottom;
  margin: 5px 0px;
	padding:20px 0px 30px 20px;
}
div.subitem {
  margin: 20px 0px 0px 0px;
}
div.reset {
  margin:0;
	padding:0;
}


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: justify;
}
p.intro {
margin-right:20px;
}


ul.samecategory{margin:0;padding:0;list-style-type:none}
ul.samecategory li{margin:5px;padding:0;}







div#footer {
	background: transparent url(../imgs/bgfooter.jpg) repeat-x left top;
	height: 100px;
	padding: 20px 15px 0px 15px
}



div#col2 a.titre {
font-size: 1.2em;
padding: 10px;
}
/*
div#col2 p {
background-color: #ececec;
margin:10px 0px 0px 0px;
padding:0px;
}
*/

p.pagination {
background-color: #fff;
font-family:Arial, Helvetica, sans-serif;
font-size: 1em;
padding:20px 0px 10px 0px;
text-align: center;
}
p.pagination a {
font-size: 1em;
}
p.pagination span.on {
font-size: 2em
}

hr {
  clear: both;
  visibility: hidden;
}

.center {
text-align: center;
}


/*
  TAGs
*/

p.tags {
line-height:1.7em;
text-align: left;
margin-right:10px;
}
.tag_taille_1{
	font-size: 90%;font-family:Georgia, "Times New Roman", Times, serif;
}
.tag_taille_2{
	font-size: 130%;font-family:Georgia, "Times New Roman", Times, serif;
}
.tag_taille_3{
	font-size: 160%;font-family:Georgia, "Times New Roman", Times, serif;
}
.tag_taille_4{
	font-size: 200%;font-family:Georgia, "Times New Roman", Times, serif;
}

.tag_epaisseur_1{
     font-weight:500;
}
.tag_epaisseur_2{
     font-weight:300;
}
.tag_epaisseur_3{
     font-weight:100;
}

/*
.tag_police_1{font-family:Georgia, "Times New Roman", Times, serif;}
.tag_police_2{font-family:Georgia, "Times New Roman", Times, serif;}
.tag_police_3{font-family:Georgia, "Times New Roman", Times, serif;}

.tag_taille_1{font-size: 80%;font-family:Georgia, "Times New Roman", Times, serif;}
.tag_taille_2{font-size: 110%;font-family:Georgia, "Times New Roman", Times, serif;}
.tag_taille_3{font-size: 150%;font-family:Georgia, "Times New Roman", Times, serif;}

.tag_epaisseur_1{font-weight:300;}
.tag_epaisseur_2{font-weight:500;}
.tag_epaisseur_3{font-weight:700;}
*/
/*
  FORMs
*/

div.form form {
width: 80%;
margin-bottom: 0;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
/*font-size: 0.8em;*/
}
p.alert {
color:red;
}
div.form form input {
background-image: url(../imgs/bgforminput.jpg);
width: 100%;
border: 1px solid #ccc;
padding: 5px 5px 5px 10px;
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
}
div.form form textarea {
background-image: url(../imgs/bgforminput.jpg);
background-repeat: no-repeat;
background-attachment:fixed;
width: 100%;
border: 1px solid #ccc;
padding: 5px 5px 5px 10px;
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
}
div.form form div {
font-family:Arial, Helvetica, sans-serif;
font-size: 1em;
margin-bottom : 10px;
}
div.form form label {
color:#000;
font-family : Arial, Helvetica, sans-serif;
padding: 5px;
font-size:10px;
}