@charset "ISO-8859-2";
/* CSS Document */

p					{
					font-family:Arial, Helvetica, sans-serif;
					font-size:13px;
					color:#738E98;
					}
p a				{
					text-decoration:none;
					color:#738E98;
					}
					
h1				{
					font-family:Arial, Helvetica, sans-serif;
					font-size:13px;
					font-weight:bold;
					color:#FFFFFF;
					margin:0px;
					padding-top:5px;
					}
h1 a				{
					text-decoration:none;
					color:#FFFFFF;
					border:none;
					}
h1 a:hover	{
					color:#085371;
					}
					
h2				{
					font-family:Arial, Helvetica, sans-serif;
					font-size:13px;
					font-weight:100;
					color:#738E98;
					margin:2px 0px 2px 0px;
					}
					
h3				{
					font-family:Arial, Helvetica, sans-serif;
					font-size:13px;
					color:#738E98;
					margin:2px 0px 2px 0px;
					}
					
h6				{
					font-family:Arial, Helvetica, sans-serif;
					font-size:9px;
					color:#738E98;
					font-weight:100;
					padding:5px 0px 5px 0px;
					margin:0px;
					}
h6 a				{
					text-decoration:none;
					color:#738E98;
					border:none;
					}
h6 a:hover	{
					color:#085371;
					}
					
input			{
					width:306px;
					height:18px;
					background-color:#e4e3d9;
					border:none;
					margin-top:2px;
					margin-bottom:2px;
					font-family:Arial, Helvetica, sans-serif;
					font-size:12px;
					color:#085371;
					}
					
textarea		{
					width:306px;
					height:80px;
					background-color:#e4e3d9;
					border:none;
					margin-top:2px;
					margin-bottom:2px;
					font-family:Arial, Helvetica, sans-serif;
					font-size:12px;
					color:#085371;
					}					

/* ********** CLASS ********** */

.bulleGauche {
					width:54px;
					height:73px;
					float:left;
					margin-top:40px;
					margin-left:704px;
					background:url(../images/petitesBulles_francais.gif) no-repeat;
					}
					
.bulleDroite {
					width:54px;
					height:73px;
					float:right;
					margin-top:40px;
					margin-right:77px;
					background:url(../images/petitesBulles_anglais.gif) no-repeat;
					}
					
.envoi			{
					width:100px;
					height:18px;
					background-color:#9FA026;
					margin-top:17px;
					margin-left:113px;
					margin-bottom:13px;
					cursor:pointer;
					color:#FFFFFF;
					}	
					
.formule		{
					width:326px;
					height:auto;
					float:left;
					margin-left:303px;
					margin-top:63px;
					padding-right:20px;
					}	

.grandCadre {
					width:900px;
					height:600px;
					background-color:#FFFFFF;
					margin-left:auto;
					margin-right:auto;
					margin-top:40px;
					}
					
.menu			{
					width:650px;
					height:21px;
					float:left;
					margin-left:250px;
					padding-bottom:10px;
					padding-top:5px;
					}
					
.texte			{
					width:326px;
					height:189px;
					float:left;
					margin-left:303px;
					margin-top:63px;
					padding-right:20px;
					overflow:auto;
					}	
									
/* ********** ID ********** */

#bandeau 	{
					width:900px;
					height:179px;
					float:left;
					margin-top:42px;
					background:url(../images/bandeau_russe.gif) no-repeat;
					}
					
#cadreCentral	{
					width:900px;
					height:252px;
					float:left;
					padding-bottom:40px;
					}
					
#cadreCentral2	{
					width:900px;
					height:auto;
					float:left;
					padding-bottom:40px;
					}	
					
#lien				{
					width:54px;
					height:20px;
					float:left;
					margin-top:53px;
					text-align:center;
					}				
					
#logo		 	{
					width:308px;
					height:61px;
					float:left;
					margin-left:303px;
					margin-right:289px;
					border:0px;
					}
					
#piedPage	{
					width:900px;
					height:16px;
					float:left;
					border-top:solid 1px #738E98;
					text-align:center;
					padding-bottom:10px; 
					}					
