@charset "utf-8";
/* CSS Document */

<style type="text/css">

body {
	background-color: #CCC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* unvisited link */
a:link {
	color: #036;
	font-style: normal;
	font-weight: normal;
	text-decoration:none;
}

/* visited link */
a:visited {
	color: #036;
	font-style: normal;
	font-weight: normal;
	text-decoration:none;
}

/* mouse over link */
a:hover {
	color: #900;
	font-style: normal;
	font-weight: normal;
	text-decoration:none;
}

/* selected link */
a:active {
	color: #036;
	font-style: normal;
	font-weight: normal;
	text-decoration:none;
}

h1 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #036;
	margin: 0;
	margin-left: 5px;
}

h2 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #036;
	margin: 0;
	margin-left: 5px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align: justify;
	font-weight: normal;
	font-style: normal;
	color: #000;
	margin: 0;
}

.cedcomenu {
	background: #efefef;
	border-radius: 6px;
	text-align: right;
	font-size: 6px;
	font-style: normal;
	/*font-weight: bold;*/
}
.cedcomenu ul {
	/*background: #128F9A;*/
	/*background: #334455;*/
	float: right;
	text-align: right;
	border-radius: 6px;
	/*border: 1px solid #0e7079;*/
	/*border: 1px solid #fff;*/
	padding-left: 0;
}
.cedcomenu ul li {
	display: block;
	padding: 7px 0px;
	color: #fff;
	/*background: #cc0000;*/
	background-image:linear-gradient(#ee0000 0%, #990000 100%);
	/*border-top: 1px solid rgba(255,255,255, 0.25);*/
	/*border-style: solid;*/
	/*border-color: #bbbbbb #bbbbbb;*/
	/*border-left: 1px solid rgba(255,255,255, 0.25);*/
	border-left: 1px solid;
	
	float: left;
	/*border-left: 1px solid #0e7079;*/
	list-style-type: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
}
.cedcomenu ul li:first-child {
  border-left: 0 none;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.cedcomenu ul li:last-child {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
.cedcomenu ul li a {
	/*display: block;
	padding: 10px 20px;*/
	padding: 7px 0px;
	color: #fff;
	/*background: #22909a;*/
	background-image:linear-gradient(#999 0%, #333 100%);
	border-top: 0px solid rgba(255,255,255, 0.25);
	/*border-left: 1px solid rgba(255,255,255, 0.25);*/
	text-decoration:none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
}
.cedcomenu ul li:first-child a {
  border-left: 0 none;
  list-style-type: none;
}
.cedcomenu ul li a:hover {
  /*background: #000;*/
  background-image:linear-gradient(#777 0%, #111 100%);
}
.cedcomenu ul li:first-child a {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.cedcomenu ul li:last-child a {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

ul {
	color:#c00000;
}

.table1 {
	background-color:#f2f2f2;
	border-radius:8px;
	padding-right: 5px;
	text-align: justify;
}

.table2 {
	background-color:#FFF;
	border-radius: 8px;
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 6px;
	text-align: justify;
}
.txtslogan {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	text-align: center;
	font-weight: normal;
	font-style: italic;
	color: #000;
}
.text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align: justify;
	font-weight: normal;
	font-style: normal;
	color: #000;
	line-height: 134%;
}

.text_gris {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: justify;
	font-weight: normal;
	font-style: normal;
	color: #666;
	line-height: 130%;
}

.text_titre1 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #036;
}

.footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
}
</style>
.text1_gras {
	font-weight: bold;
}
.text2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: center;
}
.table_titre1 {
	border-bottom-style: dashed;
	border-bottom-width: thin;
	border-bottom-color: #003;
}
.text_titre2 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #036;
}
