/* @override 
	http://www.canal-de-berry.fr/css/base.css
*/

/* @group reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { 
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

ol, ul { 
	list-style: none;
}

blockquote, q { 
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after { 
	content: '';
	content: none;
}

/* remember to define focus styles! */

:focus { 
	outline: 0;
}

/* remember to highlight inserts somehow! */

ins { 
	text-decoration: none;
}

del { 
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

table { 
	border-collapse: collapse;
	border-spacing: 0;
}

div#intro ul, div#contenu ul { 
	margin-left: 10px;
}

div#intro li, div#contenu li { 
	padding-left: 15px;
	background: url(../im/base/indent1.png) no-repeat 0 3px;
	margin-bottom: 3px;
}

/* @end */

/* @group Styles de base */

.small {
	font-size: .8em;
	margin-bottom: 1.875em;
	line-height: 1.875em;
}

.large {
	font-size: 1.2em;
	line-height: 2.5em;
	margin-bottom: 1.25em;
}

.hide {
	display: none;
}

.quiet {
	color: #666;
}

.loud {
	color: #000;
}

.highlight {
	background: #ff0;
}

.added {
	background: #060;
	color: #fff;
}

.removed {
	background: #900;
	color: #fff;
}

.first {
	margin-left: 0;
	padding-left: 0;
}

.last {
	margin-right: 0;
	padding-right: 0;
}

.top {
	margin-top: 0;
	padding-top: 0;
}

.bottom {
	margin-bottom: 0;
	padding-bottom: 0;
}

div.border {
	padding-right: 4px;
	margin-right: 5px;
	border-right: 1px solid #eee;
}

div.colborder {
	padding-right: 24px;
	margin-right: 25px;
	border-right: 1px solid #eee;
}

.box {
	padding: 1.5em;
	margin-bottom: 1.5em;
	background: #E5ECF9;
}

/* Clear */

.clearfix:after, .container:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix, .container {
	display: inline-block;
}

* html .clearfix, * html .container {
	height: 1%;
}

.clearfix, .container {
	display: block;
}

.clear {
	clear: both;
}

.alDroite { text-align: right }
.alJustif { text-align: justify }
.alGauche { text-align: left }
.alCentre { text-align: center }

/* @end */

/* @group os */

body {
	background: #4b981d url(../im/os/fdBody.png) repeat-x 0 top;
}

#conteneur { 
	width: 980px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	position: relative;
}

#corp, #corpAlt { 
	position: relative;
	width: 980px;
	height: auto;
	overflow: hidden;
}
#corp { 
	background: url(../im/os/fdCorpPlus.png) repeat-y;
}

#corpAlt { 
	background: url(../im/os/fdCorp.png) repeat-y;
}

#contenu { 
	display: inline;
	width: 575px;
	height: auto;
	float: left;
	position: relative;
	background-color: white;
	margin-left: 40px;
	margin-right: 50px;
	margin-top: 20px;
	font-size: 12px;
	text-align: justify;
	overflow: hidden;
}

#colDroite { 
	display: inline;
	width: 270px;
	height: auto;
	float: left;
	overflow: hidden;
	position: relative;
	margin-left: 2px;
	margin-top: 0px;
}

#basCorp {
	width: 980px;
	height: 20px;
	display: block;
	clear: both;
	background-image: url(../im/os/fdCorp.png);
}

/* @group tete */

#tete { 
	width: 980px;
	height: 130px;
	position: relative;
	background: url(../im/os/fdTete.png) no-repeat left top;
}

/* @group menu */

#tete ul { 
	position: absolute;
	top: 30px;
	left: 40px;
}

#tete ul li { 
	float: left;
	margin-right: 10px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}

#tete li a {
	text-decoration: none;
	color: #505050;
}

#tete li a.select {
	text-decoration: none;
	color: #009ceb;
}

#tete li a:hover {
	text-decoration: none;
	color: #4c8d1a!important;
	border-bottom: 1px solid #8ac000;
}



/* @end */

/* @group sous menu */

#tete img.menuSelec { 
	position: absolute;
	top: -20px;
	left: -35px;
}

#tete img.menuSelecD { 
	position: absolute;
	top: 45px;
	right: 462px;
}

#tete ol.v6 { 
	position: absolute;
	top: 65px;
	left: 42px;
}

#tete ol.v7 { 
	position: absolute;
	top: 65px;
	left: 42px;
}

#tete ol.v8 { 
	position: absolute;
	top: 65px;
	left: 42px;
}

