/**
 * Entete CSS : redefinition de styles par defaut
 */
body { background: url(../fr/nav/body_acc.gif) #fff repeat-x; }

/**
 * Conteneur
 */
#background { height: 22px; background: url(../fr/nav/background.gif) repeat-x top right; }

/**
 * Accueil
 */
#acc { font-size: 1.1em; }
#acc #edito { background: url(../fr/nav/bg_acc.jpg) #72675D no-repeat top right; height: 333px; position: relative; }
	#acc #edito .slide { position: absolute; }
	#acc #edito h2 { position: absolute; top: 124px; left: 501px; width: 353px; font-size: 1.1em; font-weight: normal;  font-variant: normal; margin: 0; color: #FFF; }
		#acc #edito h2 a { color: #DDDBD9; }

#acc #tab_acc { border-collapse: collapse; margin-top: 23px; text-align: left; color: #81817E; }
	#acc #tab_acc strong .textegrand { font-size: 1.2em; }
	#acc #tab_acc a { color: #81817E; text-decoration: none; }
	#acc #tab_acc td { vertical-align: top; padding: 0; }
	#acc #tab_acc .col1 { width: 123px; }
	#acc #tab_acc .col2 { width: 273px; }
	#acc #tab_acc .col3 { width: 235px; }
	#acc #tab_acc .col4 { width: 242px; }
		#acc #tab_acc .col3 p, #acc #tab_acc .col4 p { padding-top: 14px; }

