/* GLOBAL */
html {
	font-size:100%
}
body {
	font-size:0.7em;
}

html, body {
	margin:0px;
	color:#000;
}

form {
	margin:0px;
	padding:0px;
}

ul {
	padding:0;
	margin:0;
	list-style:none;
}

/* BANDEAU */
#bandeau {
	width:100%;
}
#bandeau img {
	border:0;
}

#bandeau #head {
	height:70px;
}
#bandeau #link {
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	font-family:Verdana;
	font-size:1em;
	color:#FFF;
	padding:2px 0 3px 10px;
}
#bandeau #link a {
	text-decoration:none;
	color:#FFF;
}
#bandeau #link a:hover {
	text-decoration:underline;
}	

#gauche {float:left;}

/* MENU */	
#menu {	
	width:190px;	
	color:#000;
	font-weight:bold;
	padding-left:3px;	
}
#menu #theme {
	font-weight:bold;
	border-bottom:1px solid #CCC;
	padding:2px 0 2px 0;
}
#menu .lien {
	font-size:1em;
	border-bottom:1px solid #CCC;
	padding:4px 0 4px 0;
}
#menu .lien_on {
	font-size:1em;
	text-decoration:underline;
	border-bottom:1px solid #CCC;
	padding:4px 0 4px 0;
	cursor:pointer;
}
#menu img { margin-right:4px; }

/* GAUCHE */
#gauche {
	font-family:Verdana;
	width:192px;	
}
#gauche li {
	padding:1px 0 1px 6px;
}
#gauche #ssrub {	
	font-weight:bold;
	padding-top:10px;
}
#gauche a {
	text-decoration:none;
	color:#000;
}
#gauche a:hover {
	text-decoration:underline;
}
#gauche #defaut_ssrub {
	color:#DD0000;
	font-weight:bold;
	padding-top:10px;
}

/* ACCUEIL */
#accueil {
	font-family:Verdana;
	background-color:#FFF;
	width:364px;
	border-right:2px solid #CCC;
	border-left:2px solid #CCC;
	padding:15px 14px 30px 14px;
	float:left;
}
#accueil #titre {
	padding-bottom:15px;
	font-size:1.2em;
	font-weight:bold;
	color:#DD0000;
}
#accueil #news {
	font-size:1.1em;
	line-height:1.4em;
	padding-bottom:20px;
	float:left;
}
#accueil #news img {
	margin:2px 5px 0 0;
}

/* CENTRE */
#centre {
	font-family:Verdana;
	background-color:#FFF;
	width:546px;
	border-right:2px solid #CCC;
	border-left:2px solid #CCC;	
	padding:15px 13px 30px 12px;
	float:left;
}
#centre #ariane {
	font-size:0.9em;
	width:540px;
}

#centre #ariane a{
	text-decoration:none;
	color:#000;
	padding-bottom:25px;
}
#centre #ariane a:hover{
	text-decoration:underline;
}
#centre #titre {
	padding:15px 0 15px 0;
	font-size:1.6em;
	font-weight:bold;
}
#centre #texte {
	padding:15px 0 15px 0;
	font-size:1.1em;
	line-height:1.4em;
}
#centre #img span {
	font-size:0.8em;
	color:#FFF;
	display:block;
}

/* PLAN DU SITE */
#centre #titre2 {
	font-family:Verdana;
	font-size:1.6em;
	font-weight:bold;
}
#centre .s {
	display:block;
	font-weight:bold;
}
#centre .s2 {
	font-size:0.9em;
	font-family:Verdana;
	padding:2px 0 2px 20px;
}
#centre .l {
	padding-left:40px;
	font-size:0.9em;
	font-family:Verdana;
	text-decoration:none;
	color:#000;
}
#centre .l:hover {
	text-decoration:underline;
}

/* INFOS */
#centre .site {
	text-decoration:underline;
	color:#009900;
}

/* DROITE */
#infos {
	font-family:Verdana;
	background-color:#CAF2D0;
	width:160px;
	float:left;
	padding:10px 10px 10px 10px;
}
#infos img {
	border:0;
}
#infos #titre {
	font-size:1.2em;
	font-weight:bold;
	color:#DD0000;
	padding-bottom:3px;
}
#infos #plan{
	padding-bottom:12px;
	margin-bottom:10px;
	border-bottom:2px dotted #DD0000;
}
#infos a {
	font-size:0.8em;
	color:#000;
	text-decoration:none;
}
#infos a:hover {
	font-size:0.8em;
	color:#000;
	text-decoration:underline;
}
#infos #pdf{
	padding-bottom:12px;
}

