/* CSS Document */

html,body {
	margin:0;
	text-align : center;
	padding:0px;
	height:100%;
}

body {
	background:#FFFFFF url(../images/fond-degrade.png) top repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

#corps {
	background:#FFFFFF url(../images/fond-repeat_ind.png) center repeat-y;
	display:block;
	width:790px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

#header {
	background:url(../images/banniere.gif) no-repeat;
	display:block;
	width:790px;
	height:124px;
	margin-left:auto;
	margin-right:auto;	
}

a.logo {
	display:block;
	width:320px;
	height:70px;
	float:left;
}

#menu_pratique {
	float:right;
	color:#FFFFFF;	
	padding-top:40px;
	padding-right:10px;
}

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

#menu_pratique li {
	list-style-type:none;
	display:inline;
}

#menu_pratique a {
	font-size:10px;
	color:#FFFFFF;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
}

#menu_pratique a:hover {
	text-decoration:underline;
}

#menu {
	background:url(../images/fond-menu.png) no-repeat;
	display:block;
	width:790px;
	height:21px;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
}

/* ///////////////// DEBUT MENU ///////////////// */
#nav, #nav ul {
	float:left;
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display:block;
	width:195px;
	text-align:center;
	text-transform:uppercase;
	color:#ea3e00;
	font-size:10px;
	text-decoration:none;
	font-weight:bold;
	padding-bottom:8px;
}

#nav a.ssmenu {
	display:block;
	width:170px;
	text-align:left;
	text-transform:uppercase;
	color:#FB7C0B;
	font-size:10px;
	text-decoration:none;
	font-weight:bold;
	background:url(../images/pointille.gif) top left no-repeat;
	padding-top:9px;
}
#nav a.ssmenu:hover {
	color:#999999;
}

#nav li {
	float:left;
	padding:0px;
}

#nav li ul {
	position: absolute;
	width:174px;
	margin-left:5px;
	padding-left:20px;
	background:#ffffff;
	left: -999em;
	height:auto;
	border:1px solid #DEDEDE;
	border-top:0px;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
/* ///////////////// FIN MENU ///////////////// */


#visuel {
	background:url(../images/visuel_accueil.jpg) no-repeat;
	display:block;
	width:790px;
	margin-left:auto;
	margin-right:auto;
}

#visuel_main {
	display:block;
	width:780px;
	margin-left:5px;
}



#sous_menu {
	float:left;
	display:block;
	width:190px;
	height:220px;
	padding-left:10px;	
	padding-top:16px;
	background:top no-repeat;
}

#sous_menu li {
	list-style:none;
}

#sous_menu a {
	background:url(../images/boutonSousMenu.gif) no-repeat;
	display:block;
	width:169px;
	height:22px;
	padding-top:10px;
	padding-left:10px;
	color:#FB7C0B;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}

#sous_menu a:hover {
	background:url(../images/boutonSousMenuHover.gif) no-repeat;
	color:#FFFFFF;
}

#marge_gauche {
	background:url(../images/marge_gauche_accueil.gif) top no-repeat;
	float:left;
	width:5px;
	height:144px;
	/*margin-top:-50px;*/
	margin-top:0px;
}
#marge_droite {
	background:url(../images/marge_droite_accueil.gif) top no-repeat;
	float:right;
	width:5px;
	height:144px;
	display:block;
	/*margin-top:-50px;*/
	margin-top:0px;
}
#contenu {
	background:#FFFFFF url(../images/fond-repeat_ind.png) center repeat-y;
	float:left;
	width:790px;
	display:block;
	padding:0px;
	margin:0px;
	vertical-align:top;
}

#le_dedans {
	padding:5px;
	padding-top:0px;
	text-align:left;
	color:#646464;
	margin-bottom:20px;
}

#accueil_1 {
	background:url(../images/accueil_creation_sites.png) top left no-repeat;
	display:block;
	width:166px;
	height:auto;
	float:left;
	padding-top:25px;
	padding-left:15px;
	padding-right:15px;
	margin-bottom:15px;
}

#accueil_1 li {
	list-style-image:url(../images/puce-carre-orange.gif);
	margin-left:10px;
}

#accueil_2 {
	background:url(../images/accueil_creation_contenus.png) top left no-repeat;
	display:block;
	width:165px;
	height:auto;
	float:left;
	padding-top:25px;
	padding-left:15px;
	padding-right:15px;
	margin-bottom:15px;
}

#accueil_2 li {
	list-style-image:url(../images/puce-carre-orange.gif);
}

