/* CSS Document */
/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{ margin : 0; padding : 0; }
/* Normalizes font-size for headers */
h1, h2, h3, h4, h5, h6
{ font-size : 100%; }
/* Removes list-style from lists */
ol, ul
{ list-style : none; }
/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }
/* Removes borders and spacing from tables */
table
{ border-collapse : collapse; border-spacing : 0; }
/* Removes border from fieldset and img */
fieldset, img
{ border : 0; }
/* Left-aligns text in caption and th */
caption, th
{ text-align : left; }
/* Removes quotation marks from q */
q:before, q:after
{ content : '' ; }
/*-------------- layoutCCD.css ---------------------*/
html {
	text-align: center;
	font-size: 90%;
}
body {
	width: 800px;
	position: relative;
	margin: auto;
	text-align: left;
}
div#branding, main_Nav, sub_Nav{
	width: 800px;
	position: relative;
}
div#email{
	position: absolute;
	width: 250px;
	height: 20px;
	left: 0px;
}
div#nav_Features{
	position: absolute;
	width: 550px;
	left: 250px !important;
	left: -25px;
}
/*---Acceuil--*/
div#Content {
	width: 800px;
	position: relative;
	height: 360px;
}
div#Commanditaire_Content {
	left: 580px;
	position: absolute;
	width: 219px;
	height: 196px;
	top: -40px;
}
div#flash_Dog_Acceuil {
	width: 250px;
	left: 0px;
	position: absolute;
}
div#news_Content {
	width: 305px;
	left: 268px;
	position: absolute;
	height: 161px;
}
div#foundation_Content {
	width: 264px;
	left: 250px;
	position: absolute;
	height: 196px;
	bottom: 0px;
	top: 45%;
}
div#cours_Content {
	left: 514px;
	position: absolute;
	width: 286px;
	height: 196px;
	top: 45%;
}
/*-------Agilite-------*/
div#ContentA09 {
	width: 800px;
	position: relative;
	height: 700px;
}
div#ContentA {
	width: 800px;
	position: relative;
	height: 649px;
}
div#main_Content_A {
	position: absolute;
	left: 275px;
	top: -40px;
	height: 244px;
}
div#main_Content_AB {
	position: absolute;
	left: 275px;
	top: 240px;
	width: 525px;
	height: 290px;
}
div#main_Content_AC {
	position: absolute;
	left: 295px;
	top: 230px;
	width: 480px;
	height: 290px;
}
div#flash_Dog_Agilite {
	position: absolute;
	left: 0px;
	width: 250px;
}
div#debutant_Content, div#intermediaire_Content {
	position: absolute;
	width: 250px;
	left: 275px;
}
div#novice_Content, div#expert_Content {
	position: absolute;
	width: 275px;
	left: 525px;
}
div#inscription_Content {
	position: absolute;
	width: 275px;
	left: 0px;
	height: 260px;
	top: 570px;
}
div#intermediaire_Content, div#expert_Content {
	top: 690px;
	height: 260px;
	top: 740px;
}
div#debutant_Content, div#novice_Content {
	top: 510px;
	height: 172px;
	top: 570px;
}
div#sub_NavAG{
	left: -14px;
	top: 310px;
	height: 40px;
	width: 750px;
	position: relative;
}
/*-------Liens_______*/
div#ContentL {
	width: 800px;
	position: relative;
	height: 340px;
}
div#flash_Dog_Liens {
	position: absolute;
	left: 0px;
}
div#Liens_Content {
	position: absolute;
	left: 400px;
	height: 189px;
	top: -25px;
	width: 400px;
}
div#Commanditaires_Content {
	position: absolute;
	left: 400px;
	height: 176px;
	top: 164px;
	width: 400px;
}
li#small_1stChoice {
	position: absolute;
	top: 22px;
	right: 20px;
}/*-------Liens02_______*/
div#ContentL02 {
	width: 800px;
	position: relative;
	height: 535px;
}
div#flash_Dog_Liens {
	position: absolute;
	left: 0px;
}
div#Liens02_Content {
	position: absolute;
	left: 400px;
	height: 150px;
	top: 0px;
	width: 400px;
}
div#Commanditaires02_Content {
	position: absolute;
	left: 400px;
	height: 176px;
	top: -38px;
	width: 400px;
}
div#Clubs02_Content {
	position: absolute;
	left: 400px;
	height: 150px;
	top: 180px;
	width: 400px;
}
li#small_1stChoice {
	position: absolute;
	top: 22px;
	right: 20px;
}
/* =si_clear_children */
.pc,.sc { position : absolute; top: 0; left: 0; }
.clear_children,.cc_tallest { position: relative; } /*\*/* html .clear_children { display: inline;}/**/
.cc_tallest:after { content: ''; } /* PREVENTS A REDRAW BUG IN SAFARI */
