BODY {
	font-family: 'Trebuchet MS', tahoma, arial, verdana, garamond, 'sans serif';
	font-size: 14px;
	/*background-color: #FFFFFF;*/
	/*scrollbar-face-color: #4A7106;   /*   #0F4F90; R 15  V 79  B 144  */
	/*scrollbar-shadow-color: #000000; 
/*scrollbar-highlight-color: #FFFFFF; 
/*scrollbar-3dlight-color: #000000; 
/*scrollbar-darkshadow-color: #000000; 
/*scrollbar-track-color: #8AA8BF;  /*   #8AA8BF  R 138  V 168  B 191  */
	/*scrollbar-arrow-color: #B8C8FE  /*   #B8C8FE  R 184  V 200  B 239  */
}

table,
tr,
td {
	font-family: 'Trebuchet MS', tahoma, arial, verdana, garamond, 'sans serif';
	font-size: 14px;
}

table.arrondi {

	background-color: #A41F1F;
	border-collapse: separate;
	border-spacing: 0px;
	border-radius: 14px;
	border: solid 1px;
}

td.rien {
	font-size: 11px;
	font-weight: normal;
}

th.blancgras {
	color: #FFFFFF;

}

td.gris20 {
	font-size: 20px;
	color: #919191
}

td.blanc20 {
	font-size: 20px;
	color: #FFFFFF
}

td.noir20 {
	font-size: 20px;
	color: #000000
}

td.noir12 {
	font-size: 12px;
	color: #000000
}

td.gris16 {
	font-size: 16px;
	color: #919191
}


h1.titre {
	font-size: 100px;
	color: navy;
	font-weight: bold
}

h1.titreBlanc {
	font-size: 100px;
	color: white;
	font-weight: bold
}

A {
	text-decoration: none;
	color: #000000;
}

A:link {
	text-decoration: none;
	color: #000000;
}

A:visited {
	text-decoration: none;
	color: #000000;
}

A:hover {
	text-decoration: underline;
	color: #000000;
}

A.blanc {
	text-decoration: none;
	color: #FFFFFF;
}

A.blanc:link {
	text-decoration: none;
	color: #FFFFFF;
}

A.blanc:visited {
	text-decoration: none;
	color: #FFFFFF;
}

A.blanc:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

table.spip1 {
	margin: auto;
	margin-bottom: 1em;
	border: 1px solid;
	border-collapse: collapse;
}

table.spip0 {
	margin: auto;
	margin-bottom: 1em;
	border: 0px solid;
	border-collapse: collapse;
}

table.spip {
	background-color: #FFFFFF;
}

.form {
	font-family: 'Trebuchet MS', tahoma, arial, verdana, garamond, 'sans serif';
	font-size: 9px;
	color: #000000;
	border: 1px #CCCCCC solid
}

.t1 {
	color: silver;
	text-align: left;
	font: bold 60px/60px Times, times new roman, serif;
	margin-top: 0px;
	background-color: transparent;
}


.rotation90 {
	-moz-transform: rotate(90deg);
	/* FF3.5+ */
	-o-transform: rotate(90deg);
	/* Opera 10.5 */
	-webkit-transform: rotate(90deg);
	/* Saf3.1+, Chrome */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	/* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	/* IE8 */
}

.rotation {
	height: 100px;
	width: 100px;
	font-size: 16px;
	background: gray;
	/* need a color for filter */
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.rotate {
	-moz-transform: rotate(-90.0deg);
	/* FF3.5+ */
	-o-transform: rotate(-90.0deg);
	/* Opera 10.5 */
	-webkit-transform: rotate(-90.0deg);
	/* Saf3.1+, Chrome */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	/* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	/* IE8 */
	filter: flipv fliph;
}

.verticaltext {
	writing-mode: tb-rl;
}

.bloc_text:target~.bloc_text {
	display: none;
}

.bloc_text {
	color: #018CC1;
	font-size: 3em;
}


.embossed {
	color: #dce2e7;
	text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.4),
		-1px -2px 0 rgba(255, 255, 255, 1);
}

.embossed2 {
	color: #d1d9df;
	text-shadow: -1px -2px 0 rgba(0, 0, 0, 0.4),
		1px 2px 0 rgba(255, 255, 255, 1);
}

input[type=text] {
	/*border-radius: 4px;*/
	/* 5px : change-le pour voir ce que ça change ! */
	margin-right: 2px;
	padding: 2px;
	border: 1px solid #c8c8c8;
	background-color: #fff;
}