#accueil_3 {
	background:url(../images/accueil_audit.png) top left no-repeat;
	display:block;
	width:165px;
	height:auto;
	float:left;
	padding-top:25px;
	padding-left:15px;
	padding-right:15px;
	margin-bottom:15px;
}

#accueil_3 li {
	list-style-image:url(../images/puce-carre-orange.gif);
}

#accueil_4 {
	background:url(../images/accueil_referencement.png) top left no-repeat;
	display:block;
	width:164px;
	height:auto;
	float:left;
	padding-top:25px;
	padding-left:15px;
	padding-right:15px;
	margin-bottom:15px;
}

#accueil_4 li {
	list-style-image:url(../images/puce-carre-orange.gif);
}


#le_dedans h1 {
	font-size:12px;
	padding:0px;
	margin:0px;
	padding-left:0px;
	display:block;
	padding-bottom:10px;
	color:#E93E00;
}


#le_dedans a.savoir {
	font-size:10px;
	padding:0px;
	margin:0px;
	color:#E93E00;
	font-weight:bold;
	text-decoration:none;
}

#le_dedans a.savoir:hover {
	text-decoration:underline;
}

#le_dedans h1 a {
	font-size:11px;
	padding:0px;
	height:40px;
	margin:0px;
	margin-left:50px;
	color:#E93E00;
	font-weight:bold;
	text-decoration:none;
	display:block;
}

#le_dedans h1 a:hover {
	text-decoration:none;
}

.lien_accueil {	font-size:11px;
	padding:0px;
	height:40px;
	margin:0px;
	margin-left:50px;
	color:#E93E00;
	font-weight:bold;
	text-decoration:none;
	display:block;}

h1 {
	font-size:14px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	padding-bottom:10px;
	color:#555555;
	padding-left:5px;
}

h2 {
	font-size:18px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	padding-bottom:10px;
}


#footer {
	clear:left;
	background:#F8F8F8 url(../images/ombre_bas.gif) top no-repeat;
	display:block;
	width:780px;
	height:auto;
	vertical-align:bottom;
	margin-left:auto;
	margin-right:auto;
	color:#CCCCCC;
	font-size:10px;
	padding-top:5px;
	padding-left:0px;
}

#footer ul {
	padding-left:10px;
	padding-top:5px;
}

#footer li {
	display:inline;
	list-style:none;
}

#footer a {
	color:#cccccc;
	font-size:9px;
	text-decoration:none;
}
#footer img {
	border:none;
}
#footer a:hover {
	text-decoration:underline;
}
#xhtml {
	padding-right:5px;
	padding-top:7px;
	float:right;
}
#reprise_menu {
	color:#CCCCCC;
	padding-top:20px;
	font-size:9px;
	margin-left:auto;
	margin-right:auto;
	padding-left:10px;
}

#reprise_menu ul {
	margin:0 0 0 0;
	padding:0 0 0 0;
	}
	
#reprise_menu li {
	margin:0 0 0 0;
	padding:0 0 0 0;
	list-style:none;
	display:block;
	}
	
#reprise_menu a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	color:#cccccc;
	}
	

#reprise_menu p {
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-weight:bold;
	margin-bottom:5px;
	margin-top:5px;
	}

#reprise_menu_1 {
	float:left;
	padding-right:15px;
	padding-left:70px;
}

#reprise_menu_2 {
	float:left;
	padding-right:15px;
}

#reprise_menu_3 {
	float:left;
	padding-right:15px;
}
#reprise_menu_4 {
	clear:left;
	display:block;
	height:30px;
	width:770px;
	background:url(../images/bas_final.png) bottom no-repeat;
}

#consulter-reas a {
	color:#646464;
	text-decoration:none;
	font-weight:bold;
}

#consulter-reas a:hover {
	text-decoration:underline;
}	
	
	
#plus li{
	margin-left:10px;
}

/**Accordeon*****************/

.mypets{ 
	cursor: hand;
	cursor: pointer;
	/*padding: 2px 5px;*/
	padding:10px;
	margin:0;
	border-top: 1px solid #dddddd;	
	background: transparent;
	background-image:url(../images/fond-accordeon.gif);
	background-repeat:no-repeat;
	background-position:right;
	color:#646464;
}

.mypets-options{ 
	cursor: hand;
	cursor: pointer;
	padding: 2px 5px;
	border: 1px solid #dddddd;	
	background: #eeeeee;
	background-image:url(../images/icone-plus.gif);
	background-repeat:no-repeat;
	background-position:right;
}


.titre-accordeon {
}

.thepet{
	display: none;
	margin-left:20px;
}

.thepet-options{
	display: none;
	margin-left:20px;
}


	
	