#tete ol.v18 { 
	position: absolute;
	top: 65px;
	font-family: Tahoma, Arial, sans-serif;
	left: 42px;
}

#tete ol li { 
	float: left;
	margin-right: 10px;
	font-size: 12px;
}

#tete li a {
	text-decoration: none;
	color: #494949;
}

#tete li a:hover {
	text-decoration: none;
	color: #4c8d1a;
	border-bottom: 1px solid #8ac000;
}

#tete li.select a {
	text-decoration: none;
	color: #009ee0;
}




/* @end */

#tete a#rssBlog { 
	position: absolute;
	top: 15px;
	right: 30px;
	background: url(../im/icones/rss.png) no-repeat right;
	font-size: 10px;
	padding-right: 20px;
	text-decoration: none;
	color: #494949;
	border-bottom: 1px solid #fdd1ae;
	padding-bottom: 1px;
}

#tete a:hover#rssBlog { 
	color: #fb4e0c;
	border-bottom: 1px solid #fb4e0c;
	background: url(../im/icones/rss_go.png) no-repeat right;
}

/* @group form */

#tete form { 
	position: absolute;
	top: 40px;
	right: 30px;
	margin: 0;
	background-color: #eaeaea;
	padding: 2px 2px 2px 4px;
}

#tete form input[type=text] { 
	width: 100px;
	margin-right: 5px;
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: right;
	height: 13px;
	background-color: #f1f1f1;
	color: gray;
}
#tete form input[type=text]:focus {
	background-color: #fcfeda;
	color:black;
}

#tete form input[type=submit] {
	background-color: green;
	border: 1px solid #136508;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
}
#tete form input[type=submit]:hover {
	background-color: red;
	border: 1px solid #d30015;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
}

/* @end */

/*

 @end */

/* @group droite */

/* @group Pays */

ul#pays { 
	
}

ul#pays li { 
	display: block;
	float: left;
	width: 45px;
	height: 270px;
}

ul#pays li a {
	text-indent: -5555px;
	width: 45px;
	height: 270px;
	float: left;
}

ul#pays li a.select {
	background-position: 0 -540px;
}

ul#pays li a:hover {
	background-position: 0 -270px;
}

a#nav1 {
	background-image: url(../im/nav/nav1.png);
}

a#nav2 { 
	background-image: url(../im/nav/nav2.png);
}

a#nav3 { 
	background-image: url(../im/nav/nav3.png);
}

a#nav4 { 
	background-image: url(../im/nav/nav4.png);
}

a#nav5 { 
	background-image: url(../im/nav/nav5.png);
}

a#nav6 { 
	background-image: url(../im/nav/nav6.png);
}



/* @end */

ul#menuDroite {
	float: left;
	margin-top: 20px;
	padding-left: 20px;
}

ul#menuDroite a {
	text-decoration: none;
	color: #505050;
}

ul#menuDroite a:hover {
	text-decoration: none;
	color: #4c8d1a;
	border-bottom: 1px solid #8ac000;
}

ul#menuDroite li.n1 {
	background: url(../im/os/sepDroite.png) no-repeat left top;
	padding-top: 20px;
	font-size: 14px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 10px;
	width: 270px;
}

ul#menuDroite ol li {
	font-size: 14px;
	margin-left: 20px;
	margin-top: 8px;
	margin-bottom: 8px;
	list-style-type: circle;
	padding-left: 0;
	width: 215px;
	font-weight: normal;
}

ul#menuDroite li a.select {
	color: #008de2;
}

ul#menuDroite li a:hover.select {
	color: #8ac000;
}

#colDroite p {
	float: left;
	font-size: 9px;
	margin-top: 30px;
	color: gray;
}

/* @end */

/* @group pied */

#pied { 
	padding-top: 6px;
	width: 980px;
	height: 50px;
	text-align: center;
	font-size: 12px;
	background: url(../im/os/fdPied.png) no-repeat left top;
}

#pied ul {
	padding-top: 6px;
}

#pied li { 
	display: inline-block;
	margin-right: 10px;
}

#pied a { 
	margin: 5px;
	color: #62694e;
	text-decoration: none;
	border-bottom: 1px solid #dadd42;
}

#pied a.select {
	color: #008de2;
}

#pied a:hover { 
	text-decoration: none;
	border-bottom: 1px solid #76a400;
	color: #76a400;
}

#pied span { 
}

/* @end */



/* @end */

/* @group Contenu */

