/* Site Internet Caminaxe.com - Design by Netoides (www.netoides.fr) - Design Plantrou Olivier */

body {
	font-family:Arial, Helvetica, sans-serif;
//	font-size: 0.6em;
    font-size: 0.75em;
	text-align:center;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	margin: 20px;
	padding: 0px;
}

/* La div conteneur */
#conteneur {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	background-color:#FFFFFF;
	text-align: left;
	overflow: auto;
	border: 1px solid #FFFFFF;
	}

/* Le choix des langues */
#languages {

	text-align:right;
	font-size: 95%;
	color: #CCCCCC;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 6px;
	padding-left: 0px;
}
#languages a{
	color: #666666;
	text-decoration:none;
}
#languages a:hover{
	color: #0066FF;
	text-decoration:underline;
}

/* La div header */
#header {
	height:60px;
	background-repeat: no-repeat;
	text-align:right;
	background-position: top;
	background-image: url(../img/bandeau.jpg);
	background-color: #FFFFFF;
	font-size: 200%;
	color: #FFFFFF;
	margin: 0px;
	padding: 24px;
	font-weight: bold;
}
#header h1{
	font-size: 80%;
	color: #333333;

}

/* La div du menu de navigation */
#menu {
	height:18px;
	background-color: #FFFFFF;
	font-weight: normal;
	color: #666666;
	background-image: url(../img/menu.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 13px;
	font-size: 110%;
}
#menu a{
	color: #FFFFFF;
	text-decoration:none;
	font-size: 100%;
	margin: 0px;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #515151;
	border-right-color: #515151;
	border-bottom-color: #515151;
	border-left-color: #515151;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
#menu a:hover{
	text-decoration:none;
	color: #FFFFFF;
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

/* La div corp de page */
#corps {

	width:480px;
	float:left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#corps li {
	list-style-position:inside;
	list-style-image: url(../img/puce.jpg);
	margin-left:-20px;
}
#corps a{
	color: #666666;
	text-decoration:none;
}
#corps a:hover{
	color: #0066FF;
	text-decoration:underline;
}
/* La div corp de colonne */
#colonne {
	width:220px;
	float:right;
	padding-top: 0px;
/*	padding-right: 10px;*/
	padding-bottom: 10px;
	padding-left: 10px;

	}
#colonne li{
	list-style-position:inside;
	list-style-image: url(../img/puce.jpg);
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: -35px;
}
#colonne a{
	color: #666666;
	text-decoration:none;
}
#colonne a:hover{
	color: #0066FF;
	text-decoration:underline;
}
/* Le bas de page */

#footer {
	overflow: auto;
	width: 780px;
	text-align:right;
	color:#999999;
	font-size: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin: auto;
	padding: 5px;
}

#footer a{
	color: #999999;
	text-decoration:none;
}
#footer a:hover{
	color: #0066FF;
	text-decoration:underline;
}
/* Le bas de page */

#menu_bas {
	overflow: auto;
	width: 780px;
	text-align:left;
	color:#CCCCCC;
	font-size: 100%;
	margin: auto;
	padding: 7px;
}

#menu_bas a{
	color: #666666;
	padding:7px;
	text-decoration:none;
}
#menu_bas a:hover {
	color: #0066FF;
	text-decoration:underline;
}
#corps h1 {
	font-size: 150%;
	font-weight: bold;
	color: #FF6600;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
h2 {
	font-size: 140%;
	font-weight: bold;
	color: #FF6600;
}
/* la box avec coins arrondis */

#box_haut {
	background-image: url(../img/box_haut.jpg);
	background-repeat: no-repeat;
	height:10px;
	width:210px;
	margin:-5px;
}
#box {
	width:210px;
	background-image: url(../img/box_fond.jpg);
	padding:5px;
	margin:0px;
	background-repeat: repeat-y;
}
#box_bas {
	background-image: url(../img/box_bas.jpg);
	background-repeat: no-repeat;
	height:11px;
	width:210px;
	margin:-5px;
}
	