/************************************
* TEMPLATE SIMPLEBLUE
* Date Création : 13 octobre 2008
*************************************
* PRESENTATION CSS
*************************************/
body{
    margin: 0;
    padding: 0;
    font-family: Arial, Verdana; 
	font-size: 12px;
	text-align: justified;
	padding-bottom: 20px;
	background-color:#bf0202;
	color:#000;
}

#container{
	width: 950px;
	margin: 10px auto;
	background-color: #fff;
	color: #333;
	line-height: 130%;
}

#top{
	padding: .5em;
	height:100%;
}

#top h1 {
	padding: 0;
	margin: 15px;
}

#leftnav{
	float: left;
	width: 160px;
	margin: 0;
	padding: 1em;
}

#rightnav {
	float: right;
	width: 160px;
	margin: 0;
	padding: 1em;
}

#content {
	margin-left: 170px;
	padding: 1em;

}

#footer{
	clear: both;
	margin: 0;
	padding: .5em;
	color: #333;
	border-top: 1px solid gray;
	height:30px;
}
/*
.roundedcornr_box_882076 {
	background: url(roundedcornr_882076_tl.png) no-repeat top left;
	margin-bottom:30px;
}
.roundedcornr_top_882076 {
	background: url(roundedcornr_882076_tr.png) no-repeat top right;
}
.roundedcornr_bottom_882076 {
	background: url(roundedcornr_882076_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_882076 div {
	background: url(roundedcornr_882076_br.png) no-repeat bottom right;
}
.roundedcornr_content_882076 {
	background: url(roundedcornr_882076_r.png) top right repeat-y;
	padding-left:10px;
}

.roundedcornr_top_882076 div,.roundedcornr_top_882076,
.roundedcornr_bottom_882076 div, .roundedcornr_bottom_882076 {
	width: 100%;
	height: 27px;
	font-size: 1px;
}
.roundedcornr_content_882076, .roundedcornr_bottom_882076 {
	margin-top: -19px;
}
.roundedcornr_content_882076 { padding: 0 15x; }
*/

.roundedcornr_box_882076 {
   background: #f3f3f3;   margin-bottom:15px;
}
.roundedcornr_top_882076 div {
   background: url(images/roundedcornr_882076_tl.png) no-repeat top left;
}
.roundedcornr_top_882076 {
   background: url(images/roundedcornr_882076_tr.png) no-repeat top right;
}
.roundedcornr_bottom_882076 div {
   background: url(images/roundedcornr_882076_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_882076 {
   background: url(images/roundedcornr_882076_br.png) no-repeat bottom right;
}

.roundedcornr_top_882076 div, .roundedcornr_top_882076, 
.roundedcornr_bottom_882076 div, .roundedcornr_bottom_882076 {
   width: 100%;
   height: 10px;
   font-size: 1px;
}
.roundedcornr_content_882076 { margin: 0 10px; }

#leftnav p, #rightnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }

/************************************
* AFFICHAGE TEXTE CSS
*************************************/

h1 {
	font-size:30px;
}

h2 {
	font-size:22px;
	padding-top:20px;
	padding-left:10px;
	display:inline; /* enlever le saut de ligne */
	line-height:23px;
}

h3 {
	font-size:14px;
}

.price {
	color:#da0f00;
	font-size: 14px;
	font-weight:bold;
}

p {
	/*padding-top:3px;
	padding-bottom:0px;*/
	padding-left:8px;
	text-align:justify;
	
}

/************************************
* AFFICHAGE LIEN RUBRIQUE CSS
*************************************/
#menu_page {
	margin:10px;
	padding:0;
	font-size:12px;
	list-style:none;
	line-height:20px;
}

#menu_page a {
	color:#000;
}

#menu_page a:hover{
	background-color:#bf0202;
	color:#FFFFFF;
	text-decoration:none;
}

a {
	color:#bf0202;
}

a:hover{
	color:#fff;
	background-color:#bf0202;
	text-decoration:none;
}

img a:hover {
	border:none;
}

/************************************
* AFFICHAGE TABLEAU CSS
*************************************/
#mytable {
	width: 95%;
	padding: 0;
	margin: 0;
}

#mytable caption {
	padding: 0 0 5px 0;
	width: 90%;	 
	text-align: right;
}

#mytable th {
	color: #FFF;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background-color: #bf0202;
}

#mytable th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #000;
	background: none;
	color: #000;
}

#mytable td {
	border-bottom: 1px solid #000;
	padding: 6px 6px 6px 12px;
	color: #000;
}


#mytable td.alt {
	background: #F5FAFA;
	color: #797268;
}

#mytable td.couleurSecondaire {
	background: #d90a04;
	color: #fff;
	text-align: center;
	font-size: 12px;
	font-weight:bold;
}

#mytable th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(images-site/bullet1.gif) no-repeat;
}

#mytable th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(images-site/bullet2.gif) no-repeat;
	color: #797268;
}


/************************************
* AFFICHAGE MINIATURE CSS
*************************************/
.thumbnail {
	display:inline; 
	margin: 10px;
}

/************************************
* AFFICHAGE PAGINATION CSS
*************************************/
div.pagination {
    font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
    padding: 3px;
    margin: 3px
}
div.pagination a {
    background-color: #fff;
    border: 1px solid #9aafe5;
    color: #105cb6;
    margin: 1px;
    padding: 2px 5px;
    text-decoration: none
}
div.pagination a:hover,active {
    background-color: #9aafe5;
    border: 1px solid #9aafe5;
    color: #fff;
    margin: 1px;
    padding: 2px 5px
}
div.pagination span.courante {
    background-color: #bf0202;
    border: 1px solid #bf0202;
    color: #fff;
    font-weight: bold;
    margin: 1px;
    padding: 2px 5px
}
div.pagination span.desactive {
    background-color: #fff;
    border: 1px solid #eee;
    color: #ddd;
    margin: 1px;
    padding: 2px 5px
}

/************************************
* AFFICHAGE FORMULAIRE CSS
*************************************/
.submit		{
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	background-color: #bf0202;
	margin: 0px;
	clear: none;
	float: none;
	height: 20px;
	border: 1px solid #FFFFFF;
	padding-top: 0px;
	padding-bottom: 0px;
	cursor:pointer;
}

input {
	color: #bf0202;
	background: #fff;
	border: 1px solid #bf0202;
	font-size:11px;
}

