/*
* GENERAL
*/

/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
	margin:0;
	padding:0;
}


html {
	background-color: white;
}

body {
   text-align: left;
   font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
   font-size: 8pt;
   line-height: 1em;	
}

/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 1em;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

/*
* LAYOUT
*/
#wrapper {   
	
	border: 1px solid #1D916A;
	width: 1000px;
	margin: 0 auto;     /* this centers wrapper */
	background-color: #fff;
	color: #000;
	
	overflow: visible;
}

#wrapper #header {
	height: 110px; /* adjust according your image size */
	background: #FFF; 
}

#wrapper #breadcrumb {
	height: 25px; /* adjust according your image size */
	background: #336CA6 url(http://193.134.218.10/ccv/fileadmin/gabarit/breadcrumb_background.png) repeat-x 0 0;
	
}


#wrapper #outer {

	display: block;
	width: 997px;
	
	height: 500px;
	background: #ccc url(http://193.134.218.10/ccv/fileadmin/gabarit/outer_background.png) repeat-y 0 0;

	overflow: visible;
}

html>body #wrapper #outer{ /*Instruction non comprise par IE */
	height: auto;
	width: 1000px;
	background: #ccc url(http://193.134.218.10/ccv/fileadmin/gabarit/outer_background.png) repeat-y 0 0;
	min-height: 500px;
} 

#wrapper #footer {	
	height: 15px; /* adjust according your image size */
	background: #336CA6 url(http://193.134.218.10/ccv/fileadmin/gabarit/footer_background.png) repeat-x 0 0;
	
}

#wrapper #header #logoCCV {
	float: left;
   width: 179px;
}

#wrapper #header #banner {
	float: left;
   width: 629px;
}
#wrapper #header #top-right {
   float: left;
   width: 189px;
   height: 110px;
   text-align: right;
   background: #ccc url(http://193.134.218.10/ccv/fileadmin/gabarit/haut-droite_background.png) repeat-x 0 0;
}

#wrapper #outer #leftOuter {
   float: left;
   width: 179px;
}
#wrapper #outer #contentOuter {
   float: left;
   width: 629px;
   overflow: hidden; 
}
#wrapper #outer #rightOuter {
   float: left;
   clear: right;
   width: 189px;
}

#wrapper #outer #leftOuter #leftInner {
	padding: 0px;
}
#wrapper #outer #contentOuter #contentInner {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	
}
#wrapper #outer #rightOuter #rightInner {
	padding: 5px;
}

#wrapper #breadcrumb #breadcrumbInner {
	padding-top: 3px;
	padding-bottom: px;
	padding-left: 5px;
}

#wrapper #outer #leftOuter #leftInner #sponsors {
	text-align: left;
}

#wrapper #outer #leftOuter #leftInner #sponsors a img {
	
	margin-top: 5px;
	margin-bottom: 5px;
}



/*
* MENU
*/
/* -------------------------------- Menu premier niveau */
#wrapper #outer #leftOuter #leftInner #menu ul {
	background-color: #86d9ad;
	font-size: 1em;
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;

}
#wrapper #outer #leftOuter #leftInner #menu ul li a:link, 
#wrapper #outer #leftOuter #leftInner #menu ul li a:visited,
#wrapper #outer #leftOuter #leftInner #menu ul li a:active {
	color: #005026;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
	display: block;

}
	
#wrapper #outer #leftOuter #leftInner #menu ul li {
	border-bottom: 1px solid #ffffff;
	margin: 0;
	padding: 0;
	line-height: 1.2em;
	list-style-image: none;
}
#wrapper #outer #leftOuter #leftInner #menu ul li.selected {
	font-weight: stronger;
	background-color: #b2eacc;
	
}

#wrapper #outer #leftOuter #leftInner #menu ul li span {

	display: none;
}

#wrapper #outer #leftOuter #leftInner #menu ul a:hover {
	background-color: #b2eacc;
	text-decoration: none;
	display: block;
}

/* -------------------------------- Menu 2ème niveau */
#wrapper #outer #leftOuter #leftInner #menu ul li ul {
	font-size: 0.9em;
	list-style-type: none;
	background-color: #b2eacc;
	margin: 0;
	padding: 0;
}

#wrapper #outer #leftOuter #leftInner #menu ul li.selected ul {
	display: inline;
	margin: 0;
	padding: 0;
}

#wrapper #outer #leftOuter #leftInner #menu ul li ul li {
	border: none;
	padding-left: 10px;
	
	background-image: none;
	
}
#wrapper #outer #leftOuter #leftInner #menu ul li ul li a:link, 
#wrapper #outer #leftOuter #leftInner #menu ul li ul li a:visited,
#wrapper #outer #leftOuter #leftInner #menu ul li ul li a:active {
	padding-top: 2px;
	padding-bottom: 2px;
}

#wrapper #outer #leftOuter #leftInner #menu ul li ul li a:hover {
	text-decoration: underline;
}
#wrapper #outer #leftOuter #leftInner #menu ul li ul li.selected {

	background-image: none;
	font-weight: bolder;
}

