/*
Proxidomi
*/

body {
	margin: 0;
	padding: 0;
	background: #E5E5E5;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #00000;
}

body a:link
{
	text-decoration:none; 
}

body a:visited
{
	text-decoration:none; 
}


body a:hover
{
	text-decoration:underline; 
}

.conditions_tarifs {
	font-size: 11px;
}

.slogan {
	margin: 0;
	padding: 10px 0;
	font-size: 20px;
	font-weight: normal;
	color: #135293;
	font-weight: bold ;
}

.title_service_big {
	margin: 0;
	padding: 10px 0;
	font-size: 20px;
	font-weight: normal;
	color: white;
	font-weight: bold ;
}

.title_service {
	color: white;
	font-weight: bold ;
}

.title_service a:link
{
	color: white;
	font-weight: bold ;
	font-size: 18px;
}

.title_service a:visited
{
	color: white;
	font-weight: bold ;
	font-size: 18px;
	text-decoration:none; 
}

.title1 {
	margin: 0;
	padding: 10px 0;
	font-size: 20px;
	font-weight: normal;
	color: #135293;
	font-weight: bold ;
}

.title2 {
	margin: 0;
	padding: 10px 0;
	font-size: 18px;
	font-weight: normal;
	color: #135293;
}

.title3 {
	margin: 0;
	padding: 10px 0;
	font-size: 129%;
	font-weight: normal;
	color: #135293;
}

.agrement {
	margin: 0;
	padding: 10px 0;
	font-size: 10px;
	font-style: italic ;
	font-weight: bold;
	color: black;
}

.menu {
	padding-left : 30px; 
	font-weight: normal;
	color: #0E3D6D;
	list-style: none;
	text-decoration: none;
}

.menu a:hover {
	text-decoration: none;
	font-size: 120%;
}

td.sidebar {
	width: 300px;
} 

.keywords {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: italic ;
	color: #0E3D6D;
}


/* Page */

#page {
	width: 994px;	
	margin: 0 auto;
	background: #FFFFFF;
}

#content {
	margin-left:6px;
	margin-right: 6px;
}

#bas_de_page {
	background: #CCCCCC;
} 

** ONGLETS _______________________________________**/
.menu1 {
  border-bottom:solid 2px black ; 
  padding-top:12px ;
  padding-bottom:7px}

.onglet {
  border:solid 1px black ;
  margin:5px 5px 0px 5px ;
  padding:7px 3px 7px 3px} 

a.onglet {
  background-color:#E7E4E4 ;
  text-decoration:none}

.onglet-actif {
   border:solid 2px black ;
   border-bottom:solid 3px white ;
   margin:5px 5px 0px 5px ;
   padding:7px 3px 7px 3px ;  
   background-color:white} 

** FORMULAIRES **/
form {
 background-color:#FAFAFA;
 width:350px;
 }


legend {
 color:#a0522d;
 font-weight:bold
 }

label {
 display:block;
 }

label.inline {
 display:inline
 }

input {
 border:1px solid black;
margin-left: 10px;
 margin-bottom:5px;
 }

input[type=radio] {
 background-color:transparent;
 border:none;
 }

select, option {
 }

textarea {
 border:1px solid black;
 }