#contenu h1 {
	background-image: url(../im/os/fdH1.png);
	padding: 10px;
	margin-bottom: 10px;
	font-size: 24px;
	color: white;
	text-shadow: black 1px 1px 3px;
}

#contenu h2 {
	font-size: 13px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #323232;
}

#contenu h3 {
	background: url(../im/os/puceH3.png) no-repeat 0 13px;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-left: 20px;
	border-top: 2px solid silver;
	padding-top: 10px;
	clear: both;
}

#contenu h1.pays {
	background: url(../im/os/puceH3.png) no-repeat 0 7px;
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 5px;
	padding-left: 20px;
	padding-bottom: 0;
	padding-top: 0;
	clear: both;
	text-shadow: white 0px 0px 0px;
	color: #4b981d;
}


#contenu h4 {
	margin: 20px 0 10px;
	font-size: 15px;
	color: #389800;
}

#contenu h5 { 
	margin: 15px 0 10px;
	font-size: 14px;
	color: #434343;
}

#contenu h6 { 
	margin: 15px 0 10px;
	font-size: 12px;
	color: #434343;
}

#contenu p {
	margin-top: 5px;
	margin-bottom: 5px;
}

#contenu a {
	text-decoration: none;
	color: #4b981d;
	border-bottom: 1px solid #d4f0c4;
	padding-left: 10px;
	background: url(../im/base/indent1.png) no-repeat 0 3px;

}

#contenu a:hover {
	color: #43b400;
	border-bottom: 1px solid #43b400;
}
/* @end */

/* @group Photos */

.photoGC { 
	background-color: white;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	padding: 6px;
	border-style: solid;
	border-width: 1px;
	border-color: #d3d3d3 #696969 #696969 #d3d3d3
}

.photoG { 
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	padding: 0
}

.photoDC { 
	background-color: white;
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
	padding: 6px;
	border-style: solid;
	border-width: 1px;
	border-color: #d3d3d3 #696969 #696969 #d3d3d3
}

.photoD { 
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
	padding: 0;
	border: solid 0 #39546d
}

.photoCC { 
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	padding: 6px;
	border-style: solid;
	border-width: 1px;
	border-color: #d3d3d3 #696969 #696969 #d3d3d3;
	width: 561px;
}

.photoC { 
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	padding: 0;
	border: solid 0 #39546d
}

.photoGC, .photoG, .photoDC, .photoD, .photoCC, .photoC { 
	color: gray;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 10px;
	text-align: center;
}

/* @end */

/* @group Boutons */

.buttons a, .buttons button { 
	display: block;
	float: left;
	margin: 0 7px 0 0;
	background-color: #f5f5f5;
	border: 1px solid #dedede;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #565656;
	cursor: pointer;
	padding: 0 2px 2px;
/*

Links */
}

.buttons button { 
	width: auto;
	overflow: visible;
	padding: 4px 10px 3px 7px;
/*

I

E6 */
}

.buttons button[type] { 
	padding: 5px 10px 5px 7px;
	/

* Firefox */
    line-height: 17px;


/*

Safari */
}

*:first-child+html button[type] { 
	padding: 4px 10px 3px 7px;


/*

IE7 */
}

.buttons button img, .buttons a img { 
	margin: 0 3px -3px 0 !important;
	padding: 0;
	border: none;
	width: 16px;
	height: 16px;
}

.buttons button img.pays, .buttons a img.pays { 
	margin: 0px 3px 3px 0;
	padding: 0;
	border: none;
	width: 16px;
	height: 11px
}

/* STANDARD */

button:hover, .buttons a:hover { 
	background-color: #dff4ff !important;
	border: 1px solid #c2e1ef !important;
	color: #336699 !important;
}

.buttons a:active { 
	background-color: #6299c5;
	border: 1px solid #6299c5;
	color: #fff;
}

/* POSITIVE */

button.positive, .buttons a.positive { 
	color: #529214!important;
}

.buttons a.positive:hover, button.positive:hover { 
	background-color: #E6EFC2 !important;
	border: 1px solid #C6D880 !important;
	color: #529214 !important;
}

.buttons a.positive:active { 
	background-color: #529214;
	border: 1px solid #529214;
	color: #fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative { 
	color: #d12f19!important;
}

.buttons a.negative:hover, button.negative:hover { 
	background: #fbe3e4 !important;
	border: 1px solid #fbc2c4 !important;
	color: #d12f19 !important;
}

.buttons a.negative:active { 
	background-color: #d12f19;
	border: 1px solid #d12f19;
	color: #fff;
}

/* @end */

/

* @end */