/* -------------------------------- Menu 3ème niveau */
#wrapper #outer #leftOuter #leftInner #menu ul li ul li ul {
	list-style-type: none;
	background-color: #b2eacc;
	margin: 0;
	padding: 0;
}
#wrapper #outer #leftOuter #leftInner #menu ul li ul li ul li {
	border: none;
	padding-left: 10px;
	background-image: none;
	
}
#wrapper #outer #leftOuter #leftInner #menu ul li ul li ul li.selected {

	background-image: none;
	font-weight: bolder;
}

#wrapper #outer #leftOuter #leftInner #menu ul li ul li ul li a:link, 
#wrapper #outer #leftOuter #leftInner #menu ul li ul li ul li a:visited,
#wrapper #outer #leftOuter #leftInner #menu ul li ul li ul li a:active {
	color: #000000;
}

#wrapper #outer #leftOuter #leftInner #menu ul li ul li ul li a:active {
	text-decoration: underline;
}



/*
* TEXT FORMATTING
*/
p {
	line-height: 1.6em;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	padding-bottom: 0.4em;
}

p.error {
	border: 1px solid #ff0000;
	padding: 10px;
	background-color: #feffa7;
	font-weight: bold;
	color: #ff0000;
}

p.success {
	border: 1px solid #4DA633;
	padding: 10px;
	background-color: #feffa7;
	font-weight: bold;
	color: #4DA633;
}

#wrapper #breadcrumb #breadcrumbInner p {
	font-size: 1em;
	margin: 0;
	padding: 0;
	color: #fff;
}

#wrapper #footer p {
	text-align: center;
	font-size: 0.8em;
	color: #fff;
	padding: 0;
	margin: 0;
	padding-top: 0.1em;
}





/*
* HEADERS
*/
h1 {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bolder;
	text-decoration: none;
	line-height: 1.2em;
	margin-top: 1em;
	margin-bottom: 0.8em;
	color: #000;
}

h1.csc-firstHeader {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bolder;
	text-decoration: none;
	line-height: 1.2em;
	margin-top: 1em;
	margin-bottom: 0.8em;
	color: #000;
}

h2 {
	font-size: 1.2em;
	font-variant: small-caps;
	margin-top: 1em;
	margin-bottom: 0.5em;
	color: #000;
}

h3 {
	font-size: 1.1em;
	line-height: 1.2em;
}

h4 {
	font-size: 1em;
	line-height: 1.2em;
	font-weight: bolder;
}

#wrapper #outer #rightOuter #rightInner .boxRight h1 {
	font-size: 1.2em;
	font-variant: small-caps;
	font-weight: 100;
	color: #4DA633;
}

#wrapper #outer #rightOuter #rightInner .boxRight p {
	margin-top: 0.1em;
	margin-bottom: 0em;
}

#wrapper #outer #rightOuter #rightInner p {
	margin-top: 1em;
	margin-bottom: 1em;
}

h2 {
	
}

h3 {
	
}





/*
* LIENS
*/
a:link {
	text-decoration: none;
	color: #BC0000;
	background-color: inherit;
}

a:visited {
	text-decoration: none;
	color: #BC0000;
	background-color: inherit;
}

a:hover {
	text-decoration: underline;
	background-color: inherit;
}

a:active {
	text-decoration: underline;
	background-color: inherit;
}

#wrapper #breadcrumb #breadcrumbInner p a {

	font-weight: bolder;
	color: #fff;
}

/*
* LISTES
*/
ul {
	margin-left: 15px;
	list-style-position: outside;
}

li {
	
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding-left: 5px;
	display : list-item;
	line-height: 1.6em;
	 list-style-image: url(http://193.134.218.10/ccv/fileadmin/gabarit/puce.png);
}


/*
* TABLEAUX
*/
table {

	font-size: 1em;
}


/*
* FORMULAIRES
*/

legend {
	font-size: 1.2em;
	font-variant: small-caps;
	margin-bottom: 0.5em;
	color: #666;
}

fieldset {
	margin-top: 1em;
	border: 1px solid #ccc;
}

input, select {
	font-size: 0.9em;
	border-top:1px solid #666;
	border-left:1px solid #666;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
}

option {
	margin-right: 10px;
}

textarea {
	border: 1px solid black;
	font-weight: bolder;
	font-size: 0.9em;
	background-color: #E6ECF2;
	color: white;
}

input:focus, textarea:focus, select:focus {
	background-color: #cddefd;
	border:1px solid #248;
	color:#f00;
}

input.button,
input.submit {
  border-style: solid;
  border-top-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-width: 1px;
  border-top-color: #5bd2aa;
  border-left-color: #5bd2aa;
  border-bottom-color: #0a4e37;
  border-right-color: #0a4e37;
  background-color: #1D916A;
  color: #FFFFFF;
  font-size: 11px;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif; 
  text-align: center;
}
  