input[type=submit] {
	border-radius: 4px;
	/* 5px : change-le pour voir ce que ça change ! */
}

input.rounded {
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 2px 2px 3px #666;
	-webkit-box-shadow: 2px 2px 3px #666;
	box-shadow: 2px 2px 3px #666;
	padding: 4px 7px;
	outline: 0;
	-webkit-appearance: none;
}

input.rounded:focus {
	border-color: #242424;
}


tr.verttr:hover {
	background-color: #AFC201;
	color: black;
}

td.verttd:hover {
	background-color: #AFC201;
	color: black;
}

tr.rougetr:hover {
	background-color: #FF5555;
	color: black;
}

td.rougetd:hover {
	background-color: #FF5555;
	color: black;
}


tr.gristr:hover {
	background-color: #AFC201;
	color: black;
}

td.gristd:hover {
	background-color: #AFC201;
	color: black;
}








.tree ul {
	padding-top: 20px;
	position: relative;

	-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.tree li {
	float: left;
	text-align: center;
	list-style-type: none;
	position: relative;
	padding: 20px 5px 0 5px;

	-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

/*We will use ::before and ::after to draw the connectors*/

.tree li::before,
.tree li::after {
	content: '';
	position: absolute;
	top: 0;
	right: 50%;
	border-top: 1px solid #ccc;
	width: 50%;
	height: 20px;
}

.tree li::after {
	right: auto;
	left: 50%;
	border-left: 1px solid #ccc;
}

/*We need to remove left-right connectors from elements without 
any siblings*/
.tree li:only-child::after,
.tree li:only-child::before {
	display: none;
}

/*Remove space from the top of single children*/
.tree li:only-child {
	padding-top: 0;
}

/*Remove left connector from first child and 
right connector from last child*/
.tree li:first-child::before,
.tree li:last-child::after {
	border: 0 none;
}

/*Adding back the vertical connector to the last nodes*/
.tree li:last-child::before {
	border-right: 1px solid #ccc;
	border-radius: 0 5px 0 0;
	-webkit-border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
}

.tree li:first-child::after {
	border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
}

/*Time to add downward connectors from parents*/
.tree ul ul::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	border-left: 1px solid #ccc;
	width: 0;
	height: 20px;
}

.tree li a {
	border: 1px solid #ccc;
	padding: 5px 10px;
	text-decoration: none;
	color: #666;
	font-family: arial, verdana, tahoma;
	font-size: 11px;
	display: inline-block;

	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;

	-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

/*Time for some hover effects*/
/*We will apply the hover effect the the lineage of the element also*/
.tree li a:hover,
.tree li a:hover+ul li a {
	background: #c8e4f8;
	color: #000;
	border: 1px solid #94a0b4;
}

/*Connector styles on hover*/
.tree li a:hover+ul li::after,
.tree li a:hover+ul li::before,
.tree li a:hover+ul::before,
.tree li a:hover+ul ul::before {
	border-color: #94a0b4;
}

/*Thats all. I hope you enjoyed it.*/



.visu {
	background: #DAEB94;
	border: 1px solid #C0C0C0;
	color: #404040;
	padding: 0 10px 10px 10px;
	margin: 70px 0;
	/*css3*/
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 3px 3px 6px 0 #313A42;
	-webkit-box-shadow: 3px 3px 6px #313A42;
	box-shadow: 3px 3px 6px 0 #313A42;
}

.visu h2 {
	font-size: 175%;
	color: #696969;
	font-style: normal
}

.visu h3 {
	font-size: 150%;
	color: #696969;
	font-style: normal
}

.visu h4 {
	font-size: 110%;
	color: #696969;
	font-style: normal
}

.visu li {
	list-style-image: none !important;
	margin-bottom: 0 !important;
}


.accueil {
	width: 60%;
}


.coin {
	background-color: #E4EFFF;
	border: 1px solid #9FC6FF;
	padding: 5px;
	/*arrondir les coins en haut à gauche et en bas à droite*/
	-moz-border-radius: 10px 0;
	-webkit-border-radius: 10px 0;
	border-radius: 10px 0;
}


.big_text {
	padding: 10px 11px 8px;
	padding-bottom: 9px !ie;
	padding-bottom: 9px\0/;
	border: 1px solid #c8c8c8;
	background-color: #fff;
	font: normal 1.4165em Arial, Tahoma, "Bitstream Vera Sans", sans-serif;
	color: #404040
		/*#2c2c2c; */
		outline:none;
}



.titre_category {
	font-size: 45px;
	color: #728088;
	font-weight: normal;
	margin-bottom: 50px;
}